diff --git a/OpenBullet2.Console/UserData/Environment.ini b/OpenBullet2.Console/UserData/Environment.ini index 0ba9c4f3b..fc4ffce5e 100644 --- a/OpenBullet2.Console/UserData/Environment.ini +++ b/OpenBullet2.Console/UserData/Environment.ini @@ -34,6 +34,13 @@ Verify=True Separator=: Slices=URL +[WORDLIST TYPE] +Name=CreditCard +Regex=(.?)|(.?)|(.?)|(.?) +Verify=True +Separator=| +Slices=CCNUMBER,MONTH,YEAR,CVV + [CUSTOM STATUS] Name=CUSTOM Color=#FFA500 diff --git a/OpenBullet2.Core/Services/JobFactoryService.cs b/OpenBullet2.Core/Services/JobFactoryService.cs index f08535c52..da035bc79 100644 --- a/OpenBullet2.Core/Services/JobFactoryService.cs +++ b/OpenBullet2.Core/Services/JobFactoryService.cs @@ -34,7 +34,7 @@ public class JobFactoryService /// /// The maximum amount of bots that a job can use. /// - public int BotLimit { get; init; } = 200; + public int BotLimit { get; init; } = 1000; public JobFactoryService(ConfigService configService, RuriLibSettingsService settingsService, PluginRepository pluginRepo, HitStorageService hitStorage, IServiceScopeFactory scopeFactory, ProxyCheckOutputFactory proxyCheckOutputFactory, diff --git a/OpenBullet2.Native/ViewModels/MultiRunJobViewerViewModel.cs b/OpenBullet2.Native/ViewModels/MultiRunJobViewerViewModel.cs index 1cd8fa9a6..6375c60df 100644 --- a/OpenBullet2.Native/ViewModels/MultiRunJobViewerViewModel.cs +++ b/OpenBullet2.Native/ViewModels/MultiRunJobViewerViewModel.cs @@ -242,8 +242,8 @@ public MultiRunJobViewerViewModel(MultiRunJobViewModel jobVM) MultiRunJob.OnError += OnError; MultiRunJob.OnHit += OnHit; - botsInfoTimer = new Timer(new TimerCallback(_ => RefreshBotsInfo()), null, 200, 200); - secondsTicker = new Timer(new TimerCallback(_ => PeriodicUpdate()), null, 1000, 1000); + botsInfoTimer = new Timer(new TimerCallback(_ => RefreshBotsInfo()), null, 3000, 5000); + secondsTicker = new Timer(new TimerCallback(_ => PeriodicUpdate()), null, 5000, 5000); soundPlayer = new SoundPlayer("Sounds/hit.wav"); #endregion diff --git a/OpenBullet2.Native/appsettings.json b/OpenBullet2.Native/appsettings.json index 0dbbf3f02..60cdbdc0a 100644 --- a/OpenBullet2.Native/appsettings.json +++ b/OpenBullet2.Native/appsettings.json @@ -3,8 +3,8 @@ "DefaultConnection": "Data Source=UserData/OpenBullet.db;" }, "Resources": { - "WorkerThreads": 1000, - "IOThreads": 1000, - "ConnectionLimit": 1000 + "WorkerThreads": 5000, + "IOThreads": 2000, + "ConnectionLimit": 2000 } } diff --git a/OpenBullet2.Native/user-agents.json b/OpenBullet2.Native/user-agents.json index db5937cb0..17e10e960 100644 --- a/OpenBullet2.Native/user-agents.json +++ b/OpenBullet2.Native/user-agents.json @@ -2,164 +2,78 @@ { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 345, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.6711.1724 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 746, - "viewportWidth": 345, - "weight": 0.001448373721373839, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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": 737, - "viewportWidth": 430, - "weight": 0.0014011085275730363, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0012373205010980368, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0012163891850626323, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0007773982017081584, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/123.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6297.1567 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 754, - "viewportWidth": 1440, - "weight": 0.0012089117620717104, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0011674362813082104, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.001160721212206382, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0011550166864193645, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0007693632363408698, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.2, + "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 765, - "screenWidth": 1360, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 615, - "viewportWidth": 1352, - "weight": 0.0011231625392079808, + "viewportHeight": 738, + "viewportWidth": 1528, + "weight": 0.0007333606846788328, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 667, - "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", + "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": 548, - "viewportWidth": 375, - "weight": 0.0011076885776488176, - "deviceCategory": "mobile" + "viewportHeight": 707, + "viewportWidth": 1080, + "weight": 0.0006544300066043066, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 6.9, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, @@ -168,44 +82,30 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 915, + "viewportHeight": 945, "viewportWidth": 1920, - "weight": 0.0010942319161902346, + "weight": 0.0006450594673936604, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.001082237976440233, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1352, + "screenWidth": 1323, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1078, - "viewportWidth": 1912, - "weight": 0.001078312056969391, + "viewportHeight": 1226, + "viewportWidth": 1323, + "weight": 0.0006406589000714575, "deviceCategory": "desktop" }, { @@ -213,111 +113,84 @@ "language": "en-US", "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) FxiOS/126.2 Mobile/15E148 Safari/605.1.15", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 642, - "viewportWidth": 390, - "weight": 0.0010510643658684297, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0006347863173965405, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "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": 756, - "viewportWidth": 412, - "weight": 0.0010419918943675255, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "platform": "Win32", "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.0010308859685182572, - "deviceCategory": "mobile" + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.0006028185202916663, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.0010272990765284036, - "deviceCategory": "mobile" + "screenHeight": 1383, + "screenWidth": 1253, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1255, + "viewportWidth": 1253, + "weight": 0.0005960276460680247, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 730, - "viewportWidth": 430, - "weight": 0.0010211112857492187, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0005772720139124073, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.6, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 715, - "viewportWidth": 412, - "weight": 0.0010072026368043844, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 768, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6124.1371 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0010033147005808034, + "weight": 0.0005422701466817802, "deviceCategory": "mobile" }, { @@ -330,88 +203,117 @@ "language": "en-US", "platform": "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", + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0010001254560727244, + "viewportHeight": 559, + "viewportWidth": 1280, + "weight": 0.0005398325590782597, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 2.3, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 633, - "viewportWidth": 1366, - "weight": 0.0009977103493722438, + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.0005298218480631106, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 912, + "screenWidth": 420, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 746, + "viewportWidth": 420, + "weight": 0.0005277197970183036, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", "platform": "iPhone", "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like 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.0005144210923154759, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 634, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8436.1538 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0009801997205311438, + "weight": 0.0005009440001071674, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.4, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 100 }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.0009769674411764517, + "viewportHeight": 959, + "viewportWidth": 1920, + "weight": 0.0004956478535217037, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux x86_64", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1516, + "screenWidth": 1340, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.0009740013799213286, + "viewportHeight": 1390, + "viewportWidth": 1340, + "weight": 0.000495284444908906, "deviceCategory": "desktop" }, { @@ -419,13 +321,13 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0009646110710007973, + "viewportHeight": 702, + "viewportWidth": 414, + "weight": 0.0004848661732409934, "deviceCategory": "mobile" }, { @@ -438,13 +340,13 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 989, - "viewportWidth": 1687, - "weight": 0.0009610311222708741, + "viewportHeight": 788, + "viewportWidth": 1536, + "weight": 0.00047358435666321777, "deviceCategory": "desktop" }, { @@ -454,168 +356,135 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0009561127557726315, + "weight": 0.0004681695605412283, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 1.3, "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 50, + "effectiveType": "3g", + "rtt": 400, "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 839, - "viewportWidth": 412, - "weight": 0.0009331115036088256, + "viewportHeight": 706, + "viewportWidth": 360, + "weight": 0.000467552965602624, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 713, - "viewportWidth": 414, - "weight": 0.0009318111958668172, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00046741775243141706, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "wifi" }, - "language": "en-US", - "platform": "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", + "language": "es-MX", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 804, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1012, - "viewportWidth": 2133, - "weight": 0.0009316541532857058, - "deviceCategory": "desktop" + "viewportHeight": 664, + "viewportWidth": 360, + "weight": 0.00045688484761894445, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/120.0.6099.119 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 750, - "viewportWidth": 428, - "weight": 0.0009193520432367395, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0004470516333539008, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 0.95, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 450, - "type": "cellular" + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.8216.1675 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 726, - "viewportWidth": 384, - "weight": 0.000907786315796997, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0004441914986383379, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.1, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, "language": "en-US", - "platform": "Linux armv8l", - "pluginsLength": 0, - "screenHeight": 800, - "screenWidth": 1334, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/20.0 Chrome/106.0.5249.126 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 634, - "viewportWidth": 1334, - "weight": 0.0008880196437377601, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 961, - "viewportWidth": 1280, - "weight": 0.0008842218441588238, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-us", - "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": 917, - "viewportWidth": 1867, - "weight": 0.0008808568794642117, + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00044181844638733895, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "de-DE", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, + "viewportHeight": 641, "viewportWidth": 393, - "weight": 0.0008803842919043068, + "weight": 0.0004379949081213151, "deviceCategory": "mobile" }, { @@ -623,175 +492,83 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.0008785523063794784, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.0004374632645599809, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1049, - "screenWidth": 1865, - "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": 882, - "viewportWidth": 1865, - "weight": 0.0008763046913638031, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0008739333529559903, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00043502399936790195, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 1.55, "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, + "effectiveType": "3g", + "rtt": 950, "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 689, - "viewportWidth": 384, - "weight": 0.0008710947356469521, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "language": "en-US", - "platform": "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": 911, - "viewportWidth": 1920, - "weight": 0.0008685931272649587, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 853, - "viewportWidth": 430, - "weight": 0.0008600088815296035, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.000856597580567997, + "viewportHeight": 666, + "viewportWidth": 360, + "weight": 0.0004332614952983701, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.0008528384895702455, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00043177844974439994, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.55, + "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0008501837888818236, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 742, - "viewportWidth": 428, - "weight": 0.0008470912132255488, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 1291, - "viewportWidth": 1024, - "weight": 0.0008445052679425008, + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.000431593398778425, "deviceCategory": "desktop" }, { @@ -802,29 +579,34 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.0008404906344842934, + "viewportHeight": 676, + "viewportWidth": 1371, + "weight": 0.00043111715221972447, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0008275087376198011, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4932.1914 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00043040803924831246, "deviceCategory": "mobile" }, { @@ -832,95 +614,114 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0008250943650638697, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00042902732974498724, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 414, - "weight": 0.0008227358505449316, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1861.1668 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0004272722453444193, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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.0008217489655759658, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 851, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 721, + "viewportWidth": 392, + "weight": 0.0004271383004357937, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0008179515738639733, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5598.1689 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00042437177686956867, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 150 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 952, + "screenWidth": 427, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 906, - "viewportWidth": 1728, - "weight": 0.0008154024696517276, - "deviceCategory": "desktop" + "viewportHeight": 709, + "viewportWidth": 388, + "weight": 0.00042391540540439806, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 50, + "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 984, - "screenWidth": 432, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 858, - "viewportWidth": 432, - "weight": 0.0008151787301045474, + "viewportHeight": 766, + "viewportWidth": 411, + "weight": 0.0004189023678347029, "deviceCategory": "mobile" }, { @@ -928,19 +729,19 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4560.1784 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 1528, - "weight": 0.0008140392311530717, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00041877937653283793, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -949,39 +750,30 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.000812973835351045, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 873, - "viewportWidth": 430, - "weight": 0.0008124609919552654, + "weight": 0.00041868143922599695, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0008123910681994084, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3523.1516 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00041758158138101835, "deviceCategory": "mobile" }, { @@ -989,95 +781,145 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0008055697593690653, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.0004130227918409967, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.8, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, - "language": "en-US", - "platform": "Linux aarch64", + "language": "en-CA", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 13; SM-A326U Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.148 Mobile Safari/537.36 Reddit/Version 2024.23.1/Build 1665606/Android 13", + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 770, - "viewportWidth": 384, - "weight": 0.0008054034444318925, + "viewportHeight": 788, + "viewportWidth": 411, + "weight": 0.00041230859639965325, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1520, + "screenWidth": 1217, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1397, + "viewportWidth": 1217, + "weight": 0.00041183540760563955, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0008016278118299793, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00041146129608940653, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.1, + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 960, + "weight": 0.00041083299766832, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "screenHeight": 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.2023.1679 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8788.1170 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0007970701922334588, + "weight": 0.000410547095495114, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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.0007958802831809923, - "deviceCategory": "mobile" + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1402, + "screenWidth": 1340, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1273, + "viewportWidth": 1340, + "weight": 0.0004105184246796723, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 760, - "viewportWidth": 1194, - "weight": 0.0007958484919175143, + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 728, + "viewportWidth": 1470, + "weight": 0.00040974674146703523, "deviceCategory": "desktop" }, { @@ -1090,48 +932,53 @@ "type": "wifi" }, "language": "en-US", - "platform": "Linux armv81", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 299, + "viewportWidth": 683, + "weight": 0.00040955700852515336, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Linux armv8l", "pluginsLength": 0, - "screenHeight": 892, + "screenHeight": 915, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36 EdgA/125.0.0.0", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 745, + "viewportHeight": 915, "viewportWidth": 412, - "weight": 0.0007935796423209028, + "weight": 0.0004079237108431477, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.3, + "downlink": 9.9, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "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/103.0.5060.134 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2177.1315 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.0007889300507228027, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0007833307634353408, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00040619331547515165, "deviceCategory": "mobile" }, { @@ -1139,32 +986,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1015.1598 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.0007800783253732168, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0004047021080040021, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0007786190896543656, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.0004029366664994929, "deviceCategory": "mobile" }, { @@ -1174,11 +1021,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 932, "viewportWidth": 430, - "weight": 0.0007765971709611345, + "weight": 0.00040230025285506937, "deviceCategory": "mobile" }, { @@ -1186,13 +1033,13 @@ "language": "en-US", "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", + "screenHeight": 812, + "screenWidth": 375, + "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": 661, - "viewportWidth": 390, - "weight": 0.0007728534875615005, + "viewportHeight": 634, + "viewportWidth": 375, + "weight": 0.0003992485149105101, "deviceCategory": "mobile" }, { @@ -1200,121 +1047,145 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0007718298069749915, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.000398540569589985, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6135.1886 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 1872, - "weight": 0.0007675447313524815, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00039779370675894013, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0 + "rtt": 100, + "type": "cellular" }, "language": "en-US", - "platform": "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", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.0007631873356111961, - "deviceCategory": "desktop" + "viewportHeight": 725, + "viewportWidth": 384, + "weight": 0.00039604500335569136, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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.0007614643286341066, - "deviceCategory": "desktop" + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1182.1818 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000393944528345982, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0007594964481397786, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3394.1176 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003929441111185695, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.0007587335779252457, - "deviceCategory": "mobile" + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 602, + "viewportWidth": 1272, + "weight": 0.00039111374152469186, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 1024, - "weight": 0.0007550956019265972, - "deviceCategory": "desktop" + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 867, + "viewportWidth": 448, + "weight": 0.0003905929444146773, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 740, - "viewportWidth": 430, - "weight": 0.000748996947292199, + "viewportHeight": 678, + "viewportWidth": 414, + "weight": 0.0003899732660041842, "deviceCategory": "mobile" }, { @@ -1323,101 +1194,130 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 50, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 722, + "viewportHeight": 692, "viewportWidth": 384, - "weight": 0.0007483370237711312, + "weight": 0.0003895065311546012, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00038899743702776394, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.35, + "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 50 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, + "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.0007473580371807454, + "weight": 0.0003879449234336363, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 638, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4029.1553 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0007469580961607262, + "weight": 0.0003879169363016021, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux x86_64", "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 917, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, "viewportWidth": 1366, - "weight": 0.0007467074190511881, + "weight": 0.00038697096790580064, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.3257.1628 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 726, - "viewportWidth": 384, - "weight": 0.0007466908580701881, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00038691395996525547, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0007460802270858009, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8068.1057 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003858076265613857, "deviceCategory": "mobile" }, { @@ -1427,60 +1327,49 @@ "pluginsLength": 5, "screenHeight": 667, "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 625, + "viewportHeight": 609, "viewportWidth": 375, - "weight": 0.0007443897690428315, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 744, - "viewportWidth": 428, - "weight": 0.0007422845108015345, + "weight": 0.0003856132109608028, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0007419283712609196, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2820.1219 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00038502642922763863, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.9292.1599 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 760, - "viewportWidth": 412, - "weight": 0.0007411284410990355, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003842108453833818, "deviceCategory": "mobile" }, { @@ -1488,61 +1377,74 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0007404957470616634, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00038334981000775006, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 1.75, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.0007404057514107379, - "deviceCategory": "mobile" + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.000381853442895106, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 648, - "screenWidth": 1152, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 506, - "viewportWidth": 1152, - "weight": 0.0007402872784921505, - "deviceCategory": "desktop" + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.0003818470157089296, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1728, - "screenWidth": 3072, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1152, + "screenWidth": 2048, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 727, - "viewportWidth": 1534, - "weight": 0.0007338209344848279, + "viewportHeight": 983, + "viewportWidth": 2048, + "weight": 0.0003808724185951693, "deviceCategory": "desktop" }, { @@ -1552,44 +1454,56 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1465, + "screenWidth": 1228, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 3840, - "weight": 0.0007322248398225121, + "viewportHeight": 1341, + "viewportWidth": 1228, + "weight": 0.00038061675772990916, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000727541546393787, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1212.1994 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003799650396598478, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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.0007221582886272403, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 648, + "viewportWidth": 360, + "weight": 0.0003783332194120249, "deviceCategory": "mobile" }, { @@ -1597,34 +1511,64 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0007204964685277928, + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.0003772937096686019, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 966, - "viewportWidth": 1872, - "weight": 0.0007194585769760961, + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.0003771852252036023, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 1180, + "weight": 0.00037710730916176455, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 568, + "screenWidth": 320, + "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": 448, + "viewportWidth": 320, + "weight": 0.0003764910903574461, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { @@ -1635,156 +1579,159 @@ "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 647, - "viewportWidth": 1366, - "weight": 0.0007144405016691923, - "deviceCategory": "desktop" + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00037375427289150335, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 390, - "weight": 0.00071330799973055, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0003735250536442079, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 712, + "viewportWidth": 414, + "weight": 0.00037311243175622587, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.8, + "downlink": 3.25, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 300, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 412, - "weight": 0.0007126838753088877, + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00037294744248474437, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.5, - "downlinkMax": null, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 150, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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/123.0.0.0 Safari/537.36", + "pluginsLength": 0, + "screenHeight": 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.6164.1272 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 644, - "viewportWidth": 1366, - "weight": 0.0007126393876722796, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003729145559719343, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 150 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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/121.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 786, - "viewportWidth": 1470, - "weight": 0.0007114520198218882, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0003724254138925615, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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) Mobile/15E148", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 557, - "viewportWidth": 390, - "weight": 0.0007094039570879293, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1458, + "screenWidth": 1301, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.0007071144511893774, + "viewportHeight": 1332, + "viewportWidth": 1301, + "weight": 0.0003721776594311209, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-CA", - "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": 713, - "viewportWidth": 414, - "weight": 0.0007070695531115055, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5223.1464 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003721737505928981, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1472, + "screenWidth": 1324, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.0007041064038550533, + "viewportHeight": 1348, + "viewportWidth": 1324, + "weight": 0.0003705692576845503, "deviceCategory": "desktop" }, { @@ -1792,27 +1739,27 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0007036692442141046, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00036858063079911143, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 746, - "viewportWidth": 428, - "weight": 0.0006986994584585517, + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.0003681684921912099, "deviceCategory": "mobile" }, { @@ -1822,31 +1769,26 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, + "viewportHeight": 661, "viewportWidth": 393, - "weight": 0.0006982552841388964, + "weight": 0.00036813623178521507, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 3, - "effectiveType": "4g", - "rtt": 100 - }, - "language": "ko-KR", - "platform": "Win32", + "language": "cs-CZ", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 931, - "viewportWidth": 2560, - "weight": 0.000696379708499154, - "deviceCategory": "desktop" + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0003680171696162319, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -1856,70 +1798,69 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1383, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1383, - "weight": 0.0006959589747893949, + "viewportHeight": 840, + "viewportWidth": 1920, + "weight": 0.00036727059346719054, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7131.1885 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1194, - "viewportWidth": 2275, - "weight": 0.0006957562454258637, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003664224271116018, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-CA", - "oscpu": "Intel Mac OS X 10.15", - "platform": "MacIntel", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 982, - "screenWidth": 1512, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 831, - "viewportWidth": 1512, - "weight": 0.0006932552167381202, - "deviceCategory": "desktop" + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0003662036284066777, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", "rtt": 50, - "type": "cellular" + "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 760, - "viewportWidth": 412, - "weight": 0.0006912386768085323, + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00036606216857068406, "deviceCategory": "mobile" }, { @@ -1934,27 +1875,13 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0006910004292983949, + "viewportHeight": 899, + "viewportWidth": 1773, + "weight": 0.00036562417364282494, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.0006900914036854979, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "language": "en-US", @@ -1962,133 +1889,160 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.0006900786121651755, + "weight": 0.0003647317546967342, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", "rtt": 50, - "type": "wifi" + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, + "screenHeight": 915, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 813, - "viewportWidth": 412, - "weight": 0.0006869024505484064, + "viewportHeight": 773, + "viewportWidth": 411, + "weight": 0.0003645229985529609, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00036437632638305727, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.05, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6589.1211 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 799, - "viewportWidth": 1494, - "weight": 0.0006851882919454063, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003632743824840411, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 1.3, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.0006820890804603919, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0003630119555402716, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.45, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "ko", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + "screenHeight": 1439, + "screenWidth": 1386, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1313, - "viewportWidth": 2560, - "weight": 0.0006816248116264308, + "viewportHeight": 1319, + "viewportWidth": 1386, + "weight": 0.0003627455264284245, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 715, - "viewportWidth": 430, - "weight": 0.0006811652621867031, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6081.1222 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003620631171526916, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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 Ddg/17.5", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 744, - "viewportWidth": 428, - "weight": 0.0006742304817100605, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1356.1985 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000360316886540062, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 7.9, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.4949.1849 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 713, - "viewportWidth": 384, - "weight": 0.0006730783793128639, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003563434471135979, "deviceCategory": "mobile" }, { @@ -2096,48 +2050,34 @@ "language": "en-US", "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", + "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": 659, "viewportWidth": 393, - "weight": 0.0006728962571612501, + "weight": 0.0003548338772498486, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.9, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 50, + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 872, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 697, - "viewportWidth": 320, - "weight": 0.0006712158544962554, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0006710134798426048, + "viewportHeight": 647, + "viewportWidth": 360, + "weight": 0.00035438594026334475, "deviceCategory": "mobile" }, { @@ -2145,48 +2085,20 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1431, + "screenWidth": 1357, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 752, - "viewportWidth": 1528, - "weight": 0.0006698037273087605, + "viewportHeight": 1306, + "viewportWidth": 1357, + "weight": 0.00035434977732579765, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 655, - "viewportWidth": 393, - "weight": 0.0006684057209449906, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0006679997183833126, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { @@ -2199,47 +2111,78 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.0006646498706734647, + "weight": 0.0003541647437119449, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1462, + "screenWidth": 1373, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1332, + "viewportWidth": 1373, + "weight": 0.0003536772491780911, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "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.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0006631301569550228, - "deviceCategory": "mobile" + "viewportHeight": 751, + "viewportWidth": 740, + "weight": 0.0003533203966890016, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 769, + "viewportWidth": 1512, + "weight": 0.00035256896241494395, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-GB", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 740, - "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", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1450, + "screenWidth": 1232, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 560, - "viewportWidth": 360, - "weight": 0.0006608909002628995, - "deviceCategory": "mobile" + "viewportHeight": 1321, + "viewportWidth": 1232, + "weight": 0.000351335057189961, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -2251,103 +2194,117 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1152, + "screenWidth": 2048, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.0006574459126052754, + "viewportHeight": 982, + "viewportWidth": 2048, + "weight": 0.0003506937590542071, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9, + "downlink": 10, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", - "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/106.0.0.0 Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1390, + "screenWidth": 1368, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 768, - "viewportWidth": 1366, - "weight": 0.0006554478037357521, + "viewportHeight": 1265, + "viewportWidth": 1368, + "weight": 0.0003504777243950346, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 800, - "screenWidth": 1400, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 800, - "viewportWidth": 1400, - "weight": 0.0006552747952437817, + "screenHeight": 801, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.0003485274888283009, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 729, - "viewportWidth": 428, - "weight": 0.0006546709673191451, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "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, + "viewportHeight": 664, "viewportWidth": 390, - "weight": 0.0006527204974617574, + "weight": 0.00034805419262685266, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.0006490888132338307, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 955, + "viewportWidth": 1866, + "weight": 0.00034651348559890864, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5192.1099 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0003462770757830879, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-NZ", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0006481558228105388, + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.0003460347039864845, "deviceCategory": "mobile" }, { @@ -2355,13 +2312,13 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 742, - "viewportWidth": 428, - "weight": 0.0006469596107407829, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00034554281483834996, "deviceCategory": "mobile" }, { @@ -2371,11 +2328,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.0006452508400851034, + "weight": 0.0003450417844240018, "deviceCategory": "mobile" }, { @@ -2383,61 +2340,65 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 768, + "screenWidth": 1024, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 593, - "viewportWidth": 1280, - "weight": 0.0006448359908418015, + "viewportHeight": 617, + "viewportWidth": 1024, + "weight": 0.0003447733519914618, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "oscpu": "Linux x86_64", - "platform": "Linux x86_64", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 683, - "viewportWidth": 1366, - "weight": 0.0006433032753090049, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.000343851590750826, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-GB", - "platform": "MacIntel", + "language": "en-US", + "platform": "iPhone", "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.5 Safari/605.1.15", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 1132, - "viewportWidth": 1863, - "weight": 0.0006428698809199883, - "deviceCategory": "desktop" + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00034353592176495414, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 635, + "viewportHeight": 669, "viewportWidth": 375, - "weight": 0.000641192573123378, + "weight": 0.00034329563484458714, "deviceCategory": "mobile" }, { @@ -2445,109 +2406,145 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0006398022758624732, + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.0003432432891110649, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.0006379187827510526, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.0003423235726808087, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.0003422545209086855, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 664, - "viewportWidth": 390, - "weight": 0.0006365786314486303, + "screenHeight": 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.2157.1166 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003421926682327683, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.0006357938708656751, - "deviceCategory": "mobile" + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.0003405362013729254, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "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.9651.1776 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 650, - "viewportWidth": 360, - "weight": 0.0006289752998906307, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00034044182042708714, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 + "downlink": 1.4, + "downlinkMax": null, + "effectiveType": "3g", + "rtt": 550, + "type": "wifi" }, "language": "en-US", - "platform": "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", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.0006282832322134438, - "deviceCategory": "desktop" + "viewportHeight": 865, + "viewportWidth": 411, + "weight": 0.00034015864857035087, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0006278849812144863, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0003394074612941537, "deviceCategory": "mobile" }, { @@ -2557,298 +2554,311 @@ "pluginsLength": 5, "screenHeight": 896, "screenWidth": 414, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 414, - "weight": 0.000626055700744896, + "viewportHeight": 334, + "viewportWidth": 832, + "weight": 0.00033833526759972406, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.9, - "downlinkMax": 100, + "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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": 784, - "viewportWidth": 412, - "weight": 0.0006232223218223851, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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": 921, - "viewportWidth": 768, - "weight": 0.0006208959320269295, + "viewportHeight": 765, + "viewportWidth": 1517, + "weight": 0.000338232307158489, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.0006186270865318401, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0003376671865956609, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.7120.1644 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 763, - "viewportWidth": 412, - "weight": 0.0006176415372007366, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003372256552018883, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "platform": "Win32", "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": 739, - "viewportWidth": 430, - "weight": 0.000616847959874779, - "deviceCategory": "mobile" + "screenHeight": 1098, + "screenWidth": 1756, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 972, + "viewportWidth": 1748, + "weight": 0.0003367168931496997, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/144.0 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.0006163304177410966, + "viewportHeight": 651, + "viewportWidth": 393, + "weight": 0.00033662533101300364, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 664, - "viewportWidth": 390, - "weight": 0.0006138598832104476, + "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.6144.1943 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003363964234755523, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1897.1906 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 673, - "viewportWidth": 1440, - "weight": 0.0006112819730286211, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003363807431375627, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.0006092064244924521, + "screenHeight": 1510, + "screenWidth": 1353, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1385, + "viewportWidth": 1353, + "weight": 0.0003355533036118828, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 250, - "type": "cellular" + "rtt": 50 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 998, - "screenWidth": 448, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "en-GB", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 868, - "viewportWidth": 448, - "weight": 0.0006085976545590665, - "deviceCategory": "mobile" + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00033518729038243227, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-GB", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1", + "screenHeight": 1194, + "screenWidth": 834, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.0006073748816547453, - "deviceCategory": "mobile" + "viewportHeight": 706, + "viewportWidth": 1194, + "weight": 0.00033465670183834386, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "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.3553.1269 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 666, - "viewportWidth": 360, - "weight": 0.000599680831721468, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00033448923114743874, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 7, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 770, - "viewportWidth": 462, - "weight": 0.0005986992726757045, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0003343938044800024, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0005978544107610446, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1440.1501 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003341279759990789, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 150 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 384, - "weight": 0.000597316981574476, - "deviceCategory": "mobile" + "viewportHeight": 720, + "viewportWidth": 1470, + "weight": 0.0003329171694099914, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1600, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 746, - "viewportWidth": 1600, - "weight": 0.0005961673570537891, + "screenHeight": 1461, + "screenWidth": 1312, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1339, + "viewportWidth": 1312, + "weight": 0.0003327717004600423, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 786, - "viewportWidth": 412, - "weight": 0.000594861661963806, + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00033220401213844434, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 375, + "weight": 0.0003317611754615342, "deviceCategory": "mobile" }, { @@ -2856,13 +2866,13 @@ "language": "en-CA", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0005931602383038605, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.0003314226242553374, "deviceCategory": "mobile" }, { @@ -2870,74 +2880,89 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1474, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1354, + "viewportWidth": 1366, + "weight": 0.00033077265592452537, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.6, + "effectiveType": "4g", + "rtt": 200 }, "language": "en-US", "platform": "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 Edg/125.0.0.0", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 929, - "viewportWidth": 1920, - "weight": 0.0005925429834026648, + "viewportHeight": 674, + "viewportWidth": 1272, + "weight": 0.00033072584226917403, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.3711.1360 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 770, - "viewportWidth": 412, - "weight": 0.0005919686141008307, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00033071904191256656, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2048.1516 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 740, - "viewportWidth": 412, - "weight": 0.0005915628533948935, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00032998875305006005, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0005911086371567712, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.0003293225843957125, "deviceCategory": "mobile" }, { @@ -2945,18 +2970,58 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6613.1614 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00032926251593522405, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.8, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 200, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 922, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 827, + "viewportWidth": 411, + "weight": 0.0003290726899239318, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1445, + "screenWidth": 1231, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.0005904623994316508, + "viewportHeight": 1320, + "viewportWidth": 1231, + "weight": 0.0003280064945532844, "deviceCategory": "desktop" }, { @@ -2966,55 +3031,138 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0005884887596760794, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0003279934045636702, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 7.15, + "effectiveType": "4g", + "rtt": 200 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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": 739, - "viewportWidth": 430, - "weight": 0.0005873542023736785, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 588, + "viewportWidth": 1353, + "weight": 0.0003275405985050019, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 741, - "viewportWidth": 393, - "weight": 0.0005871184346100454, + "viewportHeight": 720, + "viewportWidth": 414, + "weight": 0.00032690318025231603, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.0003263302693316554, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9413.1755 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003260616237220117, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1375, + "screenWidth": 1267, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1245, + "viewportWidth": 1267, + "weight": 0.000325973611475995, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0005869637531885049, + "viewportHeight": 713, + "viewportWidth": 414, + "weight": 0.00032576163401140705, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6481.1614 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0003256432502872871, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { @@ -3025,13 +3173,13 @@ "language": "en-US", "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 800, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 614, - "viewportWidth": 1274, - "weight": 0.000586589339394873, + "viewportHeight": 693, + "viewportWidth": 1440, + "weight": 0.0003252585027662077, "deviceCategory": "desktop" }, { @@ -3039,18 +3187,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1279, - "viewportWidth": 2560, - "weight": 0.0005854098892198658, + "viewportHeight": 1312, + "viewportWidth": 1278, + "weight": 0.00032368338924264583, "deviceCategory": "desktop" }, { @@ -3063,69 +3211,89 @@ "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.0005847103739109532, + "viewportHeight": 804, + "viewportWidth": 1528, + "weight": 0.00032240364113221066, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.5, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/143.0.0.0 Safari/537.36 Edg/143.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 689, - "viewportWidth": 384, - "weight": 0.0005831543316040123, - "deviceCategory": "mobile" + "viewportHeight": 492, + "viewportWidth": 1090, + "weight": 0.00032150768778076605, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1496, + "screenWidth": 1306, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1366, + "viewportWidth": 1306, + "weight": 0.00032139350224693204, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 250 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.0005830028261043144, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00032090216065576465, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.5709.1352 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 784, - "viewportWidth": 412, - "weight": 0.0005822457371811883, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00032069902190092663, "deviceCategory": "mobile" }, { @@ -3133,112 +3301,151 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 746, - "viewportWidth": 430, - "weight": 0.0005820292558150906, + "viewportHeight": 665, + "viewportWidth": 390, + "weight": 0.0003206789228278284, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1446, + "screenWidth": 1315, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.0005813264201263864, + "viewportHeight": 1324, + "viewportWidth": 1315, + "weight": 0.0003199942002533489, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0005806425857541542, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3791.1368 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0003199742188430051, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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": 740, - "viewportWidth": 1080, - "weight": 0.000580557028343591, + "screenHeight": 1371, + "screenWidth": 1229, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1251, + "viewportWidth": 1229, + "weight": 0.0003197563393845237, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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 Ddg/17.5", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, - "viewportWidth": 390, - "weight": 0.0005799819356921265, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00031962113697451053, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 587, + "viewportWidth": 1280, + "weight": 0.00031931613716730984, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { - "downlink": 5.9, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1489, + "screenWidth": 1285, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0005779885429292783, + "viewportHeight": 1360, + "viewportWidth": 1285, + "weight": 0.0003188592808120117, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-SG", + "platform": "iPad", + "pluginsLength": 5, + "screenHeight": 1133, + "screenWidth": 744, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 658, + "viewportWidth": 1133, + "weight": 0.00031878867967094363, + "deviceCategory": "tablet" + }, { "appName": "Netscape", "connection": { - "downlink": 9.8, + "downlink": 10, "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "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.8432.1665 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5510.1183 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0005775618483063, + "weight": 0.00031852030317366096, "deviceCategory": "mobile" }, { @@ -3250,59 +3457,30 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "en", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 751, - "viewportWidth": 412, - "weight": 0.0005763247155572217, - "deviceCategory": "mobile" + "viewportHeight": 647, + "viewportWidth": 1318, + "weight": 0.000318310864254144, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "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.0005758120991733598, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "platform": "MacIntel", "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", + "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.7.3 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 746, - "viewportWidth": 428, - "weight": 0.0005756337961401815, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 947, - "viewportWidth": 1920, - "weight": 0.0005752861398871664, + "viewportHeight": 707, + "viewportWidth": 1080, + "weight": 0.0003181444251965522, "deviceCategory": "desktop" }, { @@ -3312,121 +3490,105 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 666, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.0005731286320751216, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.1, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 760, - "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": 626, - "viewportWidth": 360, - "weight": 0.0005731173909836458, + "weight": 0.00031797790982845573, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "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": 703, - "viewportWidth": 1536, - "weight": 0.0005714206864723768, - "deviceCategory": "desktop" + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00031788417968689876, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0005713241890527828, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00031741884447124426, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "fr-FR", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0005710967131829907, + "weight": 0.0003173611241480656, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.1156.1963 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 754, - "viewportWidth": 412, - "weight": 0.0005706238939215653, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000317207410882802, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.8, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, - "language": "en-GB", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 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.6594.1823 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 699, - "viewportWidth": 360, - "weight": 0.0005703754438850122, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003171739367665142, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00031689542963469553, "deviceCategory": "mobile" }, { @@ -3434,86 +3596,70 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1522, + "screenWidth": 1245, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 1440, - "weight": 0.0005702147910377124, + "viewportHeight": 1393, + "viewportWidth": 1245, + "weight": 0.0003164953539174818, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-CA", - "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": 739, - "viewportWidth": 430, - "weight": 0.0005700523782146439, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-GB", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1388, + "screenWidth": 1238, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 384, - "weight": 0.0005694962355044541, - "deviceCategory": "mobile" + "viewportHeight": 1265, + "viewportWidth": 1238, + "weight": 0.0003162477826288639, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0005694736174130499, + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.000315711213683413, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1508, + "screenWidth": 1327, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 813, - "viewportWidth": 1440, - "weight": 0.0005694664633260477, + "viewportHeight": 1383, + "viewportWidth": 1327, + "weight": 0.0003156113184031812, "deviceCategory": "desktop" }, { @@ -3521,62 +3667,84 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0005686193695215034, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00031560463807603605, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00031480552791911584, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.9, - "downlinkMax": 100, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, - "language": "en-US", - "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", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1485, + "screenWidth": 1232, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 650, - "viewportWidth": 360, - "weight": 0.0005679844814878345, - "deviceCategory": "mobile" + "viewportHeight": 1361, + "viewportWidth": 1232, + "weight": 0.0003147668186399444, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 1.35, + "effectiveType": "3g", + "rtt": 600 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.0005659287418760559, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00031439857524863, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 2, - "screenHeight": 960, - "screenWidth": 432, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1257.1658 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, - "viewportWidth": 432, - "weight": 0.0005645872104992078, + "viewportWidth": 375, + "weight": 0.0003143534931318714, "deviceCategory": "mobile" }, { @@ -3585,165 +3753,116 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, - "language": "en-US", - "platform": "Linux armv8l", + "language": "en-CA", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 360, - "screenWidth": 640, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 919, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 336, - "viewportWidth": 592, - "weight": 0.0005645362940671302, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "fr-CA", - "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": 722, - "viewportWidth": 393, - "weight": 0.0005635126183733587, + "viewportHeight": 760, + "viewportWidth": 411, + "weight": 0.0003135442287872405, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.9, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.000562302432139246, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 717, - "viewportWidth": 1440, - "weight": 0.000560341905871595, + "viewportHeight": 636, + "viewportWidth": 1358, + "weight": 0.0003133326277064262, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", "platform": "iPhone", - "pluginsLength": 5, + "pluginsLength": 0, "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, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 [FBAN/FBIOS;FBAV/495.1.0.27.296;FBBV/683141668;FBDV/iPhone13,2;FBMD/iPhone;FBSN/iOS;FBSV/26.2.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/684552024]", + "vendor": "Google Inc.", + "viewportHeight": 844, "viewportWidth": 390, - "weight": 0.0005596586161095102, + "weight": 0.0003128859290603636, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "zh-TW", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1458, + "screenWidth": 1383, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000559306643743755, + "viewportHeight": 1336, + "viewportWidth": 1383, + "weight": 0.00031268131383296795, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4958.1134 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.0005592000344224309, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003126705858031118, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.75, + "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 150 + "rtt": 100, + "type": "wifi" }, "language": "en-US", - "platform": "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", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 804, - "viewportWidth": 1655, - "weight": 0.0005589294402659035, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.0005580047795227809, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.0005575224652992263, + "viewportHeight": 693, + "viewportWidth": 384, + "weight": 0.00031228550393316043, "deviceCategory": "mobile" }, { @@ -3751,62 +3870,53 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 736, + "screenHeight": 896, "screenWidth": 414, - "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 617, - "viewportWidth": 414, - "weight": 0.0005574559633249133, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0003111480974796068, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.000557047109823874, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.0003104705793981002, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 665, - "viewportWidth": 1280, - "weight": 0.0005564464542292457, + "viewportHeight": 674, + "viewportWidth": 1272, + "weight": 0.00031016465931930703, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "ja", - "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.0005559807519528713, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { @@ -3815,15 +3925,15 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 726, - "viewportWidth": 1422, - "weight": 0.0005552997945545705, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.0003096516957274892, "deviceCategory": "desktop" }, { @@ -3831,13 +3941,13 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.0005550789425014725, + "weight": 0.0003095621094199397, "deviceCategory": "mobile" }, { @@ -3847,25 +3957,11 @@ "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 Mobile/15E148 Safari/604.1 Ddg/17.4", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 713, - "viewportWidth": 414, - "weight": 0.0005512513642822893, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "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": 669, - "viewportWidth": 390, - "weight": 0.0005497903838277168, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.0003095263659096518, "deviceCategory": "mobile" }, { @@ -3875,128 +3971,93 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, + "viewportHeight": 744, "viewportWidth": 428, - "weight": 0.0005494023810187031, + "weight": 0.0003092702140240977, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.8, + "downlink": 4.25, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0 + "rtt": 200, + "type": "cellular" }, - "language": "zh-CN", - "platform": "Linux x86_64", + "language": "en-US", + "platform": "Linux armv81", "pluginsLength": 0, - "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.4498.1974 Mobile Safari/537.36", + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 812, - "viewportWidth": 375, - "weight": 0.0005461839977451447, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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": 518, - "viewportWidth": 320, - "weight": 0.0005461348580291995, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0005442387247635113, + "viewportHeight": 782, + "viewportWidth": 411, + "weight": 0.0003091736735559488, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "nl-NL", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 729, - "viewportWidth": 428, - "weight": 0.0005428376553697819, + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.00030821562346185823, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 8, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "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.0005423598516938758, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "platform": "Win32", "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": 670, - "viewportWidth": 390, - "weight": 0.0005394134513364363, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 932, + "viewportWidth": 1912, + "weight": 0.00030654422972774574, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 732, - "viewportWidth": 430, - "weight": 0.0005381542287792205, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00030638962258068444, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "pt-PT", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 643, - "viewportWidth": 393, - "weight": 0.000538040663052958, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0003062301998896623, "deviceCategory": "mobile" }, { @@ -4009,154 +4070,165 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1600, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 899, - "viewportWidth": 1680, - "weight": 0.000537989704211659, + "viewportHeight": 734, + "viewportWidth": 1592, + "weight": 0.0003059840943411591, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 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.3910.1559 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 670, - "viewportWidth": 360, - "weight": 0.0005378866100231399, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000304668857508907, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1388, + "screenWidth": 1219, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 594, - "viewportWidth": 1190, - "weight": 0.0005377493336755879, + "viewportHeight": 1262, + "viewportWidth": 1219, + "weight": 0.0003045095538554189, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.6, - "downlinkMax": 100, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 200, - "type": "cellular" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1470, + "screenWidth": 1256, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 722, - "viewportWidth": 384, - "weight": 0.0005372708349594936, - "deviceCategory": "mobile" + "viewportHeight": 1345, + "viewportWidth": 1256, + "weight": 0.0003039536313675986, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1519, + "screenWidth": 1352, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.0005366417052716616, + "viewportHeight": 1392, + "viewportWidth": 1352, + "weight": 0.000303905657410139, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4891.1034 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.000535809614331852, + "weight": 0.00030369759679482744, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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": 718, - "viewportWidth": 414, - "weight": 0.0005356403480369949, - "deviceCategory": "mobile" + "screenHeight": 1380, + "screenWidth": 1386, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1259, + "viewportWidth": 1386, + "weight": 0.00030346730120008937, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0005352998797313022, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5439.1106 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0003030802527922325, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0005352431904582008, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7521.1650 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00030281788894202734, "deviceCategory": "mobile" }, { @@ -4164,52 +4236,54 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", + "language": "en-CA", "platform": "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", + "screenHeight": 1440, + "screenWidth": 3440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.0005346610047387367, + "viewportHeight": 1278, + "viewportWidth": 1718, + "weight": 0.0003026054157488696, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "es-419", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.0005342481067397867, + "connection": { + "downlink": 9.9, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 658, + "viewportWidth": 384, + "weight": 0.00030257169669751973, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "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": 911, - "viewportWidth": 1525, - "weight": 0.0005341702045443919, - "deviceCategory": "desktop" + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0003015398711018422, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -4218,26 +4292,26 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 746, + "viewportHeight": 717, "viewportWidth": 430, - "weight": 0.0005308028446794964, + "weight": 0.00030119508566045543, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPad", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1024, - "screenWidth": 768, - "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 698, - "viewportWidth": 1024, - "weight": 0.0005303206305235348, - "deviceCategory": "tablet" + "viewportHeight": 635, + "viewportWidth": 393, + "weight": 0.0003009939117407541, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -4247,101 +4321,96 @@ "rtt": 0 }, "language": "zh-CN", - "platform": "Linux x86_64", - "pluginsLength": 0, - "screenHeight": 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.5846.1736 Mobile Safari/537.36", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1443, + "screenWidth": 1210, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 812, - "viewportWidth": 375, - "weight": 0.000530075453761216, - "deviceCategory": "mobile" + "viewportHeight": 1320, + "viewportWidth": 1210, + "weight": 0.00030076631260800816, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.0005291190968170683, + "viewportHeight": 745, + "viewportWidth": 390, + "weight": 0.0003005352232172056, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.000528185275218652, + "screenHeight": 1385, + "screenWidth": 1317, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1263, + "viewportWidth": 1317, + "weight": 0.00029959285512453043, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.0005281114589780669, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00029952366411362477, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 7, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 640, - "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": 512, - "viewportWidth": 360, - "weight": 0.0005259136599745345, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.0002987818838975943, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.75, - "downlinkMax": null, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 150, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv8l", - "pluginsLength": 0, - "screenHeight": 640, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 9; SM-J737A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1493, + "screenWidth": 1353, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 560, - "viewportWidth": 360, - "weight": 0.0005251770439257774, - "deviceCategory": "mobile" + "viewportHeight": 1363, + "viewportWidth": 1353, + "weight": 0.000298684138332512, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -4352,64 +4421,66 @@ }, "language": "en-US", "platform": "MacIntel", - "pluginsLength": 1, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1319, - "viewportWidth": 2560, - "weight": 0.0005245263639028149, + "viewportHeight": 782, + "viewportWidth": 1440, + "weight": 0.0002986140161989661, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.4024.1107 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 776, - "viewportWidth": 412, - "weight": 0.0005238361304770591, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00029842285359826896, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1352, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1352, - "viewportWidth": 2560, - "weight": 0.0005228278943580755, - "deviceCategory": "desktop" + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4180.1873 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00029823717405629403, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0005224387606893337, + "viewportHeight": 628, + "viewportWidth": 375, + "weight": 0.000297588121095604, "deviceCategory": "mobile" }, { @@ -4424,13 +4495,27 @@ "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 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1746, - "weight": 0.0005207233283054421, + "viewportHeight": 917, + "viewportWidth": 1296, + "weight": 0.00029744038543982903, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "es-419", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0002971425012547952, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { @@ -4441,205 +4526,183 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 773, - "viewportWidth": 1600, - "weight": 0.0005203180525179602, + "viewportHeight": 594, + "viewportWidth": 1272, + "weight": 0.0002963761548388762, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.0005202239352811892, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", "rtt": 50, - "type": "cellular" + "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 645, - "viewportWidth": 360, - "weight": 0.000520112604727213, + "viewportHeight": 756, + "viewportWidth": 411, + "weight": 0.0002959479236882125, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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": 656, - "viewportWidth": 393, - "weight": 0.0005192876736381482, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.00029590991231247233, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 622, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5363.1555 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0005192043784051938, + "weight": 0.00029537652913252124, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.5, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 805, - "viewportWidth": 1464, - "weight": 0.000519110642053154, + "viewportHeight": 746, + "viewportWidth": 1435, + "weight": 0.0002952456613501374, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0005188076265723867, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9357.1360 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00029523583239021223, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.0005181014830420733, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1459.1369 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00029509221951747933, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) FxiOS/126.2 Mobile/15E148 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 724, - "viewportWidth": 428, - "weight": 0.0005177421567639322, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2908.1056 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002950227225715146, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 5.4, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 663, - "viewportWidth": 1506, - "weight": 0.0005177157197553712, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.0002941794439705587, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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": 743, - "viewportWidth": 428, - "weight": 0.0005166652620302827, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPad", - "pluginsLength": 5, - "screenHeight": 1366, - "screenWidth": 1024, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 905, - "viewportWidth": 1366, - "weight": 0.000516203970761953, - "deviceCategory": "tablet" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "downlinkMax": null, - "effectiveType": "3g", - "rtt": 700, - "type": "cellular" - }, - "language": "en-US", - "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": 645, - "viewportWidth": 360, - "weight": 0.0005160896959691895, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00029395057771236304, "deviceCategory": "mobile" }, { @@ -4647,86 +4710,89 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1201, + "screenWidth": 2134, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 686, - "viewportWidth": 1061, - "weight": 0.0005158507722012926, + "viewportHeight": 1039, + "viewportWidth": 2134, + "weight": 0.0002939253744400215, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 450 + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1763 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000514365225847475, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00029389840645074536, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.0005136471704872122, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00029385946380903116, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9390.1159 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0005127882513272392, + "weight": 0.00029382738999912645, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.4424.1117 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 746, - "viewportWidth": 412, - "weight": 0.0005126348751804357, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002938246689497443, "deviceCategory": "mobile" }, { @@ -4734,27 +4800,13 @@ "language": "en-US", "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": 662, - "viewportWidth": 390, - "weight": 0.0005119100661404213, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 707, - "viewportWidth": 414, - "weight": 0.0005103319747581913, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0002935983080988263, "deviceCategory": "mobile" }, { @@ -4762,231 +4814,251 @@ "language": "en-CA", "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.0005098167446300957, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-GB", - "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": 739, - "viewportWidth": 430, - "weight": 0.0005087472074099856, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0005087165119554268, + "viewportHeight": 793, + "viewportWidth": 393, + "weight": 0.00029338023545903697, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 1.4, + "downlinkMax": null, + "effectiveType": "3g", + "rtt": 300, + "type": "wifi" + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 926, - "viewportWidth": 428, - "weight": 0.0005072623006664196, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 753, + "screenWidth": 339, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 623, + "viewportWidth": 338, + "weight": 0.0002928953053809848, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 842, - "screenWidth": 674, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 664, - "viewportWidth": 674, - "weight": 0.0005040713545062389, - "deviceCategory": "tablet" + "viewportHeight": 738, + "viewportWidth": 1528, + "weight": 0.0002928015535239672, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, + "viewportHeight": 645, "viewportWidth": 390, - "weight": 0.0005035315325750995, + "weight": 0.0002925123443999259, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.0005035266519554516, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4130.1779 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00029251139883643585, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.0005023292201415268, - "deviceCategory": "mobile" + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 826, + "viewportWidth": 1536, + "weight": 0.0002922815630441479, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.8, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1347, + "screenWidth": 1261, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 754, - "viewportWidth": 1406, - "weight": 0.0005018165575241024, + "viewportHeight": 1220, + "viewportWidth": 1261, + "weight": 0.00029158502827428257, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.55, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 200, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.0002914240915683411, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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.4.1 Safari/605.1.15", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 917, - "viewportWidth": 1366, - "weight": 0.000501273403182532, - "deviceCategory": "desktop" + "viewportHeight": 673, + "viewportWidth": 402, + "weight": 0.00029058064155192115, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, - "language": "en-US", - "platform": "MacIntel", + "language": "ru", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 1440, - "weight": 0.0004999466341392396, + "viewportHeight": 754, + "viewportWidth": 1530, + "weight": 0.00028974722954803724, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 844, - "screenWidth": 390, - "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": 654, - "viewportWidth": 390, - "weight": 0.0004997820852905046, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00028961964308639703, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0004993968862706471, + "viewportHeight": 628, + "viewportWidth": 375, + "weight": 0.0002886340186857671, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.0004993435062246367, - "deviceCategory": "desktop" + "viewportHeight": 753, + "viewportWidth": 411, + "weight": 0.00028823977505448243, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0004986236224241934, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2005.1156 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00028736101656006775, "deviceCategory": "mobile" }, { @@ -4994,18 +5066,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "fr-FR", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1421, + "screenWidth": 1317, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 799, - "viewportWidth": 1536, - "weight": 0.0004980444121347413, + "viewportHeight": 1297, + "viewportWidth": 1317, + "weight": 0.00028732238274845816, "deviceCategory": "desktop" }, { @@ -5013,79 +5085,122 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1067, + "screenWidth": 1707, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1089, - "viewportWidth": 2394, - "weight": 0.000497646191463688, + "viewportHeight": 898, + "viewportWidth": 1707, + "weight": 0.0002872871850561256, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 2.75, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8271.1809 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002870546496731754, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4365.1353 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002864314339236672, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-GB", "platform": "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.0004972533248194993, + "viewportHeight": 706, + "viewportWidth": 1488, + "weight": 0.0002858280268720808, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "platform": "iPhone", - "pluginsLength": 5, + "pluginsLength": 7, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 659, "viewportWidth": 390, - "weight": 0.0004971188201186603, + "weight": 0.00028552201491435124, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 926, - "screenWidth": 428, - "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", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 746, - "viewportWidth": 428, - "weight": 0.0004967533750505015, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.0002853886777930346, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0004966785352567788, + "platform": "Linux armv8l", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 915, + "viewportWidth": 412, + "weight": 0.0002851949486362066, "deviceCategory": "mobile" }, { @@ -5093,13 +5208,13 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00049617141796122, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00028516233223262915, "deviceCategory": "mobile" }, { @@ -5107,74 +5222,72 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5732.1932 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 641, - "viewportWidth": 1366, - "weight": 0.0004949829016946698, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002844886381267691, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", "rtt": 100, - "type": "cellular" + "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 384, - "weight": 0.00049450420885108, + "viewportHeight": 669, + "viewportWidth": 360, + "weight": 0.00028441387031311456, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 8.75, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 200 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/142.0.0.0 Safari/537.36 OPR/126.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 757, - "viewportWidth": 412, - "weight": 0.000493662770559596, - "deviceCategory": "mobile" + "viewportHeight": 1316, + "viewportWidth": 2518, + "weight": 0.0002841492558312065, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "es-MX", + "language": "en-CA", "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", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.0004921962341867929, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00028406073509761265, "deviceCategory": "mobile" }, { @@ -5182,65 +5295,56 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 250 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4535.1407 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0004909794537881267, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002840375414484821, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/123.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9029.1070 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 754, - "viewportWidth": 1440, - "weight": 0.0004907785794196391, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00028385361973077265, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 1047, - "viewportWidth": 1841, - "weight": 0.000490568699066228, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "platform": "Linux x86_64", "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.0004897316922727027, + "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.8634.1066 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002837129874461404, "deviceCategory": "mobile" }, { @@ -5248,212 +5352,129 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-CA", - "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/125.0.0.0 Safari/537.36", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3457.1870 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.0004896358877187025, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-GB", - "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.0004893328671527298, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.0004890734109976643, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "de-DE", - "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 752, - "viewportWidth": 1194, - "weight": 0.0004888995900504392, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00028357174683725137, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "pluginsLength": 0, - "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.2 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 704, - "viewportWidth": 1194, - "weight": 0.0004883131899624787, - "deviceCategory": "desktop" + "screenHeight": 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.6170.1254 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002835581044088927, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 853, - "viewportWidth": 1728, - "weight": 0.0004882039815166413, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00028346537098010937, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.7570.1658 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 750, - "viewportWidth": 412, - "weight": 0.00048795784383333217, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002834625900176405, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 1245, - "viewportWidth": 1578, - "weight": 0.00048756559009335046, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 627, - "viewportWidth": 374, - "weight": 0.00048738101132345574, + "viewportHeight": 797, + "viewportWidth": 390, + "weight": 0.0002831599548254532, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "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": 756, - "viewportWidth": 412, - "weight": 0.0004871308219328534, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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": 700, - "viewportWidth": 1425, - "weight": 0.0004864411256262412, + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 856, + "viewportWidth": 1532, + "weight": 0.00028292776568903636, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.25, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", "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/123.0.0.0 Safari/537.36", + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 1277, - "weight": 0.00048621407135857877, + "viewportHeight": 823, + "viewportWidth": 1512, + "weight": 0.00028263556481292386, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.0004860909456898448, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { @@ -5464,13 +5485,13 @@ "language": "en-US", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.000485961860170534, + "viewportHeight": 796, + "viewportWidth": 1488, + "weight": 0.0002826223659037823, "deviceCategory": "desktop" }, { @@ -5478,33 +5499,33 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.000484925503916116, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00028220491145186877, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.3, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7039.1841 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00048376582334190934, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002820885909010766, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -5513,60 +5534,84 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.52 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 623, "viewportWidth": 390, - "weight": 0.00048285522740595195, + "weight": 0.0002818612206233142, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00048248599584234457, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8737.1066 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00028119157329540743, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9, + "downlink": 1.45, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "es-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 780, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 609, - "viewportWidth": 360, - "weight": 0.00048197894805411615, + "viewportHeight": 781, + "viewportWidth": 411, + "weight": 0.000280741986720554, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 665, + "viewportWidth": 1280, + "weight": 0.00028063853441507257, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", "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", + "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": 736, - "viewportWidth": 430, - "weight": 0.00048179192331269846, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.0002804860219600781, "deviceCategory": "mobile" }, { @@ -5574,53 +5619,70 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "MacIntel", - "pluginsLength": 2, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7289.1745 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002802801465403544, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 843, - "viewportWidth": 1695, - "weight": 0.00048164980949200507, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00027961781866504186, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.4999.1142 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 760, - "viewportWidth": 412, - "weight": 0.00048127127455755277, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00027950843065265734, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 520, - "viewportWidth": 320, - "weight": 0.00048085481119000304, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0002793974813967729, "deviceCategory": "mobile" }, { @@ -5630,11 +5692,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.0004790881266330899, + "weight": 0.00027821617237155103, "deviceCategory": "mobile" }, { @@ -5644,151 +5706,193 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 721, "viewportWidth": 430, - "weight": 0.00047853317516123405, + "weight": 0.0002781188139351008, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, - "language": "en-VI", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "language": "en-US", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1807, - "viewportWidth": 980, - "weight": 0.00047845295674212273, + "viewportHeight": 665, + "viewportWidth": 1280, + "weight": 0.0002781114662627244, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 820, - "viewportWidth": 1440, - "weight": 0.0004779768354525134, - "deviceCategory": "desktop" + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6064.1164 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00027800542213229077, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-CA", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00047767555643380577, + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.0002777310610438223, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00047669923880704654, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6894.1807 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00027735536515501947, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 860, - "viewportWidth": 1280, - "weight": 0.00047641163376631736, + "screenHeight": 1424, + "screenWidth": 1344, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1304, + "viewportWidth": 1344, + "weight": 0.0002773363652032615, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.00047632447336734714, + "screenHeight": 1338, + "screenWidth": 1257, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1209, + "viewportWidth": 1257, + "weight": 0.00027725809248613806, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9697.1163 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002771149018788757, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "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.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.0004757707889569681, - "deviceCategory": "mobile" + "viewportHeight": 977, + "viewportWidth": 810, + "weight": 0.0002766136664269846, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "platform": "Linux x86_64", "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.0004756514436491737, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00027618028773902635, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 50, + "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, "screenHeight": 780, "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 609, + "viewportHeight": 643, "viewportWidth": 360, - "weight": 0.00047553826576427155, + "weight": 0.0002760963245111133, "deviceCategory": "mobile" }, { @@ -5796,48 +5900,41 @@ "language": "en-US", "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", + "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": 663, - "viewportWidth": 390, - "weight": 0.00047470030635088617, + "viewportHeight": 547, + "viewportWidth": 375, + "weight": 0.0002760640915484954, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "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": 780, - "viewportWidth": 412, - "weight": 0.0004744147472825222, + "language": "tr-TR", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.0002759802524781674, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00047419541869573884, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.0002759101801208357, "deviceCategory": "mobile" }, { @@ -5848,69 +5945,62 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1200, - "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", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 888, - "viewportWidth": 1520, - "weight": 0.0004740664667518188, + "viewportHeight": 1323, + "viewportWidth": 1255, + "weight": 0.0002756650485964596, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 0.15, - "effectiveType": "4g", - "rtt": 100 - }, "language": "en-US", - "platform": "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": 911, - "viewportWidth": 1920, - "weight": 0.00047379134472499805, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "es-MX", "platform": "iPhone", "pluginsLength": 5, "screenHeight": 852, "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 665, "viewportWidth": 393, - "weight": 0.00047375574057525967, + "weight": 0.00027535255496103435, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00027533203284199533, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.5397.1464 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 780, - "viewportWidth": 412, - "weight": 0.0004734004311382944, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002752825214176537, "deviceCategory": "mobile" }, { @@ -5923,41 +6013,70 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 593, - "viewportWidth": 1280, - "weight": 0.0004726492288374053, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.0002750754121887127, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.00047263641095310127, - "deviceCategory": "mobile" + "screenHeight": 1477, + "screenWidth": 1282, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1352, + "viewportWidth": 1282, + "weight": 0.00027507532743462456, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 738, - "viewportWidth": 430, - "weight": 0.00047246602556043224, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00027500986075949113, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6349.1894 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002748291186489856, "deviceCategory": "mobile" }, { @@ -5965,27 +6084,27 @@ "language": "en-US", "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", + "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": 663, - "viewportWidth": 390, - "weight": 0.00047214610279529257, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00027478421692640184, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 653, + "viewportHeight": 690, "viewportWidth": 393, - "weight": 0.00047163180337972903, + "weight": 0.0002743284622893655, "deviceCategory": "mobile" }, { @@ -5993,27 +6112,48 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.92 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 742, - "viewportWidth": 428, - "weight": 0.0004713350041220916, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.0002740124455525047, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, "language": "en-CA", - "platform": "iPhone", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 812, - "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", + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1039, + "viewportWidth": 411, + "weight": 0.000273958407301936, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 633, - "viewportWidth": 375, - "weight": 0.0004707691962988365, + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.0002736873235557231, "deviceCategory": "mobile" }, { @@ -6021,54 +6161,66 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.00046800341889823444, + "viewportHeight": 812, + "viewportWidth": 1440, + "weight": 0.00027349834485567543, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 9.1, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "language": "es-US", - "platform": "Linux aarch64", - "pluginsLength": 0, - "screenHeight": 1280, - "screenWidth": 800, - "userAgent": "Mozilla/5.0 (Linux; Android 11; M2101K9AG Build/RKQ1.200826.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/94.0.4606.61 Mobile Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 1126, - "viewportWidth": 540, - "weight": 0.00046662104579363426, + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00027344180638561483, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-CA", + "platform": "MacIntel", "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", + "screenHeight": 1080, + "screenWidth": 810, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00046598963975267205, - "deviceCategory": "mobile" + "viewportHeight": 724, + "viewportWidth": 1080, + "weight": 0.0002734382520262069, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1386, + "screenWidth": 1283, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1258, + "viewportWidth": 1283, + "weight": 0.0002731706813671781, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -6077,32 +6229,37 @@ "downlinkMax": null, "effectiveType": "4g", "rtt": 50, - "type": "wifi" + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 872, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 733, - "viewportWidth": 320, - "weight": 0.00046552973179700614, + "viewportHeight": 802, + "viewportWidth": 384, + "weight": 0.0002730310705435278, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.4.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 867, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3844.1574 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.00046510136625022176, + "weight": 0.0002727808328643532, "deviceCategory": "desktop" }, { @@ -6110,58 +6267,70 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5672.1624 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.0004649554737529216, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00027275190271580673, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 6, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 655, + "viewportWidth": 393, + "weight": 0.00027272058865960284, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1374, + "screenWidth": 1291, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 929, - "viewportWidth": 1920, - "weight": 0.0004648876737846855, + "viewportHeight": 1254, + "viewportWidth": 1291, + "weight": 0.0002726023255590287, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.1, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux x86_64", - "pluginsLength": 4, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 12239.92.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.136 Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 641, - "viewportWidth": 1366, - "weight": 0.0004646536105779997, + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.00027256286007415004, "deviceCategory": "desktop" }, { @@ -6172,50 +6341,36 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0 (Edition std-1)", "vendor": "Google Inc.", - "viewportHeight": 813, - "viewportWidth": 1440, - "weight": 0.00046437088115346137, + "viewportHeight": 560, + "viewportWidth": 1235, + "weight": 0.00027242351724003855, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.000463912731052346, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 200, + "rtt": 50, "type": "wifi" }, - "language": "es-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 873, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 792, - "viewportWidth": 393, - "weight": 0.0004633019167113787, + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00027212698967088976, "deviceCategory": "mobile" }, { @@ -6225,45 +6380,55 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-GB", + "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 960, + "screenHeight": 900, "screenWidth": 1440, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 847, - "viewportWidth": 1440, - "weight": 0.0004626715427465057, + "viewportHeight": 725, + "viewportWidth": 1427, + "weight": 0.0002719419450213177, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00046255268436905847, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 992, + "viewportWidth": 1919, + "weight": 0.00027193840363234765, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 713, - "viewportWidth": 1180, - "weight": 0.00046242491888671283, - "deviceCategory": "desktop" + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2048.1105 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00027183208279738967, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -6272,124 +6437,65 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, + "viewportHeight": 754, "viewportWidth": 414, - "weight": 0.00046103840719585905, + "weight": 0.00027170898105812065, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 556, - "viewportWidth": 331, - "weight": 0.00046068988974409363, + "viewportHeight": 754, + "viewportWidth": 414, + "weight": 0.00027116196061503117, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.1, - "downlinkMax": 100, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 760, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Safari/537.36", + "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.2034.1075 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1600, - "viewportWidth": 980, - "weight": 0.0004598278315221699, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00045961396219959674, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00027105371101684815, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 711, - "viewportWidth": 1536, - "weight": 0.00045934371647521436, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { - "downlink": 4.75, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, + "viewportHeight": 919, "viewportWidth": 1920, - "weight": 0.000459319039301322, + "weight": 0.0002709697688488062, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "es-MX", - "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.0004592330236656354, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.00045885912704067615, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { @@ -6398,36 +6504,34 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 3440, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1260, + "screenWidth": 2240, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1284, - "viewportWidth": 3392, - "weight": 0.0004588447055633303, + "viewportHeight": 1114, + "viewportWidth": 1851, + "weight": 0.00027081058476166456, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 785, - "screenWidth": 1396, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 616, - "viewportWidth": 1397, - "weight": 0.00045799175811231515, + "viewportHeight": 1138, + "viewportWidth": 2400, + "weight": 0.00027071270995631123, "deviceCategory": "desktop" }, { @@ -6435,18 +6539,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1515, + "screenWidth": 1302, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00045762625250540486, + "viewportHeight": 1386, + "viewportWidth": 1302, + "weight": 0.0002704125257182901, "deviceCategory": "desktop" }, { @@ -6454,97 +6558,84 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00045758318611962065, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00027031662870216676, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 6.9, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 780, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 609, - "viewportWidth": 360, - "weight": 0.0004574746124678249, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 698, - "viewportWidth": 414, - "weight": 0.00045652796930114486, - "deviceCategory": "mobile" + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 642, + "viewportWidth": 1358, + "weight": 0.00026982821383513954, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0004561791734474472, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00026966684892390725, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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": 657, - "viewportWidth": 393, - "weight": 0.0004557753303414637, - "deviceCategory": "mobile" + "screenHeight": 1488, + "screenWidth": 1268, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1358, + "viewportWidth": 1268, + "weight": 0.0002696486420867485, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 869, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.2358.1120 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 761, - "viewportWidth": 412, - "weight": 0.00045574016242299985, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002694892051707789, "deviceCategory": "mobile" }, { @@ -6552,18 +6643,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1024, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 699, - "viewportWidth": 1440, - "weight": 0.00045536049448007714, + "viewportHeight": 863, + "viewportWidth": 1280, + "weight": 0.00026942969225507424, "deviceCategory": "desktop" }, { @@ -6571,62 +6662,60 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 736, + "viewportHeight": 739, "viewportWidth": 430, - "weight": 0.0004550500240592796, + "weight": 0.0002694029676233133, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "MacIntel", + "language": "en-US", + "platform": "iPhone", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 730, - "viewportWidth": 1324, - "weight": 0.0004541321530549971, - "deviceCategory": "desktop" + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.0002692840346970388, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-GB", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1394, + "screenWidth": 1261, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 771, - "viewportWidth": 412, - "weight": 0.00045365384359577374, - "deviceCategory": "mobile" + "viewportHeight": 1274, + "viewportWidth": 1261, + "weight": 0.0002690976060257282, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0004531460022587705, + "viewportHeight": 696, + "viewportWidth": 414, + "weight": 0.00026898506230671736, "deviceCategory": "mobile" }, { @@ -6636,11 +6725,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.000452673096302228, + "weight": 0.00026882119780644964, "deviceCategory": "mobile" }, { @@ -6648,13 +6737,13 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0004525695960273755, + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00026865745025958347, "deviceCategory": "mobile" }, { @@ -6662,69 +6751,60 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 100 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 982, - "screenWidth": 1746, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 853, - "viewportWidth": 1746, - "weight": 0.00045209011828447677, + "viewportHeight": 726, + "viewportWidth": 1348, + "weight": 0.0002681203726645657, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, "language": "en-US", - "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.00045125535453067876, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 693, + "viewportWidth": 360, + "weight": 0.0002679031122886277, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.85, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "Win32", "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", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 1366, - "weight": 0.00045105405602461636, + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00026784499171903024, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 649, - "viewportWidth": 393, - "weight": 0.0004508426311901138, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "language": "en-US", @@ -6732,25 +6812,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0004507451391772362, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0004504181702189491, + "weight": 0.00026772349986356686, "deviceCategory": "mobile" }, { @@ -6761,15 +6827,15 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00044998736001081993, + "viewportHeight": 857, + "viewportWidth": 1512, + "weight": 0.0002677100907318502, "deviceCategory": "desktop" }, { @@ -6779,302 +6845,275 @@ "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) FxiOS/126.2 Mobile/15E148 Safari/605.1.15", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 718, + "viewportHeight": 721, "viewportWidth": 430, - "weight": 0.00044940869675791904, + "weight": 0.0002675301463548367, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "MacIntel", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 1366, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 771, - "viewportWidth": 412, - "weight": 0.00044922855773663463, - "deviceCategory": "mobile" + "viewportHeight": 1366, + "viewportWidth": 1366, + "weight": 0.0002674830733150053, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", "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", + "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.8149.1037 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 768, - "viewportWidth": 1366, - "weight": 0.00044904862805018105, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 655, - "viewportWidth": 393, - "weight": 0.000449035936131884, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002672124173065185, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 707, - "viewportWidth": 1080, - "weight": 0.0004486330527831845, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1470, + "screenWidth": 1303, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 959, - "viewportWidth": 1920, - "weight": 0.00044831927621159177, + "viewportHeight": 1348, + "viewportWidth": 1303, + "weight": 0.0002671441712846948, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.8, - "downlinkMax": null, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1499, + "screenWidth": 1276, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 679, - "viewportWidth": 384, - "weight": 0.00044787988217904687, - "deviceCategory": "mobile" + "viewportHeight": 1375, + "viewportWidth": 1276, + "weight": 0.000267136152107913, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 645, "viewportWidth": 390, - "weight": 0.0004477831570451132, + "weight": 0.0002667364013779078, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 708, - "viewportWidth": 1528, - "weight": 0.0004464889271238653, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 863, - "viewportWidth": 1442, - "weight": 0.0004461055163595424, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8325.1796 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1440, - "weight": 0.00044571169646234033, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002665826652233416, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00044552574795445163, + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.0002662954910850368, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.0004454362124834668, + "viewportHeight": 1428, + "viewportWidth": 804, + "weight": 0.0002662601098179292, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.00044541632004720463, + "weight": 0.00026566208139277555, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.4, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 738, + "screenWidth": 1179, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 564, + "viewportWidth": 1179, + "weight": 0.0002655338159739512, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.4, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.0004451410272302823, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1024, + "viewportWidth": 1280, + "weight": 0.0002650519791145844, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.0004446217403473034, + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5439.1620 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00026494151610749814, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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.0004432812822339183, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "fr-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00026455901842010424, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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": 664, - "viewportWidth": 390, - "weight": 0.0004425252353029885, - "deviceCategory": "mobile" + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 797, + "viewportWidth": 1470, + "weight": 0.00026428489095424874, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00044242471732673476, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00026411156794600075, "deviceCategory": "mobile" }, { @@ -7084,259 +7123,266 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 736, + "viewportHeight": 739, "viewportWidth": 430, - "weight": 0.0004420808919093602, + "weight": 0.0002639911915487362, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0004396465349541061, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8112.1600 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00026373480883560863, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.3546.1780 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 760, - "viewportWidth": 412, - "weight": 0.00043901724397027713, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002637286797817361, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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/124.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 647, - "viewportWidth": 1366, - "weight": 0.00043896291508329293, + "viewportHeight": 1024, + "viewportWidth": 1280, + "weight": 0.00026361867696052466, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 833, - "screenWidth": 385, - "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": 696, - "viewportWidth": 384, - "weight": 0.0004387914369671293, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 200 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.0004385720449537017, + "weight": 0.0002635420848505222, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "oscpu": "Intel Mac OS X 10.15", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", + "screenHeight": 1155, + "screenWidth": 1848, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", "vendor": "", - "viewportHeight": 1355, - "viewportWidth": 2560, - "weight": 0.00043809830210278847, + "viewportHeight": 1031, + "viewportWidth": 1848, + "weight": 0.0002629653256922222, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5544.1533 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 948, - "viewportWidth": 1710, - "weight": 0.00043792169883962617, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002627197860077251, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "nl-NL", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.0004379161612614327, + "weight": 0.00026268178508644606, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.45, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 750, - "type": "cellular" + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "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", + "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/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 670, - "viewportWidth": 360, - "weight": 0.0004372093302098315, - "deviceCategory": "mobile" + "viewportHeight": 778, + "viewportWidth": 1512, + "weight": 0.0002622272876020122, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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.0004365961179356277, - "deviceCategory": "mobile" + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 852, + "viewportWidth": 1517, + "weight": 0.00026153269727872605, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1509, + "screenWidth": 1290, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.0004348796815683552, + "viewportHeight": 1389, + "viewportWidth": 1290, + "weight": 0.00026130300529734834, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.0002612615348781703, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 760, - "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", + "screenHeight": 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.4359.1297 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 617, - "viewportWidth": 360, - "weight": 0.00043392112281373383, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00026116359455806735, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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) Version/16.1 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0004335356479349297, + "screenHeight": 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.7014.1906 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00026100315237673693, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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": 739, - "viewportWidth": 430, - "weight": 0.0004327500714732588, - "deviceCategory": "mobile" + "screenHeight": 1467, + "screenWidth": 1218, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1337, + "viewportWidth": 1218, + "weight": 0.00026089256944107517, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -7345,135 +7391,108 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1 Ddg/26.2", "vendor": "Apple Computer, Inc.", "viewportHeight": 650, "viewportWidth": 393, - "weight": 0.0004320584763666981, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00043175599073649184, + "weight": 0.00026082862306126594, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 827, - "viewportWidth": 428, - "weight": 0.00043118412018231943, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6769.1288 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000260351765725389, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 746, - "viewportWidth": 430, - "weight": 0.0004305328695903813, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6070.1864 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00026022504355831564, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", "rtt": 50, - "type": "cellular" + "type": "wifi" }, - "language": "en-CA", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 786, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 757, - "viewportWidth": 412, - "weight": 0.00043030002600021126, + "viewportHeight": 652, + "viewportWidth": 320, + "weight": 0.00026020752744269275, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "MacIntel", - "pluginsLength": 4, - "screenHeight": 688, - "screenWidth": 1408, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 684, - "viewportWidth": 1401, - "weight": 0.0004301385850896545, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00042997537591769804, + "screenHeight": 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.6612.1797 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00026018072630368434, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.6, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 1313, - "viewportWidth": 2560, - "weight": 0.00042898815302121706, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 625, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1396.1552 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00042879824775340935, + "weight": 0.00026004709142843016, "deviceCategory": "mobile" }, { @@ -7481,13 +7500,13 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0004277844938954532, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00025972006591174694, "deviceCategory": "mobile" }, { @@ -7495,63 +7514,20 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 712, - "screenWidth": 1138, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1438, + "screenWidth": 1255, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 593, - "viewportWidth": 1138, - "weight": 0.00042750752404169484, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0004269816059340105, + "viewportHeight": 1313, + "viewportWidth": 1255, + "weight": 0.00025971973101212686, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.00042676925416066, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 414, - "weight": 0.00042661710610090005, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { @@ -7559,30 +7535,35 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/86.0.4240.198 Safari/537.36", + "pluginsLength": 5, + "screenHeight": 1437, + "screenWidth": 1205, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.00042642033722575605, + "viewportHeight": 1311, + "viewportWidth": 1205, + "weight": 0.00025966147512164294, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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.0004264038230214665, + "pluginsLength": 5, + "screenHeight": 1473, + "screenWidth": 1244, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1350, + "viewportWidth": 1244, + "weight": 0.0002595527524231668, "deviceCategory": "desktop" }, { @@ -7590,77 +7571,68 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1152, + "screenWidth": 2752, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.0004260960516225388, + "viewportHeight": 1064, + "viewportWidth": 2752, + "weight": 0.0002594862370018883, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00042534226173706, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00025927686565185615, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 1.4, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 500, + "type": "cellular" + }, "language": "en-US", - "oscpu": "Linux x86_64", - "platform": "Linux x86_64", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0", - "vendor": "", - "viewportHeight": 656, - "viewportWidth": 1366, - "weight": 0.00042525494065355236, - "deviceCategory": "desktop" + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 735, + "screenWidth": 339, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 605, + "viewportWidth": 338, + "weight": 0.000258878141598597, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Intel Mac OS X 10.13", "platform": "MacIntel", "pluginsLength": 5, - "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": 824, - "viewportWidth": 1880, - "weight": 0.00042522466582209123, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "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.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0004250607173768203, - "deviceCategory": "mobile" + "viewportHeight": 710, + "viewportWidth": 1180, + "weight": 0.0002587811289746254, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -7669,11 +7641,11 @@ "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", + "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.0004248300535519321, + "weight": 0.0002587766298962136, "deviceCategory": "mobile" }, { @@ -7681,18 +7653,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, - "language": "en-US", - "platform": "MacIntel", + "language": "en-GB", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 814, - "viewportWidth": 1081, - "weight": 0.00042482795128451467, + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.0002587572856535248, "deviceCategory": "desktop" }, { @@ -7702,99 +7674,50 @@ "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/605.1.15 BingSapphire/1.0.420118302", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 743, + "viewportHeight": 731, "viewportWidth": 430, - "weight": 0.00042459318153842445, + "weight": 0.0002584631497993467, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.1, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "ru", - "platform": "Linux x86_64", + "language": "zh-CN", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 YaBrowser/24.1.0.0 Safari/537.36", + "screenHeight": 1407, + "screenWidth": 1359, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 936, - "viewportWidth": 1872, - "weight": 0.0004239745280660436, + "viewportHeight": 1280, + "viewportWidth": 1359, + "weight": 0.0002584062979393142, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0004239660252846352, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-GB", - "platform": "MacIntel", - "pluginsLength": 5, - "screenHeight": 2055, - "screenWidth": 1920, - "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": 2055, - "viewportWidth": 1920, - "weight": 0.00042195661230993607, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 643, + "viewportHeight": 735, "viewportWidth": 393, - "weight": 0.0004202500588415065, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.25, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "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": 761, - "viewportWidth": 412, - "weight": 0.00041986168619986055, + "weight": 0.0002583134127997311, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 1.5, "effectiveType": "4g", "rtt": 50 }, @@ -7803,39 +7726,49 @@ "pluginsLength": 5, "screenHeight": 720, "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 551, - "viewportWidth": 1280, - "weight": 0.00041945394405075, + "viewportHeight": 641, + "viewportWidth": 1272, + "weight": 0.0002581878501209368, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 579, - "viewportWidth": 339, - "weight": 0.0004193062010631244, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6013.1888 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00025809872584481476, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "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.000418861902009598, + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5240.1570 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002578567633449202, "deviceCategory": "mobile" }, { @@ -7848,13 +7781,13 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 884, - "viewportWidth": 1449, - "weight": 0.0004184738767834315, + "viewportHeight": 932, + "viewportWidth": 1912, + "weight": 0.00025777063804638146, "deviceCategory": "desktop" }, { @@ -7865,385 +7798,364 @@ "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3429.1810 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1039, - "viewportWidth": 1920, - "weight": 0.00041776254561540666, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00025755334732429497, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "platform": "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", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00041766070444766197, + "viewportHeight": 731, + "viewportWidth": 1440, + "weight": 0.0002571120983791023, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4377.1211 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 384, - "weight": 0.0004175088336108114, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00025706728196321475, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1010.1668 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 966, - "viewportWidth": 1872, - "weight": 0.00041706799011747366, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00025672724769162025, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "fr-FR", + "language": "zh-CN", "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1152, - "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", + "screenHeight": 1516, + "screenWidth": 1247, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 567, - "viewportWidth": 1148, - "weight": 0.00041605131173829926, + "viewportHeight": 1393, + "viewportWidth": 1247, + "weight": 0.00025661874141865793, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.8, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv8l", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-A515U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36", + "screenHeight": 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.9624.1647 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 777, - "viewportWidth": 412, - "weight": 0.0004158146502333191, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00041552864706970454, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00025660716524638456, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.7, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6244.1469 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 551, - "viewportWidth": 1280, - "weight": 0.0004152514744566159, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002564129995992727, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0004151663875043473, + "viewportWidth": 430, + "weight": 0.00025638937330361755, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 200, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36", + "screenHeight": 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.4159.1327 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1774, - "viewportWidth": 980, - "weight": 0.00041474182743368244, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002563221487035633, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "MacIntel", + "language": "en-CA", + "platform": "iPhone", "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/123.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 813, - "viewportWidth": 1440, - "weight": 0.00041473964324302944, - "deviceCategory": "desktop" + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.0002561616324732241, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 717, - "viewportWidth": 1440, - "weight": 0.0004144539085237077, - "deviceCategory": "desktop" + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0002561409482517197, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "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": 663, - "viewportWidth": 390, - "weight": 0.0004143783440403482, + "viewportHeight": 658, + "viewportWidth": 393, + "weight": 0.00025603245061603174, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1351, + "screenWidth": 1358, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 38219, - "viewportWidth": 0, - "weight": 0.0004140989565230556, + "viewportHeight": 1229, + "viewportWidth": 1358, + "weight": 0.00025583384866348325, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.00041384202065998597, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0004129089104915327, + "weight": 0.00025579658737261813, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 924, - "viewportWidth": 1912, - "weight": 0.00041243346315494845, - "deviceCategory": "desktop" + "viewportHeight": 782, + "viewportWidth": 411, + "weight": 0.00025550035415108154, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 628, - "viewportWidth": 375, - "weight": 0.0004124182214952492, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00025537775625055176, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 510, - "viewportWidth": 320, - "weight": 0.00041218839201179023, + "connection": { + "downlink": 1.5, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 844, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 703, + "viewportWidth": 375, + "weight": 0.00025521599877589124, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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.0004118099978613502, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00025519370132105296, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 634, - "viewportWidth": 375, - "weight": 0.0004116528772418469, + "viewportHeight": 873, + "viewportWidth": 430, + "weight": 0.00025499506699306636, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "language": "en-AU", + "platform": "iPhone", "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/17.5 Safari/605.1.15", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 1184, - "viewportWidth": 1827, - "weight": 0.000411176039293189, - "deviceCategory": "desktop" + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0002548086322573336, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "language": "fr-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 910, - "viewportWidth": 1272, - "weight": 0.00041094367229433206, - "deviceCategory": "desktop" + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00025475363289772135, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -8257,25 +8169,32 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.00041033929262017783, + "weight": 0.00025470618340670453, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 723, - "viewportWidth": 430, - "weight": 0.0004100292551481611, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 666, + "viewportWidth": 360, + "weight": 0.0002546969559180118, "deviceCategory": "mobile" }, { @@ -8283,119 +8202,105 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 393, - "weight": 0.00041000770526297074, + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00025453848009027223, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.000409177818124656, - "deviceCategory": "mobile" + "viewportHeight": 692, + "viewportWidth": 1180, + "weight": 0.00025433725485201204, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8960.1516 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1008, - "viewportWidth": 1780, - "weight": 0.00040849645077344825, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00025409252828344036, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1483, + "screenWidth": 1274, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0004082744268146345, + "viewportHeight": 1355, + "viewportWidth": 1274, + "weight": 0.0002537820008671981, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 655, - "viewportWidth": 393, - "weight": 0.0004081008137445803, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 3.35, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, - "language": "en-US", + "language": "en-CA", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.0004079360305129382, + "weight": 0.00025375818334290524, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "downlink": 5.15, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 250, + "type": "cellular" }, "language": "en-GB", "platform": "Linux armv81", "pluginsLength": 0, "screenHeight": 800, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 666, + "viewportHeight": 701, "viewportWidth": 360, - "weight": 0.0004079120962014817, + "weight": 0.0002536059056913416, "deviceCategory": "mobile" }, { @@ -8403,121 +8308,180 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 738, - "viewportWidth": 430, - "weight": 0.0004074403227474232, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.0002535658952676063, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000253382142125014, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "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", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00040712107393910514, - "deviceCategory": "desktop" + "viewportHeight": 701, + "viewportWidth": 384, + "weight": 0.00025317503600580897, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00040665992867351783, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5543.1086 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00025282056136548465, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1428, + "screenWidth": 1302, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1298, + "viewportWidth": 1302, + "weight": 0.00025255139994010886, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.0004061589993023115, + "weight": 0.0002522804736663574, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 7.5, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "cellular" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 781, + "screenWidth": 352, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 883, - "viewportWidth": 1920, - "weight": 0.0004060324860015465, - "deviceCategory": "desktop" + "viewportHeight": 643, + "viewportWidth": 351, + "weight": 0.0002521299035680432, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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": 718, - "viewportWidth": 414, - "weight": 0.0004058569242724018, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 693, + "viewportWidth": 384, + "weight": 0.0002519807070719144, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 506, - "screenWidth": 1099, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1388, + "screenWidth": 1207, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 503, - "viewportWidth": 1098, - "weight": 0.0004056908424297828, + "viewportHeight": 1264, + "viewportWidth": 1207, + "weight": 0.00025175709801047975, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/124.0.6367.111 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.000405361066201284, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5798.1704 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002517466201307642, "deviceCategory": "mobile" }, { @@ -8525,46 +8489,72 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00040471222369435443, + "viewportHeight": 924, + "viewportWidth": 1872, + "weight": 0.000251523677690476, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 7.4, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 906, + "screenWidth": 369, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 798, + "viewportWidth": 368, + "weight": 0.00025149442882588, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "fr-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, - "viewportWidth": 390, - "weight": 0.00040469373821013784, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00025108484528378757, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.0004044666601220875, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5722.1653 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002507026234032022, "deviceCategory": "mobile" }, { @@ -8572,84 +8562,98 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 200 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.0004034752793884964, + "viewportHeight": 812, + "viewportWidth": 1440, + "weight": 0.00025056655466252237, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00040328848465359874, + "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.8521.1927 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002504662125281008, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 960, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1278, - "viewportWidth": 1718, - "weight": 0.00040296287725968713, - "deviceCategory": "desktop" + "viewportHeight": 847, + "viewportWidth": 411, + "weight": 0.0002504623925297611, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 0, + "type": "wifi" }, "language": "en-US", - "platform": "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", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 906, + "screenWidth": 369, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0004015653421211251, - "deviceCategory": "desktop" + "viewportHeight": 725, + "viewportWidth": 368, + "weight": 0.0002504147852175827, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 723, - "viewportWidth": 430, - "weight": 0.0004015281012643875, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3230.1294 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00025034218441248173, "deviceCategory": "mobile" }, { @@ -8657,180 +8661,220 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 607, - "viewportWidth": 1366, - "weight": 0.0004014663146189569, + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.0002503278439644199, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "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": 653, - "viewportWidth": 390, - "weight": 0.0004005708213533685, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.00040057066855358846, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.0002503002126684795, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 2.2, - "downlinkMax": null, + "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0, + "type": "cellular" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 712, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 588, - "viewportWidth": 320, - "weight": 0.0004004544201279794, + "viewportHeight": 609, + "viewportWidth": 360, + "weight": 0.0002502874074828518, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.2693.1616 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 757, - "viewportWidth": 412, - "weight": 0.00040018098720093627, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002502246366368839, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.0004001508735447018, - "deviceCategory": "mobile" + "screenHeight": 1371, + "screenWidth": 1282, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1251, + "viewportWidth": 1282, + "weight": 0.0002502066544060997, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Win32", + "pluginsLength": 0, + "screenHeight": 1200, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1044, + "viewportWidth": 1912, + "weight": 0.0002498683921463455, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "platform": "iPhone", "pluginsLength": 5, "screenHeight": 852, "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/404.0.856692123 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 642, + "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.00039984807814022266, + "weight": 0.00024981142748708264, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 667, - "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": 548, - "viewportWidth": 375, - "weight": 0.0003994324295149263, - "deviceCategory": "mobile" + "screenHeight": 1490, + "screenWidth": 1360, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1370, + "viewportWidth": 1360, + "weight": 0.00024959977530855545, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 577, - "viewportWidth": 339, - "weight": 0.0003985149698233682, + "viewportHeight": 670, + "viewportWidth": 375, + "weight": 0.00024911520125158414, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 869, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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.1221.1651 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 680, - "viewportWidth": 412, - "weight": 0.00039734288532085836, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002490732213482683, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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": 738, - "viewportWidth": 430, - "weight": 0.0003973249712199351, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 719, + "viewportWidth": 1409, + "weight": 0.0002489702281518358, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1480, + "screenWidth": 1240, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1351, + "viewportWidth": 1240, + "weight": 0.0002488321970726891, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -8839,109 +8883,112 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.0003972824738267843, + "weight": 0.00024866735529069394, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 718, - "viewportWidth": 414, - "weight": 0.00039682074497646207, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 713, - "viewportWidth": 414, - "weight": 0.00039651627109914766, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.000248643664726007, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "nl-BE", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 783, - "viewportWidth": 412, - "weight": 0.0003964924497741243, + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.0002482470915399942, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 3.4, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 983, + "viewportWidth": 2048, + "weight": 0.00024820354325264237, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1 OPX/3.1.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 667, "viewportWidth": 390, - "weight": 0.0003961907156705863, + "weight": 0.00024815843582286966, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 14.4, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "screenHeight": 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.3985.1547 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.00039592286949723327, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00024771594218787294, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "fr-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.00039532053352011253, + "weight": 0.00024750608017970715, "deviceCategory": "mobile" }, { @@ -8949,27 +8996,32 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00039513987466983127, + "viewportHeight": 754, + "viewportWidth": 414, + "weight": 0.00024730307205328184, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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": 547, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8323.1341 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.000394747904167037, + "weight": 0.00024722608261381013, "deviceCategory": "mobile" }, { @@ -8977,74 +9029,60 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "MacIntel", + "language": "zh-CN", + "platform": "Win32", "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/123.0.0.0 Safari/537.36", + "screenHeight": 1391, + "screenWidth": 1239, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1002, - "viewportWidth": 1920, - "weight": 0.0003937382161803197, + "viewportHeight": 1265, + "viewportWidth": 1239, + "weight": 0.0002472254587060876, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 712, - "screenWidth": 320, - "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": 584, - "viewportWidth": 320, - "weight": 0.00039371421573569784, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00024718523449515677, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "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": 755, - "viewportWidth": 412, - "weight": 0.0003935499742439113, + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 793, + "viewportWidth": 393, + "weight": 0.0002469863461315878, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 737, - "viewportWidth": 430, - "weight": 0.0003934285932830702, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0002468538062575349, "deviceCategory": "mobile" }, { @@ -9052,13 +9090,13 @@ "language": "en-US", "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", + "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": 661, - "viewportWidth": 390, - "weight": 0.00039341459442536784, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.0002465719535527868, "deviceCategory": "mobile" }, { @@ -9066,103 +9104,131 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 633, - "viewportWidth": 1366, - "weight": 0.00039338809803935836, + "viewportHeight": 1024, + "viewportWidth": 1280, + "weight": 0.0002461720165316108, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.4, + "downlink": 9.6, "effectiveType": "4g", "rtt": 0 }, - "language": "ru-RU", - "platform": "iPhone", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 640, - "screenWidth": 360, - "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": 640, - "viewportWidth": 360, - "weight": 0.0003931685269916708, + "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.1292.1492 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00024585972386771384, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 5.8, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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", + "screenHeight": 852, + "screenWidth": 1517, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 684, + "viewportWidth": 1517, + "weight": 0.0002458081925710883, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00039269937019818975, - "deviceCategory": "mobile" + "viewportHeight": 685, + "viewportWidth": 1180, + "weight": 0.0002456990118472181, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.7, + "downlink": 9.9, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "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/104.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4928.1960 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.0003926370697014864, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002451748135410226, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "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", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00039178758300671825, - "deviceCategory": "desktop" + "viewportHeight": 701, + "viewportWidth": 384, + "weight": 0.0002449368165392106, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00039177225049508933, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4550.1755 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00024476166884838957, "deviceCategory": "mobile" }, { @@ -9170,41 +9236,67 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 393, - "weight": 0.0003915673781703787, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00024467057959224236, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "sv-SE", - "platform": "iPhone", - "pluginsLength": 5, + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, "screenHeight": 812, "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_2 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": 618, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9863.1409 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0003913564837580751, + "weight": 0.0002446509509416696, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00024452549841984966, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0003913355979953262, + "weight": 0.0002445173035992027, "deviceCategory": "mobile" }, { @@ -9212,41 +9304,46 @@ "language": "en-US", "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", + "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/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 628, - "viewportWidth": 375, - "weight": 0.0003909331604542825, + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00024390414300333026, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 635, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8829.1658 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0003908109189415325, + "weight": 0.00024387728275582804, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00039067622603131054, + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.00024366857251340262, "deviceCategory": "mobile" }, { @@ -9254,280 +9351,320 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 863, - "viewportWidth": 1280, - "weight": 0.0003906090406101173, + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.00024359417869442026, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "es-419", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 896, - "screenWidth": 414, - "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": 761, - "viewportWidth": 414, - "weight": 0.0003903430863478006, + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9641.1668 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00024341545026021082, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 642, - "viewportWidth": 393, - "weight": 0.0003902881119737596, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6642.1575 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00024332122757224597, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.0003901185957319021, - "deviceCategory": "mobile" + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00024326757121392027, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00024324210354873972, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, "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/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 634, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3583.1737 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00038984046956413136, + "weight": 0.00024323288709897898, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 670, - "viewportWidth": 390, - "weight": 0.00038971100146825683, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9079.1410 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002428878127280964, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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": 743, - "viewportWidth": 428, - "weight": 0.00038899532263335915, + "connection": { + "downlink": 7.45, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "nl-BE", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 718, + "viewportWidth": 384, + "weight": 0.0002424805797277161, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 6.25, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, "language": "en-US", - "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.0003889003127004756, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 534, + "screenWidth": 854, + "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": 405, + "viewportWidth": 853, + "weight": 0.0002423837207891175, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9, - "downlinkMax": null, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux aarch64", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "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.9957.1835 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 430, - "viewportWidth": 360, - "weight": 0.0003886610787825617, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 390, - "weight": 0.000388638856081416, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002423627526994704, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00038857916913247306, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5047.1066 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002423585901058036, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.75, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3974.1172 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1759, - "viewportWidth": 1080, - "weight": 0.00038847099593671523, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00024232131911104319, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 1.4, + "downlinkMax": 42, + "effectiveType": "3g", + "rtt": 500, + "type": "cellular" + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00038846471439093637, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 688, + "viewportWidth": 360, + "weight": 0.0002421605581577389, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00038842951738248606, - "deviceCategory": "mobile" + "screenHeight": 1337, + "screenWidth": 1319, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1209, + "viewportWidth": 1319, + "weight": 0.00024212831734363012, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 307, - "viewportWidth": 750, - "weight": 0.00038815520441597763, + "viewportHeight": 654, + "viewportWidth": 402, + "weight": 0.00024203157515522618, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.75, - "downlinkMax": null, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 200, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.8116.1866 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 756, - "viewportWidth": 384, - "weight": 0.0003880649528190568, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002416750953941282, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 7.05, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/126.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 832, - "viewportWidth": 1470, - "weight": 0.0003877724663398367, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", "pluginsLength": 5, "screenHeight": 932, "screenWidth": 430, - "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 741, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.00038766643453870856, + "weight": 0.0002416168824983071, "deviceCategory": "mobile" }, { @@ -9538,67 +9675,70 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1067, + "screenWidth": 1707, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 871, - "viewportWidth": 1397, - "weight": 0.00038738697124634624, + "viewportHeight": 898, + "viewportWidth": 1707, + "weight": 0.00024161218446624836, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", "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/124.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 593, - "viewportWidth": 1280, - "weight": 0.0003866584440618756, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 926, + "viewportWidth": 958, + "weight": 0.00024157892659883428, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 3.35, + "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, - "language": "pt-BR", - "platform": "Win32", + "language": "en-US", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 641, - "viewportWidth": 1280, - "weight": 0.0003864350354194388, + "viewportHeight": 794, + "viewportWidth": 1409, + "weight": 0.0002414018228352539, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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.00038636982703124016, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.0002412810170540102, "deviceCategory": "mobile" }, { @@ -9606,55 +9746,32 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0003862870855679098, + "viewportHeight": 551, + "viewportWidth": 414, + "weight": 0.00024127038103281107, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "platform": "Linux x86_64", - "pluginsLength": 5, - "screenHeight": 1536, - "screenWidth": 864, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 1402, - "viewportWidth": 864, - "weight": 0.0003861575573019971, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "language": "en-US", - "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.7453.1008 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 726, - "viewportWidth": 384, - "weight": 0.00038579122353412634, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002412198768084798, "deviceCategory": "mobile" }, { @@ -9662,18 +9779,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, - "language": "en-GB", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1452, + "screenWidth": 1338, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 716, - "viewportWidth": 1421, - "weight": 0.0003857106822152201, + "viewportHeight": 1323, + "viewportWidth": 1338, + "weight": 0.00024119901057737136, "deviceCategory": "desktop" }, { @@ -9683,58 +9800,98 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00038550682851040696, + "weight": 0.00024110955700899498, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1441, + "screenWidth": 1259, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1315, + "viewportWidth": 1259, + "weight": 0.00024089384178944812, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.1, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 755, + "viewportWidth": 384, + "weight": 0.000240451416981321, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "ru", "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", + "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": 739, - "viewportWidth": 430, - "weight": 0.00038531662713336864, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00024042188604505722, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.35, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2677.1324 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1522, - "weight": 0.0003845060805301189, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00024026041250508213, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000384265859760488, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0002401224242984037, "deviceCategory": "mobile" }, { @@ -9742,27 +9899,42 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0003842269147028136, + "viewportHeight": 735, + "viewportWidth": 393, + "weight": 0.00024007220134533933, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "language": "en-CA", + "platform": "iPhone", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 1010, - "viewportWidth": 810, - "weight": 0.0003840847050299228, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00024006899492119775, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 934, + "viewportWidth": 1491, + "weight": 0.00024005375453781507, "deviceCategory": "desktop" }, { @@ -9772,16 +9944,16 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-GB", - "platform": "MacIntel", + "language": "en-US", + "platform": "Win32", "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/124.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 583, - "viewportWidth": 1072, - "weight": 0.00038403231192581306, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00023982553948284752, "deviceCategory": "desktop" }, { @@ -9789,13 +9961,13 @@ "language": "en-US", "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", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0003839642770240272, + "viewportHeight": 630, + "viewportWidth": 375, + "weight": 0.00023973945282812964, "deviceCategory": "mobile" }, { @@ -9803,34 +9975,13 @@ "language": "en-US", "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": 729, - "viewportWidth": 430, - "weight": 0.0003835410610221014, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.75, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "language": "es-ES", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 873, + "screenHeight": 852, "screenWidth": 393, - "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": 737, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.0003835321048364044, + "weight": 0.00023969523982896303, "deviceCategory": "mobile" }, { @@ -9838,13 +9989,13 @@ "language": "en-US", "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", + "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": 428, - "weight": 0.00038295863100021256, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00023904547230380686, "deviceCategory": "mobile" }, { @@ -9854,115 +10005,83 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 743, - "viewportWidth": 428, - "weight": 0.00038287953222638187, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0002389651850529144, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.6, + "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "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/100.0.4896.127 Safari/537.36", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.00038282514544189805, + "viewportHeight": 953, + "viewportWidth": 1920, + "weight": 0.00023879996640944345, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "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.0003824184361214885, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 754, + "viewportWidth": 384, + "weight": 0.0002386597732605285, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "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.8651.1453 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 666, - "viewportWidth": 360, - "weight": 0.0003822502277952501, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00038122575699127864, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00023818646897911204, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 731, - "viewportWidth": 1112, - "weight": 0.00038091464528726095, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 689, - "viewportWidth": 384, - "weight": 0.0003794166534480951, - "deviceCategory": "mobile" + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.0002381030131299388, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -9971,65 +10090,77 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 655, + "viewportHeight": 665, "viewportWidth": 393, - "weight": 0.0003793347120367688, + "weight": 0.00023801637564602564, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 0.15, - "effectiveType": "4g", - "rtt": 50 + "downlink": 0.75, + "effectiveType": "3g", + "rtt": 1050 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1201, - "viewportWidth": 1408, - "weight": 0.0003789955918241143, + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00023799886785133147, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00023763037315744376, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-GB", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 772, - "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", + "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.5470.1991 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 639, - "viewportWidth": 360, - "weight": 0.00037894828491573965, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00023756149207096935, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 635, - "viewportWidth": 375, - "weight": 0.0003784669803415412, + "viewportHeight": 1333, + "viewportWidth": 780, + "weight": 0.00023743930902138106, "deviceCategory": "mobile" }, { @@ -10037,34 +10168,51 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0003783872923227102, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0002372664413198458, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 50 }, - "language": "en-CA", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00023717942736453196, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "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", + "screenHeight": 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.1429.1912 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 643, - "viewportWidth": 360, - "weight": 0.0003782154239744841, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00023697122276365213, "deviceCategory": "mobile" }, { @@ -10075,50 +10223,69 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 1107, + "screenWidth": 1710, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.0003780483316736099, + "viewportHeight": 951, + "viewportWidth": 1710, + "weight": 0.00023694223619196662, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8010.1419 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00023692420215487445, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 655, - "viewportWidth": 393, - "weight": 0.00037802367522063793, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00023690751858209013, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 8.6, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 150, + "type": "cellular" }, - "language": "en-CA", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 780, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 603, - "viewportWidth": 360, - "weight": 0.0003780100638006626, + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.0002368283471114195, "deviceCategory": "mobile" }, { @@ -10126,13 +10293,13 @@ "language": "en-US", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.0003779805889872222, + "viewportHeight": 754, + "viewportWidth": 402, + "weight": 0.00023642536542047476, "deviceCategory": "mobile" }, { @@ -10140,142 +10307,109 @@ "language": "en-US", "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": 744, - "viewportWidth": 428, - "weight": 0.00037782016706774707, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "screenHeight": 667, + "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": 664, - "viewportWidth": 390, - "weight": 0.0003777755710676101, + "viewportHeight": 545, + "viewportWidth": 375, + "weight": 0.0002362654883531992, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "language": "en", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 665, - "viewportWidth": 1280, - "weight": 0.00037766881346180465, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, + "downlink": 7.5, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 896, - "viewportWidth": 1242, - "weight": 0.0003769331404573216, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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.0003768873917861343, + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.00023615733554909767, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "sv-SE", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00037686980335847734, + "weight": 0.00023589240538835732, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8747.1243 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00037661648729960824, + "weight": 0.00023579939048402933, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, "language": "en-US", - "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": 711, - "viewportWidth": 414, - "weight": 0.00037633795247567914, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 687, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 560, + "viewportWidth": 320, + "weight": 0.00023539265370890427, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 3, "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "cellular" }, - "language": "en-US", + "language": "sv-SE", "platform": "Linux armv81", "pluginsLength": 0, "screenHeight": 800, "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-G986U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/23.0 Chrome/115.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 632, + "viewportHeight": 717, "viewportWidth": 360, - "weight": 0.0003761091535943606, + "weight": 0.00023538948696766378, "deviceCategory": "mobile" }, { @@ -10283,13 +10417,13 @@ "language": "en-US", "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", + "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": 714, - "viewportWidth": 414, - "weight": 0.00037598066410032577, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.0002353893214582159, "deviceCategory": "mobile" }, { @@ -10297,53 +10431,47 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4410.1489 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1086, - "viewportWidth": 1595, - "weight": 0.00037587193375301556, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00023523379106357137, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "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": 757, - "viewportWidth": 412, - "weight": 0.00037579441641671083, - "deviceCategory": "mobile" + "language": "de", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 901, + "viewportWidth": 1920, + "weight": 0.000234956453105773, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, + "viewportHeight": 750, "viewportWidth": 414, - "weight": 0.0003757765088002866, + "weight": 0.00023465060694019595, "deviceCategory": "mobile" }, { @@ -10353,11 +10481,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.00037552952786089116, + "weight": 0.00023458934197083023, "deviceCategory": "mobile" }, { @@ -10365,32 +10493,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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.0003752010473822411, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00037517374391197376, + "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.3211.1479 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00023446727753554934, "deviceCategory": "mobile" }, { @@ -10403,35 +10517,29 @@ "language": "en-US", "platform": "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", + "screenHeight": 1024, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.0003750976053919101, + "viewportHeight": 889, + "viewportWidth": 1280, + "weight": 0.00023446481416350493, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 4.05, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 250, - "type": "wifi" - }, - "language": "es", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "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": 752, - "viewportWidth": 412, - "weight": 0.00037509236593201634, - "deviceCategory": "mobile" + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1152, + "screenWidth": 2048, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1019, + "viewportWidth": 2048, + "weight": 0.00023434886220291662, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -10440,79 +10548,84 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00037505156423981925, + "weight": 0.00023434386601333318, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "tr-TR", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5738.1121 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 625, - "viewportWidth": 1366, - "weight": 0.0003745833324893815, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00023400635815363935, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 998, - "screenWidth": 448, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1396, + "screenWidth": 1317, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 868, - "viewportWidth": 448, - "weight": 0.000374474795752484, - "deviceCategory": "mobile" + "viewportHeight": 1276, + "viewportWidth": 1317, + "weight": 0.00023391049060239187, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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) Mobile/15E148", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 675, - "viewportWidth": 390, - "weight": 0.00037429404812397725, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000233909411510011, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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.0003740242835293625, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 626, + "viewportWidth": 360, + "weight": 0.00023385615323865335, "deviceCategory": "mobile" }, { @@ -10520,13 +10633,13 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.0003740196314127018, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00023383844086033724, "deviceCategory": "mobile" }, { @@ -10534,13 +10647,13 @@ "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 634, - "viewportWidth": 375, - "weight": 0.00037353372988702804, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00023381909289259224, "deviceCategory": "mobile" }, { @@ -10548,245 +10661,124 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, - "viewportWidth": 390, - "weight": 0.0003729378897373841, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0002335442981046281, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00037233015193560123, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8573.1040 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00023344010884943856, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, "language": "en-CA", - "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.00037213439382392696, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 756, + "viewportWidth": 411, + "weight": 0.00023303597184814773, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 657, "viewportWidth": 390, - "weight": 0.0003720174449886021, + "weight": 0.00023297744624471966, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/125.0.2535.87 Version/17.0 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 753, - "viewportWidth": 430, - "weight": 0.0003718080562756556, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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.00037170274488737917, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "language": "zh-CN", - "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", + "screenHeight": 1502, + "screenWidth": 1216, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1600, - "viewportWidth": 1600, - "weight": 0.0003716574225084245, + "viewportHeight": 1377, + "viewportWidth": 1216, + "weight": 0.00023296468962421253, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.00037087746531434297, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 634, - "viewportWidth": 375, - "weight": 0.00037058418082154174, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "language": "pt-PT", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "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": 786, - "viewportWidth": 412, - "weight": 0.0003701467287936708, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00036983519352675994, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0003696464734754346, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1485, + "screenWidth": 1284, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 606, - "viewportWidth": 1232, - "weight": 0.0003694883272474108, + "viewportHeight": 1359, + "viewportWidth": 1284, + "weight": 0.00023290531856309167, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 659, - "viewportWidth": 393, - "weight": 0.0003691784699434119, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 667, - "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": 548, - "viewportWidth": 375, - "weight": 0.0003686039384421173, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1600, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 773, - "viewportWidth": 1600, - "weight": 0.0003677678120326222, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00023276800187653038, "deviceCategory": "desktop" }, { @@ -10794,100 +10786,86 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/109.0.0.0 Safari/537.36", + "screenHeight": 1433, + "screenWidth": 1395, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 506, - "viewportWidth": 1094, - "weight": 0.0003677157810083473, + "viewportHeight": 1313, + "viewportWidth": 1395, + "weight": 0.00023266730531220023, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "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.00036766716038861435, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "iPad", "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", + "screenHeight": 1194, + "screenWidth": 834, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0003669888473359966, - "deviceCategory": "mobile" + "viewportHeight": 702, + "viewportWidth": 1194, + "weight": 0.0002325816371405435, + "deviceCategory": "tablet" }, { "appName": "Netscape", "connection": { - "downlink": 9.65, - "downlinkMax": null, + "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", "rtt": 50, - "type": "wifi" + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 823, - "viewportWidth": 412, - "weight": 0.00036689105604519636, + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00023250558904861033, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "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.0003668144850644847, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 792, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 604, + "viewportWidth": 360, + "weight": 0.00023237503718584565, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.5, + "downlink": 9.6, "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "screenHeight": 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.8223.1952 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1130.1355 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00036628653891366707, + "weight": 0.00023235454249718437, "deviceCategory": "mobile" }, { @@ -10895,83 +10873,53 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 390, - "weight": 0.00036625592453693156, + "viewportHeight": 775, + "viewportWidth": 462, + "weight": 0.00023192648481752738, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.55, - "downlinkMax": null, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 1007, - "screenWidth": 601, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 839, - "viewportWidth": 602, - "weight": 0.0003662385796547706, - "deviceCategory": "tablet" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 626, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1674.1962 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0003661092443336051, + "weight": 0.00023184982703120172, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.45, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 300, - "type": "cellular" + "downlink": 6.95, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, "screenHeight": 892, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36 EdgA/125.0.0.0", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 664, - "viewportWidth": 412, - "weight": 0.00036561873098107093, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0003655089440020758, + "viewportHeight": 786, + "viewportWidth": 411, + "weight": 0.00023184367880670585, "deviceCategory": "mobile" }, { @@ -10981,11 +10929,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 738, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.0003652533604366996, + "weight": 0.00023182247190232767, "deviceCategory": "mobile" }, { @@ -10995,16 +10943,16 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", + "language": "pt-BR", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1282, - "viewportWidth": 1230, - "weight": 0.0003650865444871076, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00023180411190724094, "deviceCategory": "desktop" }, { @@ -11012,86 +10960,53 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2792.1745 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1294, - "viewportWidth": 1720, - "weight": 0.0003648545839981796, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00023174989339639027, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.95, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, - "language": "en-US", + "language": "fr-CA", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 840, - "screenWidth": 1344, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 692, - "viewportWidth": 1296, - "weight": 0.000364168575920567, + "viewportHeight": 776, + "viewportWidth": 1536, + "weight": 0.00023166877561585142, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0003636626104448011, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 626, - "viewportWidth": 375, - "weight": 0.0003636477392767344, + "weight": 0.0002308425674946994, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 1154, - "viewportWidth": 2133, - "weight": 0.0003636459675078753, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", @@ -11099,11 +11014,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 669, "viewportWidth": 390, - "weight": 0.0003634652742202369, + "weight": 0.00023080882442306905, "deviceCategory": "mobile" }, { @@ -11111,32 +11026,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3808.1097 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.0003632731311665045, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00023076955847732705, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1 OPT/6.3.0", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 791, "viewportWidth": 430, - "weight": 0.0003628671732030062, + "weight": 0.00023076044506867565, "deviceCategory": "mobile" }, { @@ -11146,18 +11061,18 @@ "downlinkMax": null, "effectiveType": "4g", "rtt": 50, - "type": "cellular" + "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, + "screenHeight": 915, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 750, - "viewportWidth": 412, - "weight": 0.0003627658002287637, + "viewportHeight": 760, + "viewportWidth": 411, + "weight": 0.00023042269528218354, "deviceCategory": "mobile" }, { @@ -11167,27 +11082,46 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0003627501621151714, + "weight": 0.00023022251040476002, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-GB", + "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0003626245329019703, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00023014685137175844, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.65, + "effectiveType": "4g", + "rtt": 200 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 585, + "viewportWidth": 1280, + "weight": 0.00023005952670396423, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { @@ -11197,16 +11131,16 @@ "rtt": 50, "type": "wifi" }, - "language": "fr-CA", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 1079, + "screenWidth": 486, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 771, - "viewportWidth": 412, - "weight": 0.00036240825733358824, + "viewportHeight": 939, + "viewportWidth": 485, + "weight": 0.00023004906049979064, "deviceCategory": "mobile" }, { @@ -11216,16 +11150,16 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "en", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 3440, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1068, - "viewportWidth": 2723, - "weight": 0.00036183112454463287, + "viewportHeight": 945, + "viewportWidth": 1512, + "weight": 0.00022994480119220334, "deviceCategory": "desktop" }, { @@ -11234,48 +11168,34 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 50, + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, + "screenHeight": 892, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 782, - "viewportWidth": 412, - "weight": 0.0003614454984573126, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 797, - "viewportWidth": 390, - "weight": 0.00036140233220035466, + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.00022989035933367703, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "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.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00036130710454289225, - "deviceCategory": "mobile" + "viewportHeight": 1070, + "viewportWidth": 1499, + "weight": 0.00022984149784266165, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -11283,19 +11203,19 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 100, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 869, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 689, - "viewportWidth": 384, - "weight": 0.0003610050998431807, + "viewportHeight": 722, + "viewportWidth": 411, + "weight": 0.00022980125217672123, "deviceCategory": "mobile" }, { @@ -11303,114 +11223,110 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-GB", - "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/125.0.0.0 Safari/537.36", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1838.1830 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1278, - "viewportWidth": 2560, - "weight": 0.0003608265334099204, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00022975498824986409, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "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", + "screenHeight": 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.6428.1851 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.0003606690366772673, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002297003822723408, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 727, - "screenWidth": 339, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 595, - "viewportWidth": 339, - "weight": 0.0003606315097794842, - "deviceCategory": "mobile" + "viewportHeight": 953, + "viewportWidth": 1920, + "weight": 0.00022960936621414595, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.1, + "downlink": 3.35, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 150 + "rtt": 150, + "type": "cellular" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 1528, - "weight": 0.0003599413388016778, - "deviceCategory": "desktop" + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.0002295850498843308, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0003597643838772116, + "viewportHeight": 622, + "viewportWidth": 375, + "weight": 0.00022946508643199908, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.8, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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.9606.1130 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 718, - "viewportWidth": 412, - "weight": 0.00035961337272144946, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00022927030344104248, "deviceCategory": "mobile" }, { @@ -11418,72 +11334,75 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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", + "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": 911, - "viewportWidth": 1920, - "weight": 0.0003593843786714163, - "deviceCategory": "desktop" + "viewportHeight": 844, + "viewportWidth": 390, + "weight": 0.00022927004855885172, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.75, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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/124.0.0.0 Safari/537.36", + "pluginsLength": 0, + "screenHeight": 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.8143.1453 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 647, - "viewportWidth": 1366, - "weight": 0.0003589457512461332, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00022913701930411126, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.2, "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "screenHeight": 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.1624.1977 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5328.1107 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0003584817256737574, + "weight": 0.00022885930589598875, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.0003582223145264709, + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6189.1293 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00022864394908141608, "deviceCategory": "mobile" }, { @@ -11491,176 +11410,197 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1523, + "screenWidth": 1204, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00035819914770030117, + "viewportHeight": 1394, + "viewportWidth": 1204, + "weight": 0.000228012135552199, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 250 + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1399, + "screenWidth": 1394, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 821, - "viewportWidth": 1451, - "weight": 0.0003580202687157975, + "viewportHeight": 1279, + "viewportWidth": 1394, + "weight": 0.00022794369969116976, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.3, - "downlinkMax": 100, + "downlink": 9.2, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0, + "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 753, - "viewportWidth": 412, - "weight": 0.0003570297985068295, + "viewportHeight": 603, + "viewportWidth": 360, + "weight": 0.00022785338732662306, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 1337, - "viewportWidth": 1442, - "weight": 0.00035691591905377863, + "pluginsLength": 5, + "screenHeight": 1392, + "screenWidth": 1261, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1264, + "viewportWidth": 1261, + "weight": 0.00022780179388332661, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00022744284834895256, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { - "downlink": 8.85, + "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 876, - "viewportWidth": 1504, - "weight": 0.00035680708125918314, - "deviceCategory": "desktop" + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00022736546685033635, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.9, + "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 50 }, "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 960, + "screenHeight": 864, "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 838, - "viewportWidth": 1528, - "weight": 0.0003565926801189735, + "viewportHeight": 706, + "viewportWidth": 1536, + "weight": 0.00022733134157447196, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.000356409718670835, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1524.1281 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00022731533315873998, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 5.25, - "effectiveType": "4g", - "rtt": 200 - }, "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 934, - "viewportWidth": 1920, - "weight": 0.00035621557192423996, - "deviceCategory": "desktop" + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0002273015116283695, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "MacIntel", + "language": "zh-CN", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1479, + "screenWidth": 1330, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 799, - "viewportWidth": 1470, - "weight": 0.00035598166844116305, + "viewportHeight": 1349, + "viewportWidth": 1330, + "weight": 0.00022715325097200282, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00035593919321062496, + "weight": 0.0002271157899208442, "deviceCategory": "mobile" }, { @@ -11668,42 +11608,52 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 291, - "viewportWidth": 800, - "weight": 0.0003557331507902651, + "viewportHeight": 635, + "viewportWidth": 393, + "weight": 0.00022692082619067157, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 637, - "viewportWidth": 390, - "weight": 0.00035567713938933904, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6814.1870 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00022687531295237723, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 989, - "viewportWidth": 1710, - "weight": 0.00035560287853016686, - "deviceCategory": "desktop" + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9640.1934 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00022684105181555863, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -11712,25 +11662,39 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00035548145962443204, + "weight": 0.0002268382141872142, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, + "viewportHeight": 713, "viewportWidth": 414, - "weight": 0.0003551747246650638, + "weight": 0.0002267586070860626, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "tr-TR", + "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.00022672564968223468, "deviceCategory": "mobile" }, { @@ -11738,60 +11702,86 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2949.1693 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 873, - "viewportWidth": 1434, - "weight": 0.00035516551403969417, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00022658263150217856, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 8.25, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 683, + "viewportWidth": 384, + "weight": 0.00022654551852264998, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 2.75, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1106, - "screenWidth": 820, - "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": 1106, - "viewportWidth": 820, - "weight": 0.0003549522066508176, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.0002264776225331244, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPad", "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/17.5 Safari/605.1.15", + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 727, - "viewportWidth": 1194, - "weight": 0.0003548728177115149, - "deviceCategory": "desktop" + "viewportHeight": 692, + "viewportWidth": 1180, + "weight": 0.0002261531821980318, + "deviceCategory": "tablet" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.0003547911029260719, + "viewportHeight": 654, + "viewportWidth": 402, + "weight": 0.00022613843565187026, "deviceCategory": "mobile" }, { @@ -11799,49 +11789,32 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00035462730293420137, + "viewportHeight": 749, + "viewportWidth": 402, + "weight": 0.00022609600867326473, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 712, - "screenWidth": 320, - "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": 630, - "viewportWidth": 320, - "weight": 0.00035450034288971873, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 738, - "viewportWidth": 1732, - "weight": 0.0003538753048219694, + "screenHeight": 1494, + "screenWidth": 1347, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1373, + "viewportWidth": 1347, + "weight": 0.0002259675432296607, "deviceCategory": "desktop" }, { @@ -11849,62 +11822,69 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00035367280030349353, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00022579425279536347, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, "language": "en-US", - "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": 632, - "viewportWidth": 375, - "weight": 0.00035360883108324475, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 392, + "weight": 0.00022559683571150634, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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/100.0.4896.85 Mobile/15E148 Safari/604.1", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 797, - "viewportWidth": 390, - "weight": 0.0003535627636342826, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00022549310924113784, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.1, + "downlink": 9.2, "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 500, + "effectiveType": "4g", + "rtt": 0, "type": "cellular" }, - "language": "en-GB", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 869, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 780, - "viewportWidth": 412, - "weight": 0.0003534160226691372, + "viewportHeight": 653, + "viewportWidth": 360, + "weight": 0.00022542374362553947, "deviceCategory": "mobile" }, { @@ -11912,13 +11892,13 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 414, - "weight": 0.0003533560397356534, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00022541750321046258, "deviceCategory": "mobile" }, { @@ -11926,74 +11906,60 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1446, + "screenWidth": 1205, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 889, - "viewportWidth": 1280, - "weight": 0.00035310681619217353, + "viewportHeight": 1322, + "viewportWidth": 1205, + "weight": 0.0002249097781983492, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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.5 Safari/605.1.15", + "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": 1689, - "viewportWidth": 1366, - "weight": 0.00035285846034636655, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 927, - "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": 927, - "viewportWidth": 1920, - "weight": 0.0003528152876452587, - "deviceCategory": "desktop" + "viewportHeight": 738, + "viewportWidth": 430, + "weight": 0.00022466184780641106, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.66 Mobile/15E148 Safari/604.1", + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.0003526577567514977, - "deviceCategory": "mobile" + "viewportHeight": 678, + "viewportWidth": 1180, + "weight": 0.00022457061842474617, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00035260537550765186, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00022446903744128394, "deviceCategory": "mobile" }, { @@ -12003,11 +11969,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 738, - "viewportWidth": 430, - "weight": 0.00035251645232838496, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00022440827973026288, "deviceCategory": "mobile" }, { @@ -12015,46 +11981,34 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00035197984998628474, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00022410847150268956, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 0, + "type": "wifi" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 818, - "viewportWidth": 1660, - "weight": 0.000351856748525505, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0003518080717701871, + "viewportHeight": 608, + "viewportWidth": 360, + "weight": 0.0002241061611659534, "deviceCategory": "mobile" }, { @@ -12065,57 +12019,43 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.0003511612591670255, + "viewportHeight": 835, + "viewportWidth": 1470, + "weight": 0.00022387103203201042, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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.00035084539630328594, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 540, - "viewportWidth": 326, - "weight": 0.00035037737392937317, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00022383070479035835, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0003502050230202683, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00022370351112554164, "deviceCategory": "mobile" }, { @@ -12123,13 +12063,13 @@ "language": "en-CA", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 737, - "viewportWidth": 430, - "weight": 0.0003496314725610121, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00022337476886912967, "deviceCategory": "mobile" }, { @@ -12137,13 +12077,13 @@ "language": "en-US", "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", + "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/142.0.7444.148 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00034944977176731785, + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00022326789226509599, "deviceCategory": "mobile" }, { @@ -12156,118 +12096,107 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 720, + "screenWidth": 1280, + "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": 881, - "viewportWidth": 1680, - "weight": 0.00034919632460797794, + "viewportHeight": 593, + "viewportWidth": 1280, + "weight": 0.00022326708602575098, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 9.35, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "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": 759, - "viewportWidth": 412, - "weight": 0.0003489457600598588, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 735, "viewportWidth": 393, - "weight": 0.00034891707877741235, + "weight": 0.0002232453141335225, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00034851470276532447, - "deviceCategory": "mobile" + "viewportHeight": 675, + "viewportWidth": 1424, + "weight": 0.00022305509973526467, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00034809342668725904, + "weight": 0.00022281667321220582, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00034803140566212537, - "deviceCategory": "mobile" + "screenHeight": 1364, + "screenWidth": 1232, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1236, + "viewportWidth": 1232, + "weight": 0.0002226878656943659, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.00034762891252089793, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00022247963213494555, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/147.2.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00034690970215690863, + "viewportHeight": 620, + "viewportWidth": 375, + "weight": 0.00022224344147716232, "deviceCategory": "mobile" }, { @@ -12275,46 +12204,32 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0003468062034513563, + "viewportHeight": 722, + "viewportWidth": 390, + "weight": 0.00022224140738952725, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.55, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8749.1859 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 969, - "viewportWidth": 1865, - "weight": 0.00034619276978192597, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.0003458381200360911, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00022214062144930232, "deviceCategory": "mobile" }, { @@ -12322,41 +12237,46 @@ "language": "en-CA", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 708, - "viewportWidth": 414, - "weight": 0.00034576325111425115, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00022208998225992045, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-AU", - "platform": "iPhone", - "pluginsLength": 5, + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, "screenHeight": 812, "screenWidth": 375, - "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": 632, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5463.1831 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00034522698638615826, + "weight": 0.0002219538507485558, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "screenHeight": 667, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 538, + "viewportHeight": 553, "viewportWidth": 375, - "weight": 0.0003450227868453364, + "weight": 0.00022167533646030965, "deviceCategory": "mobile" }, { @@ -12366,11 +12286,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00034496109720352677, + "weight": 0.00022164057391401372, "deviceCategory": "mobile" }, { @@ -12382,138 +12302,83 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 753, - "viewportWidth": 412, - "weight": 0.0003446108894204069, + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00022154267840913028, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.7, + "downlink": 10, "effectiveType": "4g", - "rtt": 250 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/121.0.0.0 Safari/537.36", + "screenHeight": 1344, + "screenWidth": 1357, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 839, - "viewportWidth": 1500, - "weight": 0.0003445165652983234, + "viewportHeight": 1222, + "viewportWidth": 1357, + "weight": 0.0002215055557718266, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 4.4, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 300, - "type": "cellular" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "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": 666, - "viewportWidth": 360, - "weight": 0.0003444170603765053, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00034405434488165123, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 709, - "viewportWidth": 414, - "weight": 0.0003440377118235956, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 665, - "viewportWidth": 1280, - "weight": 0.0003431378869575636, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1307, + "viewportWidth": 2560, + "weight": 0.00022138662217438738, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "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": 745, - "viewportWidth": 428, - "weight": 0.0003430596632582865, - "deviceCategory": "mobile" + "viewportHeight": 727, + "viewportWidth": 1180, + "weight": 0.00022128866040598328, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 780, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1381, + "screenWidth": 1387, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1767, - "viewportWidth": 980, - "weight": 0.00034300777346371635, + "viewportHeight": 1257, + "viewportWidth": 1387, + "weight": 0.00022101910633187007, "deviceCategory": "desktop" }, { @@ -12523,145 +12388,169 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", + "language": "pt-PT", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.00034272719857539926, + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.0002210181877455614, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 7.5, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, - "language": "ru", - "platform": "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 YaBrowser/24.4.0.0 Safari/537.36", + "language": "en-US", + "platform": "Linux armv8l", + "pluginsLength": 0, + "screenHeight": 640, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1920, - "weight": 0.0003426890640503804, - "deviceCategory": "desktop" + "viewportHeight": 640, + "viewportWidth": 360, + "weight": 0.00022099413073639636, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.2, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1863.1227 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00034233380992696263, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 775, - "viewportWidth": 390, - "weight": 0.0003422890836019596, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00022097856526736618, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 665, "viewportWidth": 393, - "weight": 0.0003422661433043294, + "weight": 0.0002209735508980403, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 777, - "viewportWidth": 390, - "weight": 0.0003421180860262737, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9397.1463 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002208145465285298, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 7.95, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 746, - "viewportWidth": 412, - "weight": 0.00034148370709993666, + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.0002207604898550109, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00034135828560825107, + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3414.1214 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00022072085438689323, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 4.6, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, "language": "en-US", - "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.00034084657809791547, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 788, + "viewportWidth": 411, + "weight": 0.000220627431897801, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.1, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 752, + "viewportWidth": 411, + "weight": 0.00022060918047933338, "deviceCategory": "mobile" }, { @@ -12671,167 +12560,171 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0003404654158974156, + "weight": 0.00022056817456772603, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Intel Mac OS X 10.15", - "platform": "MacIntel", - "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1440, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 683, - "viewportWidth": 1432, - "weight": 0.00034037028872873, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "fr-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0003401579301911961, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00022044828687636705, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.5, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/109.0.0.0 Safari/537.36", + "pluginsLength": 5, + "screenHeight": 1364, + "screenWidth": 1320, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 937, - "viewportWidth": 1920, - "weight": 0.0003399373909968108, + "viewportHeight": 1237, + "viewportWidth": 1320, + "weight": 0.00022043012447495885, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 732, + "viewportHeight": 739, "viewportWidth": 430, - "weight": 0.00033992638764523286, + "weight": 0.00022040494123413805, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, + "downlink": 1.45, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 350, "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 872, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 697, - "viewportWidth": 320, - "weight": 0.00033967990264343494, + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00022033101671603748, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1347, + "screenWidth": 1399, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1223, + "viewportWidth": 1399, + "weight": 0.0002202902632672593, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00033940555451602574, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00022025128111447437, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.3, + "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 611, - "viewportWidth": 1340, - "weight": 0.00033939028316052336, + "viewportHeight": 948, + "viewportWidth": 1912, + "weight": 0.00022013721917168503, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "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.7749.1150 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 663, - "viewportWidth": 360, - "weight": 0.0003393052436624366, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002200702572652447, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "platform": "Win32", + "language": "en-CA", + "platform": "Linux x86_64", "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0003390891548107216, + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.0002199705207333113, "deviceCategory": "desktop" }, { @@ -12839,273 +12732,347 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 430, - "weight": 0.0003388669958896004, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00021995346963230315, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.00033886492571058184, - "deviceCategory": "mobile" + "screenHeight": 1428, + "screenWidth": 1273, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1308, + "viewportWidth": 1273, + "weight": 0.00021992850418473662, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7835.1048 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00021987498367659689, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00033885768126014815, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00021986632886208715, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4456.1083 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 696, - "viewportWidth": 384, - "weight": 0.0003387637857156675, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00021981014308872923, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4041.1511 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00021963774984814103, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.3, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 250, - "type": "cellular" + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 725, - "viewportWidth": 384, - "weight": 0.00033865146118415617, + "viewportHeight": 759, + "viewportWidth": 411, + "weight": 0.00021963420210120786, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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.00033783896128072443, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 683, + "viewportWidth": 1285, + "weight": 0.00021920107567374166, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 2.55, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 150 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 345, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "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/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 741, - "viewportWidth": 345, - "weight": 0.0003371944272762902, - "deviceCategory": "tablet" + "viewportHeight": 877, + "viewportWidth": 1572, + "weight": 0.0002191897336536002, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 736, - "screenWidth": 414, - "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 617, - "viewportWidth": 414, - "weight": 0.00033705189392163013, + "viewportHeight": 741, + "viewportWidth": 430, + "weight": 0.0002190218802499721, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.1, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux aarch64", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 1079, - "screenWidth": 486, - "userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 7 Build/AP1A.240505.005; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.165 Mobile Safari/537.36", + "screenHeight": 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.7073.1257 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 926, - "viewportWidth": 486, - "weight": 0.00033698764945145173, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002189035755408296, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 2.55, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, - "language": "es-ES", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 873, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "en-US", + "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/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 826, - "viewportWidth": 441, - "weight": 0.0003368399803979472, - "deviceCategory": "mobile" + "viewportHeight": 981, + "viewportWidth": 1710, + "weight": 0.00021864981904731265, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", "platform": "Win32", "pluginsLength": 5, "screenHeight": 1080, "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 967, - "viewportWidth": 1726, - "weight": 0.00033671264354647585, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 959, + "viewportWidth": 1920, + "weight": 0.0002186264149248456, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.0003367017126843468, - "deviceCategory": "mobile" + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:146.0) Gecko/20100101 Firefox/146.0", + "vendor": "", + "viewportHeight": 670, + "viewportWidth": 1536, + "weight": 0.00021855646972023944, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) GSA/313.0.625856595 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 698, - "viewportWidth": 414, - "weight": 0.000336580645819578, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1234.1906 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00021854935103014954, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7071.1529 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00021843933891842535, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 741, - "viewportWidth": 430, - "weight": 0.00033654113264039323, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.0002177021181928579, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "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.0 Safari/605.1.15", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 911, - "viewportWidth": 1366, - "weight": 0.0003365099691000178, - "deviceCategory": "desktop" + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00021769925328771615, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPad", - "pluginsLength": 5, - "screenHeight": 1180, - "screenWidth": 820, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 17_5 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": 640, - "viewportWidth": 1180, - "weight": 0.0003364943651855208, - "deviceCategory": "tablet" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 600, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2348.1472 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00021763175373536558, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0003364001315049477, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00021755558328885092, "deviceCategory": "mobile" }, { @@ -13113,41 +13080,53 @@ "language": "en-CA", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0003361677069213043, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0002172431870521832, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 7.7, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00033612663105145633, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 720, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 592, + "viewportWidth": 360, + "weight": 0.000217205939781116, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0003358224378711626, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8162.1464 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00021699851912473106, "deviceCategory": "mobile" }, { @@ -13155,13 +13134,13 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0003356645039760257, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00021691185282919897, "deviceCategory": "mobile" }, { @@ -13169,19 +13148,19 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 643, - "viewportWidth": 393, - "weight": 0.00033528969609856915, + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.0002166263281249615, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 5.95, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, @@ -13190,144 +13169,133 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 384, - "weight": 0.00033509327525333836, + "viewportHeight": 782, + "viewportWidth": 411, + "weight": 0.00021659181236338915, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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/17.4.1 Safari/605.1.15", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 727, - "viewportWidth": 1194, - "weight": 0.0003349860389919892, - "deviceCategory": "desktop" + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00021646659725283121, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 702, - "viewportWidth": 384, - "weight": 0.0003348347282937142, - "deviceCategory": "mobile" + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.0002164175580651141, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00033474162680304886, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00021633742404233636, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 568, - "viewportWidth": 342, - "weight": 0.0003344421614928021, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4247.1482 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00021626798666553258, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 880, - "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3369.1399 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 745, - "viewportWidth": 360, - "weight": 0.0003344131125147505, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0002161725126538601, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 667, - "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, - "viewportWidth": 375, - "weight": 0.00033437071506700193, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0002161491090979248, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 633, - "viewportWidth": 1402, - "weight": 0.0003343141015973435, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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.0003342933888920761, + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00021605737038276444, "deviceCategory": "mobile" }, { @@ -13340,104 +13308,32 @@ "language": "en-US", "platform": "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", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0003341904106230764, + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.00021602549275319088, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.00033412080967015913, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 746, - "viewportWidth": 428, - "weight": 0.0003339931253517271, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00033389911810417463, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 629, - "viewportWidth": 375, - "weight": 0.0003335479818788151, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "es-419", - "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.00033347996918722827, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.7206.1286 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 753, - "viewportWidth": 412, - "weight": 0.00033340944917047073, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00021597833542787213, "deviceCategory": "mobile" }, { @@ -13445,13 +13341,13 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00033299922885196277, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00021587911158098684, "deviceCategory": "mobile" }, { @@ -13461,46 +13357,30 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.00033293561089837195, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.0003329237437783987, + "weight": 0.00021587310347022251, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 792, - "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", + "screenHeight": 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.2465.1353 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 696, - "viewportWidth": 360, - "weight": 0.0003327420889157353, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00021585062060316105, "deviceCategory": "mobile" }, { @@ -13508,37 +13388,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-CA", - "platform": "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", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7503.1200 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.0003324704441602352, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00021581615044391044, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 919, "viewportWidth": 1920, - "weight": 0.0003319587072884403, + "weight": 0.00021568439669099681, "deviceCategory": "desktop" }, { @@ -13549,15 +13429,15 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/120.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 848, - "viewportWidth": 1477, - "weight": 0.0003315748764763165, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00021563031100662493, "deviceCategory": "desktop" }, { @@ -13568,15 +13448,15 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1353, - "viewportWidth": 2560, - "weight": 0.00033144572908161136, + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.00021558583850055771, "deviceCategory": "desktop" }, { @@ -13584,41 +13464,20 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 150 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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 Edg/125.0.0.0", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 966, - "viewportWidth": 1912, - "weight": 0.00033132857258094624, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00021529884279564441, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "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": 783, - "viewportWidth": 412, - "weight": 0.0003312343707850735, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "language": "en-US", @@ -13626,74 +13485,59 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 641, "viewportWidth": 393, - "weight": 0.0003311620298890473, + "weight": 0.00021526226484810157, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "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.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 742, - "viewportWidth": 1274, - "weight": 0.0003309271777402939, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0003307517119811455, + "viewportHeight": 668, + "viewportWidth": 402, + "weight": 0.0002152478962035273, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Intel Mac OS X 10.15", + "platform": "MacIntel", "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.00033036754342425734, - "deviceCategory": "mobile" + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 810, + "viewportWidth": 1410, + "weight": 0.00021516959973481595, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.2269.1600 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 412, - "weight": 0.00033031510758363197, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00021514868353168069, "deviceCategory": "mobile" }, { @@ -13701,74 +13545,119 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00033008911033035666, + "viewportHeight": 777, + "viewportWidth": 428, + "weight": 0.00021495796871289413, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00021495051689254566, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.9, + "downlink": 8.55, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 864, + "screenHeight": 960, "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, + "viewportHeight": 826, "viewportWidth": 1536, - "weight": 0.00033007428073093164, + "weight": 0.00021492530043923388, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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", + "screenHeight": 3840, + "screenWidth": 2160, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1142, + "viewportWidth": 2158, + "weight": 0.00021480551041389053, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 670, - "viewportWidth": 390, - "weight": 0.00033000182640347594, - "deviceCategory": "mobile" + "viewportHeight": 716, + "viewportWidth": 1443, + "weight": 0.00021478933303580359, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux x86_64", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1355, + "screenWidth": 1298, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 647, - "viewportWidth": 1366, - "weight": 0.00032984952290965005, + "viewportHeight": 1235, + "viewportWidth": 1298, + "weight": 0.00021476823784342519, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00021463650223460483, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 5.4, + "downlinkMax": null, "effectiveType": "4g", "rtt": 50, "type": "cellular" @@ -13776,13 +13665,13 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 824, + "screenHeight": 832, "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 693, "viewportWidth": 384, - "weight": 0.00032960786059050494, + "weight": 0.0002140892715677625, "deviceCategory": "mobile" }, { @@ -13791,89 +13680,123 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 50, "type": "wifi" }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "en-GB", + "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/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 384, - "weight": 0.00032948877272071637, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0003294588574028386, + "viewportHeight": 778, + "viewportWidth": 1536, + "weight": 0.00021347766276375078, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 656, - "viewportWidth": 393, - "weight": 0.00032942927160155614, + "viewportHeight": 744, + "viewportWidth": 428, + "weight": 0.00021336821945266022, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.0003293563008581768, - "deviceCategory": "mobile" + "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/144.0.7559.133 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 983, + "viewportWidth": 2048, + "weight": 0.00021327849982036385, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00032922343945721445, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3305.1845 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00021326281897835476, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6730.1330 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00021311030285670854, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1328, + "screenWidth": 1350, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1206, + "viewportWidth": 1350, + "weight": 0.00021307548109385878, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "tr-TR", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.0003292187681857439, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0002129475144412718, "deviceCategory": "mobile" }, { @@ -13881,13 +13804,13 @@ "language": "en-US", "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", + "screenHeight": 693, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, - "viewportWidth": 393, - "weight": 0.0003289720054126902, + "viewportHeight": 519, + "viewportWidth": 320, + "weight": 0.0002128849241100012, "deviceCategory": "mobile" }, { @@ -13895,34 +13818,34 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 713, - "viewportWidth": 414, - "weight": 0.00032881000438762987, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00021286654345311707, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 3.85, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 150, + "type": "cellular" }, - "language": "en-US", - "platform": "Linux aarch64", + "language": "en", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 987, + "screenWidth": 444, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 840, - "viewportWidth": 412, - "weight": 0.00032859553503893844, + "viewportWidth": 443, + "weight": 0.00021280353915926795, "deviceCategory": "mobile" }, { @@ -13932,11 +13855,11 @@ "pluginsLength": 5, "screenHeight": 896, "screenWidth": 414, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/200.0.429445193 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 694, + "viewportHeight": 720, "viewportWidth": 414, - "weight": 0.0003285217153022136, + "weight": 0.00021238092263136922, "deviceCategory": "mobile" }, { @@ -13944,18 +13867,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 774, - "screenWidth": 1376, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 653, - "viewportWidth": 1376, - "weight": 0.00032797468950448327, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00021237851409916877, "deviceCategory": "desktop" }, { @@ -13963,131 +13886,81 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.00032790111691658326, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00021235798557443927, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 780, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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.3907.1007 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 609, - "viewportWidth": 360, - "weight": 0.00032775932271720333, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00021198329112675652, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-CA", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1200, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1019, - "viewportWidth": 1568, - "weight": 0.0003274453421764468, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "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": 953, - "viewportWidth": 1920, - "weight": 0.00032709254326725976, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0003270395322336399, + "weight": 0.0002119735609925435, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-us", + "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 667, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 597, - "viewportWidth": 375, - "weight": 0.00032697840539225434, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00021184352060982646, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1024, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1492, + "screenWidth": 1210, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 863, - "viewportWidth": 1280, - "weight": 0.00032679617421127515, + "viewportHeight": 1370, + "viewportWidth": 1210, + "weight": 0.00021177002968945346, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 718, - "viewportWidth": 414, - "weight": 0.00032677298799581203, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { @@ -14097,72 +13970,49 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "el-GR", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 780, + "screenHeight": 800, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, + "viewportHeight": 663, "viewportWidth": 360, - "weight": 0.0003264513288718199, + "weight": 0.00021165827185028532, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "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.4133.1102 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 670, - "viewportWidth": 360, - "weight": 0.0003263418896330995, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00021158673169196224, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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.5 Safari/605.1.15", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 728, - "viewportWidth": 1112, - "weight": 0.00032627845222861853, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.85, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 800, - "type": "cellular" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 1079, - "screenWidth": 486, - "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": 916, - "viewportWidth": 486, - "weight": 0.00032614336656332205, + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00021150749986233628, "deviceCategory": "mobile" }, { @@ -14170,46 +14020,47 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 393, - "weight": 0.000326062638050171, + "viewportHeight": 762, + "viewportWidth": 440, + "weight": 0.00021150509788870524, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.00032602626445253245, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 954, + "viewportWidth": 1496, + "weight": 0.0002114928693658258, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0003259642646527973, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2561.1182 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002114621091671909, "deviceCategory": "mobile" }, { @@ -14217,28 +14068,35 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, - "viewportWidth": 375, - "weight": 0.0003257560457609761, + "viewportHeight": 743, + "viewportWidth": 390, + "weight": 0.00021145840481101198, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.0003256641236372651, - "deviceCategory": "mobile" + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 791, + "viewportWidth": 1536, + "weight": 0.0002113616957726371, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -14248,111 +14106,135 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 957, - "viewportWidth": 1920, - "weight": 0.00032535758588588996, + "viewportHeight": 812, + "viewportWidth": 1440, + "weight": 0.0002112407690104467, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 710, + "viewportWidth": 402, + "weight": 0.00021122042532074867, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 50, + "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 833, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 701, + "viewportHeight": 726, "viewportWidth": 384, - "weight": 0.00032524128179547697, + "weight": 0.00021117469209988322, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-CA", - "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": 1007, - "viewportWidth": 810, - "weight": 0.00032512176133215985, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, - "language": "en-GB", + "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 934, - "viewportWidth": 1920, - "weight": 0.0003251213669323292, + "viewportHeight": 827, + "viewportWidth": 1512, + "weight": 0.0002111708153179045, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 748, + "screenWidth": 1210, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00032507516160936085, - "deviceCategory": "mobile" + "viewportHeight": 748, + "viewportWidth": 1210, + "weight": 0.00021110302379186358, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1429, + "screenWidth": 1274, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1304, + "viewportWidth": 1274, + "weight": 0.00021102727081952148, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-NZ", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, - "viewportWidth": 390, - "weight": 0.00032503937678383574, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00021099416190020027, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 697, - "viewportWidth": 414, - "weight": 0.000324294377499808, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3984.1447 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002109707841916666, "deviceCategory": "mobile" }, { @@ -14360,37 +14242,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux armv8l", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.00032414605391083075, - "deviceCategory": "desktop" + "viewportHeight": 915, + "viewportWidth": 412, + "weight": 0.00021097049549574317, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "platform": "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.0003238930980150223, + "viewportHeight": 738, + "viewportWidth": 1528, + "weight": 0.00021084717254178222, "deviceCategory": "desktop" }, { @@ -14405,116 +14287,133 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 780, + "screenHeight": 740, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, + "viewportHeight": 612, "viewportWidth": 360, - "weight": 0.0003238590872107553, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 637, - "viewportWidth": 375, - "weight": 0.0003237076219912902, + "weight": 0.00021060498492150073, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.75, + "downlink": 7.8, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", "platform": "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 Edg/125.0.0.0", + "pluginsLength": 0, + "screenHeight": 706, + "screenWidth": 1256, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 966, - "viewportWidth": 1912, - "weight": 0.0003230603736705083, + "viewportHeight": 572, + "viewportWidth": 1255, + "weight": 0.00021048206729677135, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 896, - "screenWidth": 414, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.0003227000430947308, - "deviceCategory": "mobile" + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 658, + "viewportWidth": 1280, + "weight": 0.00021041242094294323, + "deviceCategory": "tablet" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 812, - "screenWidth": 375, - "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 629, - "viewportWidth": 375, - "weight": 0.0003225320179471121, + "viewportHeight": 751, + "viewportWidth": 428, + "weight": 0.00021035641042489964, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.5809.1517 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 784, - "viewportWidth": 412, - "weight": 0.00032242344907104756, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020983254088734904, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "Win32", + "pluginsLength": 7, + "screenHeight": 1920, + "screenWidth": 1080, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1791, + "viewportWidth": 1080, + "weight": 0.0002097813324269567, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 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.8966.1270 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 671, - "viewportWidth": 360, - "weight": 0.00032235139067118064, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020965327466533572, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00020960517429129835, "deviceCategory": "mobile" }, { @@ -14527,83 +14426,168 @@ "language": "en-US", "platform": "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.0003221930661810399, + "viewportHeight": 740, + "viewportWidth": 1528, + "weight": 0.00020928083269157875, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1406, + "screenWidth": 1295, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1285, + "viewportWidth": 1295, + "weight": 0.0002092494039622775, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", "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) GSA/242.1.493995244 Mobile/15E148 Safari/604.1", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 643, - "viewportWidth": 390, - "weight": 0.00032200128314523126, + "viewportHeight": 1550, + "viewportWidth": 860, + "weight": 0.00020920943909006948, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.00032161208370648503, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00020912561831776055, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "da-DK", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 638, + "viewportWidth": 360, + "weight": 0.00020907247121282677, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 896, - "screenWidth": 414, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.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/17.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 723, - "viewportWidth": 414, - "weight": 0.0003215037840075779, + "viewportHeight": 782, + "viewportWidth": 1439, + "weight": 0.00020905491991957587, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4219.1528 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020883681500870823, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 749, + "viewportWidth": 411, + "weight": 0.0002085324691300203, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.000321370053795436, + "weight": 0.00020844061064283437, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00032127984476989607, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7341.1919 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020840219313150425, "deviceCategory": "mobile" }, { @@ -14611,51 +14595,51 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 738, - "viewportWidth": 430, - "weight": 0.0003210835707364697, + "viewportHeight": 727, + "viewportWidth": 428, + "weight": 0.00020832802405278917, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.4, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7326.1272 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00032075828838164125, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020829949247148054, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3577.1179 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 723, - "viewportWidth": 1470, - "weight": 0.0003207493468641954, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00020829925502915261, "deviceCategory": "desktop" }, { @@ -14663,13 +14647,13 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00032066130931566105, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0002082784955167642, "deviceCategory": "mobile" }, { @@ -14677,112 +14661,119 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1228.1500 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1279, - "viewportWidth": 1796, - "weight": 0.00032056256251533405, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020825512910630978, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 844, - "screenWidth": 390, - "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": 663, - "viewportWidth": 390, - "weight": 0.0003202818622429284, + "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.5804.1889 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020810692424176247, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 643, - "viewportWidth": 393, - "weight": 0.0003201429603578302, - "deviceCategory": "mobile" + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 607, + "viewportWidth": 1366, + "weight": 0.00020805976819623093, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 8.5, "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", + "language": "zh-TW", "platform": "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", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1904, - "weight": 0.00032012624291085463, + "viewportHeight": 674, + "viewportWidth": 1272, + "weight": 0.0002078547293605907, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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": 517, - "viewportWidth": 320, - "weight": 0.0003201112848731956, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9466.1292 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002077493798587354, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", "platform": "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": 911, - "viewportWidth": 1920, - "weight": 0.0003196659606318712, + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0", + "vendor": "", + "viewportHeight": 740, + "viewportWidth": 1440, + "weight": 0.0002077375731321698, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, + "viewportHeight": 692, "viewportWidth": 393, - "weight": 0.0003192613380966737, + "weight": 0.00020773481298026097, "deviceCategory": "mobile" }, { @@ -14790,151 +14781,150 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1024, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1330, + "screenWidth": 1351, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 910, - "viewportWidth": 1272, - "weight": 0.00031885074324181274, + "viewportHeight": 1206, + "viewportWidth": 1351, + "weight": 0.0002077160001607472, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPad", - "pluginsLength": 5, - "screenHeight": 1194, - "screenWidth": 834, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 703, - "viewportWidth": 1194, - "weight": 0.00031866807628085515, - "deviceCategory": "tablet" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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/316.0.632200771 Mobile/15E148 Safari/604.1", + "pluginsLength": 7, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 698, - "viewportWidth": 414, - "weight": 0.0003177911498374112, + "viewportHeight": 624, + "viewportWidth": 375, + "weight": 0.00020761291661352518, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.35, - "downlinkMax": 100, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.9511.1300 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 746, - "viewportWidth": 412, - "weight": 0.0003177815667297419, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020758981791567399, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 723, - "viewportWidth": 430, - "weight": 0.00031757055629686506, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2593.1148 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002075742521050801, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "ja", + "language": "en-US", "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", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0003175410559123271, + "viewportHeight": 667, + "viewportWidth": 375, + "weight": 0.00020729193138160847, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00031751895243056094, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3639.1272 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020723220750068025, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 660, - "viewportWidth": 390, - "weight": 0.00031721766926538666, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5845.1343 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020721773741608674, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 840, - "viewportWidth": 1470, - "weight": 0.00031720107928845425, - "deviceCategory": "desktop" + "viewportHeight": 715, + "viewportWidth": 430, + "weight": 0.00020719937179612653, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0003170809304566084, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00020715192461377542, "deviceCategory": "mobile" }, { @@ -14942,261 +14932,276 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 150 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.000317005058805614, + "viewportHeight": 962, + "viewportWidth": 1912, + "weight": 0.00020691131703439299, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "fr-CA", - "platform": "MacIntel", + "language": "en-CA", + "platform": "iPhone", "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.5 Safari/605.1.15", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 1360, - "viewportWidth": 2560, - "weight": 0.0003168856848600677, - "deviceCategory": "desktop" + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.0002068999241298993, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.45, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 400, - "type": "cellular" + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.8606.1716 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 767, - "viewportWidth": 412, - "weight": 0.0003166542554848185, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 712, - "viewportWidth": 414, - "weight": 0.00031661486586658834, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002068437951739653, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.00031638127526619376, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00020673415265984243, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.00031620245869253363, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00020673203627330738, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.0003157381911651198, + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 796, + "viewportWidth": 411, + "weight": 0.00020665948835402813, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.0003157370941138456, - "deviceCategory": "mobile" + "screenHeight": 1353, + "screenWidth": 1393, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1231, + "viewportWidth": 1393, + "weight": 0.00020659004327369394, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 812, "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 553, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7635.1746 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.000315717760361031, + "weight": 0.0002064628290207383, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00031502211931406604, - "deviceCategory": "mobile" + "screenHeight": 1117, + "screenWidth": 1728, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 884, + "viewportWidth": 1722, + "weight": 0.00020640490590458194, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "fr-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0003146610323766722, + "weight": 0.00020639936494372573, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, + "platform": "MacIntel", + "pluginsLength": 0, + "screenHeight": 1366, "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, + "viewportHeight": 1366, "viewportWidth": 1366, - "weight": 0.00031464318637291946, + "weight": 0.00020639315897561235, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "el-GR", "platform": "Win32", "pluginsLength": 5, "screenHeight": 1080, "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 927, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, "viewportWidth": 1920, - "weight": 0.0003145474842087056, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 6.1; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1024, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 899, - "viewportWidth": 1280, - "weight": 0.00031422157318040505, + "weight": 0.00020626932795932197, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "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": 740, - "viewportWidth": 430, - "weight": 0.00031396136286657167, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3545.1553 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020625323549838882, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 718, - "viewportWidth": 414, - "weight": 0.000313487106594055, - "deviceCategory": "mobile" + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1279, + "viewportWidth": 2560, + "weight": 0.00020618314842981513, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.8, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", "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/124.0.0.0 Safari/537.36", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 1440, - "weight": 0.0003133358927300942, + "viewportHeight": 731, + "viewportWidth": 1470, + "weight": 0.00020615861352020031, "deviceCategory": "desktop" }, { @@ -15204,48 +15209,15 @@ "language": "en-US", "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.00031328961176626337, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0003132520022641067, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00020611398055308394, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "fr-CA", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00031323926291071, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-CA", @@ -15253,11 +15225,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0003128246730311618, + "weight": 0.00020603464295203158, "deviceCategory": "mobile" }, { @@ -15265,88 +15237,103 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 723, - "viewportWidth": 430, - "weight": 0.00031275057522817183, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00020603213290590225, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-us", + "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 896, - "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", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.0003123742391544381, + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00020602828956622966, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.95, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 200 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1437, + "screenWidth": 1210, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 551, - "viewportWidth": 1280, - "weight": 0.00031237211609995056, + "viewportHeight": 1308, + "viewportWidth": 1210, + "weight": 0.0002059419610804918, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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": 547, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6293.1925 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.000312174908526802, + "weight": 0.00020592076492464184, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPad", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 1080, - "screenWidth": 810, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 684, - "viewportWidth": 1080, - "weight": 0.00031204985703150626, - "deviceCategory": "tablet" + "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.3172.1725 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020586983314765982, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 1000, - "viewportWidth": 1324, - "weight": 0.0003120280160123813, + "screenHeight": 1382, + "screenWidth": 1225, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1262, + "viewportWidth": 1225, + "weight": 0.0002058298197855945, "deviceCategory": "desktop" }, { @@ -15354,77 +15341,89 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00031197593120118244, + "viewportHeight": 751, + "viewportWidth": 428, + "weight": 0.00020579915504735234, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "fr-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Linux x86_64", "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 639, - "viewportWidth": 390, - "weight": 0.00031175116866012875, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00020572465584327415, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.8, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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.5566.1041 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 653, - "viewportWidth": 384, - "weight": 0.000311668890327656, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020563057544423043, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 906, - "viewportWidth": 1920, - "weight": 0.00031134685164177815, - "deviceCategory": "desktop" + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5935.1355 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020560672053573513, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 750, - "viewportWidth": 428, - "weight": 0.0003111925272290744, + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7510.1029 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002055342591422499, "deviceCategory": "mobile" }, { @@ -15432,18 +15431,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 150 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.0003111811303247181, + "weight": 0.00020551456227176545, "deviceCategory": "desktop" }, { @@ -15451,101 +15450,84 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0003110257036904137, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00020543620572269618, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.4, - "effectiveType": "4g", - "rtt": 50 + "downlink": 1.45, + "effectiveType": "3g", + "rtt": 450 }, - "language": "ru-RU", + "language": "hr-HR", "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, + "viewportHeight": 730, "viewportWidth": 1536, - "weight": 0.00031083597423945476, + "weight": 0.00020541834899637573, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 649, + "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.00031076815179538746, + "weight": 0.00020525539046876114, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5153.1569 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 1912, - "weight": 0.00031061002228627657, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020522429765470093, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "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": 760, - "viewportWidth": 412, - "weight": 0.0003105117923025913, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", "platform": "Win32", "pluginsLength": 5, "screenHeight": 1080, "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 947, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, "viewportWidth": 1920, - "weight": 0.00031043179217698044, + "weight": 0.0002051905599706279, "deviceCategory": "desktop" }, { @@ -15553,109 +15535,68 @@ "language": "en-US", "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.00031042618729975956, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 738, - "viewportWidth": 430, - "weight": 0.0003104023822219519, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.0003103390348166911, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/121.0.6167.138 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 414, - "weight": 0.00030980860847295113, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00020514098018837863, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "platform": "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", + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 793, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.0003096573772656973, - "deviceCategory": "desktop" + "viewportHeight": 680, + "viewportWidth": 360, + "weight": 0.00020511211733009139, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "language": "en-CA", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 627, - "viewportWidth": 1365, - "weight": 0.00030937340418009434, - "deviceCategory": "desktop" + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00020509328908407357, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.7, + "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6951.1745 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00030932105328204104, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020507129074768166, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -15664,63 +15605,32 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0003091546770537792, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 627, - "viewportWidth": 375, - "weight": 0.00030911968056554875, + "weight": 0.00020504231625003954, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 997, - "viewportWidth": 1491, - "weight": 0.00030898811368519917, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.7, - "effectiveType": "4g", - "rtt": 0 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 823, + "screenHeight": 892, "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", + "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": 823, - "viewportWidth": 412, - "weight": 0.0003087251099900314, + "viewportHeight": 749, + "viewportWidth": 411, + "weight": 0.00020498812639053475, "deviceCategory": "mobile" }, { @@ -15729,19 +15639,19 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 50, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 780, + "screenHeight": 800, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, + "viewportHeight": 667, "viewportWidth": 360, - "weight": 0.0003083000443654002, + "weight": 0.00020468834681415258, "deviceCategory": "mobile" }, { @@ -15749,27 +15659,34 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0003080985766428049, + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00020459307871577696, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "zh-TW", - "platform": "iPhone", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", "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.0003080442488177202, + "screenHeight": 824, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 726, + "viewportWidth": 384, + "weight": 0.00020453817878876698, "deviceCategory": "mobile" }, { @@ -15779,91 +15696,77 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.00030771074376957343, + "weight": 0.00020435293143425133, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.5, + "downlink": 10, "effectiveType": "4g", "rtt": 250 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 641, - "viewportWidth": 1366, - "weight": 0.0003076659742621829, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00020419248036796796, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1385, + "screenWidth": 1213, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 889, - "viewportWidth": 1728, - "weight": 0.0003075378496778445, + "viewportHeight": 1258, + "viewportWidth": 1213, + "weight": 0.00020410145209695968, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", + "language": "en-CA", + "platform": "iPhone", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "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": 700, - "viewportWidth": 384, - "weight": 0.0003074474618419997, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.145 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 720, + "viewportWidth": 414, + "weight": 0.0002040927904685792, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "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": 643, - "viewportWidth": 360, - "weight": 0.00030698569598222976, + "language": "de-DE", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 390, + "weight": 0.00020406408259765176, "deviceCategory": "mobile" }, { @@ -15873,74 +15776,82 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.00030675462623759, + "weight": 0.00020402318970008933, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0003066960485454725, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1586.1792 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002038151950279401, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0003065214460179107, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 1280, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Lanai)", + "vendor": "Google Inc.", + "viewportHeight": 1280, + "viewportWidth": 1280, + "weight": 0.00020349276866853415, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 7.1, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "screenHeight": 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.9558.1734 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 643, - "viewportWidth": 360, - "weight": 0.00030635182007853027, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002033968118377806, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.000306342674468381, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00020339530105677235, "deviceCategory": "mobile" }, { @@ -15948,93 +15859,98 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 150 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00030606664718608973, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0002032016851869138, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 1080, + "screenWidth": 810, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 532, - "viewportWidth": 320, - "weight": 0.0003057368376389953, - "deviceCategory": "mobile" + "viewportHeight": 724, + "viewportWidth": 1080, + "weight": 0.0002031268048375762, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 623, - "viewportWidth": 390, - "weight": 0.00030573448916591556, - "deviceCategory": "mobile" + "viewportHeight": 1108, + "viewportWidth": 1716, + "weight": 0.0002030166370805307, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "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.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0003056654302948341, - "deviceCategory": "mobile" + "viewportHeight": 787, + "viewportWidth": 1210, + "weight": 0.00020295657819029847, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 665, - "viewportWidth": 414, - "weight": 0.0003052299198565673, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8735.1478 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0002029512962410171, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "pluginsLength": 5, + "screenHeight": 1426, + "screenWidth": 1276, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 813, - "viewportWidth": 1440, - "weight": 0.0003051864443146613, + "viewportHeight": 1302, + "viewportWidth": 1276, + "weight": 0.00020286788295154325, "deviceCategory": "desktop" }, { @@ -16042,81 +15958,95 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/123.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3409.1407 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 829, - "viewportWidth": 1540, - "weight": 0.0003049611602669557, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) Mobile/21F90 Twitter for iPhone/10.44.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 800, - "viewportWidth": 430, - "weight": 0.00030491974987774796, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020282896167557782, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 8.8, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, "type": "wifi" }, "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.000202618516366734, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.25, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-ZA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 780, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36", + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 643, - "viewportWidth": 360, - "weight": 0.00030480524327770165, + "viewportHeight": 776, + "viewportWidth": 411, + "weight": 0.00020228973191819576, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 738, - "viewportWidth": 430, - "weight": 0.00030467504476923554, - "deviceCategory": "mobile" + "viewportHeight": 795, + "viewportWidth": 1512, + "weight": 0.00020216622829778263, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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.0003042964527846548, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 784, + "viewportWidth": 411, + "weight": 0.0002021526059623443, "deviceCategory": "mobile" }, { @@ -16124,113 +16054,39 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2424.1796 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 813, - "viewportWidth": 1440, - "weight": 0.0003042204388277718, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0002020589577211116, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.00030412498741120187, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00030403143413302116, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 812, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 375, - "weight": 0.00030388441363153124, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1078, - "viewportWidth": 1912, - "weight": 0.0003038557637294329, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 795, - "screenWidth": 1272, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 639, - "viewportWidth": 1164, - "weight": 0.0003032825711316601, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0003031280539297554, + "viewportHeight": 752, + "viewportWidth": 411, + "weight": 0.00020204389862640986, "deviceCategory": "mobile" }, { @@ -16240,16 +16096,16 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "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.3896.1030 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7060.1356 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00030291290280466096, + "weight": 0.0002019712151140061, "deviceCategory": "mobile" }, { @@ -16257,13 +16113,13 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, - "viewportWidth": 390, - "weight": 0.0003027813249004254, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00020180068185857869, "deviceCategory": "mobile" }, { @@ -16271,27 +16127,27 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, - "viewportWidth": 393, - "weight": 0.00030246496293226855, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0002016817356179011, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 544, - "viewportWidth": 375, - "weight": 0.000302365109036493, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0002015786420692604, "deviceCategory": "mobile" }, { @@ -16299,13 +16155,13 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 654, - "viewportWidth": 390, - "weight": 0.0003020160126226269, + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00020143472179259792, "deviceCategory": "mobile" }, { @@ -16313,29 +16169,55 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 519, - "viewportWidth": 320, - "weight": 0.000301526349891939, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00020133899585057018, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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.0003012930842984298, + "connection": { + "downlink": 1.6, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 200, + "type": "wifi" + }, + "language": "en-NZ", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00020131569249882793, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1073, + "viewportWidth": 1710, + "weight": 0.00020129062511179492, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", @@ -16343,11 +16225,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.000301232325809322, + "weight": 0.0002012720233780382, "deviceCategory": "mobile" }, { @@ -16355,13 +16237,13 @@ "language": "en-US", "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", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/404.0.856692123 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00030121351152441, + "viewportHeight": 768, + "viewportWidth": 375, + "weight": 0.00020125278458942285, "deviceCategory": "mobile" }, { @@ -16369,60 +16251,46 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8487.1780 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 738, - "viewportWidth": 1536, - "weight": 0.0003012071766712863, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 896, - "screenWidth": 414, - "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": 719, - "viewportWidth": 414, - "weight": 0.00030117174386100695, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020124776185229592, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-AU", + "platform": "MacIntel", "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", + "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.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0003010752906202835, - "deviceCategory": "mobile" + "viewportHeight": 917, + "viewportWidth": 1366, + "weight": 0.00020118628991094232, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 632, - "viewportWidth": 375, - "weight": 0.00030067380456872143, + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00020116202485956784, "deviceCategory": "mobile" }, { @@ -16430,28 +16298,33 @@ "language": "en-US", "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.3.1 Safari/605.1.15", + "screenHeight": 1080, + "screenWidth": 810, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 820, - "viewportWidth": 1440, - "weight": 0.0003005502225499597, + "viewportHeight": 682, + "viewportWidth": 1080, + "weight": 0.00020109936230456132, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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) GSA/317.0.634488990 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 531, - "viewportWidth": 375, - "weight": 0.0003004162453207136, - "deviceCategory": "mobile" + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.0002010019377185171, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -16463,29 +16336,48 @@ "type": "wifi" }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 965, + "screenWidth": 434, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 875, + "viewportWidth": 433, + "weight": 0.00020095827391999695, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.55, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 730, - "screenWidth": 1300, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1920, + "screenWidth": 1080, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 561, - "viewportWidth": 1300, - "weight": 0.0003003012909315196, + "viewportHeight": 888, + "viewportWidth": 1064, + "weight": 0.00020084398830514034, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00030009139712923634, + "viewportHeight": 744, + "viewportWidth": 430, + "weight": 0.00020077450124791614, "deviceCategory": "mobile" }, { @@ -16493,41 +16385,46 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 660, - "viewportWidth": 393, - "weight": 0.00029971873899849215, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00020074778179347315, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 664, - "viewportWidth": 390, - "weight": 0.00029966307936033046, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00020071603720324757, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00029964086202328565, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00020055788786311446, "deviceCategory": "mobile" }, { @@ -16535,213 +16432,202 @@ "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00029934847952482383, + "weight": 0.00020047242291567016, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "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": 516, - "viewportWidth": 1015, - "weight": 0.0002989414825199411, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.5, + "downlink": 9.1, "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "screenHeight": 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.5066.1080 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3606.1181 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00029869398662864277, + "weight": 0.0002004371610629015, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00020041310340688864, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1510, + "screenWidth": 1218, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 701, - "viewportWidth": 384, - "weight": 0.0002986655925764802, - "deviceCategory": "mobile" + "viewportHeight": 1386, + "viewportWidth": 1218, + "weight": 0.00020014482078286783, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.5349.1604 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 384, - "weight": 0.00029859830371450994, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020014073351618919, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0002984791386143055, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1833.1393 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00020012549823302946, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 1107, + "screenWidth": 1710, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 653, - "viewportWidth": 390, - "weight": 0.00029836314189552794, - "deviceCategory": "mobile" + "viewportHeight": 927, + "viewportWidth": 1682, + "weight": 0.0001999861719879912, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 718, - "viewportWidth": 414, - "weight": 0.0002982050600562014, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00019984008759642264, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "de-DE", - "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 929, - "screenWidth": 1923, - "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": 927, - "viewportWidth": 1920, - "weight": 0.0002978412713255336, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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": 545, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7313.1121 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00029760341876703257, + "weight": 0.0001997831096662776, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 704, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.5714.1076 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 625, - "viewportWidth": 320, - "weight": 0.0002975826328160809, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019978041979019175, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 666, + "viewportHeight": 626, "viewportWidth": 393, - "weight": 0.000296731074549906, + "weight": 0.00019970518643319419, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "oscpu": "Linux x86_64", - "platform": "Linux x86_64", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1100, - "screenWidth": 1760, - "userAgent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 900, - "viewportWidth": 1760, - "weight": 0.00029667826210763495, + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00019967193624860884, "deviceCategory": "desktop" }, { @@ -16749,13 +16635,13 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 896, - "screenWidth": 414, - "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.0002963763385091759, + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00019966336046560386, "deviceCategory": "mobile" }, { @@ -16763,55 +16649,32 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/405.0.859829126 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 666, - "viewportWidth": 393, - "weight": 0.0002955755546340984, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 656, - "viewportWidth": 393, - "weight": 0.0002954712137294428, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00029546781436574866, + "weight": 0.00019960703144091498, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00029527523732403185, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7190.1224 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019956418677594264, "deviceCategory": "mobile" }, { @@ -16823,30 +16686,16 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "fr-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 786, - "viewportWidth": 412, - "weight": 0.0002950934613248459, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "es-MX", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.0002948238681573229, + "viewportHeight": 693, + "viewportWidth": 360, + "weight": 0.00019954655970104006, "deviceCategory": "mobile" }, { @@ -16854,13 +16703,13 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.000294800176583309, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.0001994567170684346, "deviceCategory": "mobile" }, { @@ -16868,86 +16717,75 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 150 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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", + "screenHeight": 2160, + "screenWidth": 3840, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00029470263183937274, + "viewportHeight": 2019, + "viewportWidth": 1905, + "weight": 0.00019926824127122658, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.0002944916368794005, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 2.25, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.9247.1134 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 724, - "viewportWidth": 384, - "weight": 0.0002944438165879845, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019913745568399705, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00029440408859387015, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5664.1144 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019901688803702967, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "screenHeight": 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.3889.1091 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6629.1830 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0002942374750965695, + "weight": 0.00019900807837504718, "deviceCategory": "mobile" }, { @@ -16955,27 +16793,32 @@ "language": "en-US", "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) Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 692, - "viewportWidth": 414, - "weight": 0.0002940450122645599, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00019900316127615753, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "screenHeight": 812, "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 610, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3929.1025 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00029399442766946625, + "weight": 0.00019895198533209814, "deviceCategory": "mobile" }, { @@ -16983,28 +16826,52 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0002939731712132866, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00019894613774540338, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 7.05, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "de-DE", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 953, + "viewportWidth": 1920, + "weight": 0.00019892776249853705, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.65, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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.0002938294319942868, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 668, + "viewportWidth": 1227, + "weight": 0.00019881141498584882, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -17013,84 +16880,117 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1389, + "screenWidth": 1365, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.000293733778854568, + "viewportHeight": 1263, + "viewportWidth": 1365, + "weight": 0.0001988079453335647, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 5.25, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1364, + "screenWidth": 1305, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.0002935344076616888, + "viewportHeight": 1243, + "viewportWidth": 1305, + "weight": 0.00019880110573977026, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 715, - "viewportWidth": 430, - "weight": 0.0002935333133716068, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7968.1159 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019879174392144344, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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.00029335582498496524, + "connection": { + "downlink": 2.5, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "es-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00019879049661068068, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.35, + "downlink": 1.5, "effectiveType": "4g", - "rtt": 150 + "rtt": 100 }, - "language": "es-VE", - "platform": "Win32", + "language": "en-GB", + "platform": "MacIntel", "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 OPR/109.0.0.0", + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1008, - "viewportWidth": 1879, - "weight": 0.000293154630185587, + "viewportHeight": 857, + "viewportWidth": 1512, + "weight": 0.0001986981803910299, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.1, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 831, + "screenWidth": 377, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 753, + "viewportWidth": 376, + "weight": 0.00019854404933326343, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", @@ -17098,144 +16998,183 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, + "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.00029315142275498, + "weight": 0.00019846449859886185, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "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.00029307452630806293, + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6802.1504 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019845119947052974, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.0002927108238581071, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00019843681190171203, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "screenHeight": 812, "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/303.0.605094169 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 618, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4466.1554 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00029250700492618973, + "weight": 0.00019840112259595478, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0002924635092179335, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7715.1620 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001983532299254839, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 5.45, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, "language": "en-US", - "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.0002921251157768484, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 768, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 640, + "viewportWidth": 384, + "weight": 0.0001983174328319629, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 657, - "viewportWidth": 393, - "weight": 0.00029139585438555754, - "deviceCategory": "mobile" + "screenHeight": 1067, + "screenWidth": 1707, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 898, + "viewportWidth": 1707, + "weight": 0.00019825402420520425, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 50, + "type": "wifi" }, - "language": "en-CA", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 735, - "screenWidth": 339, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/24.0 Chrome/117.0.0.0 Safari/537.36", + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1632, - "viewportWidth": 980, - "weight": 0.000290953511387187, - "deviceCategory": "desktop" + "viewportHeight": 764, + "viewportWidth": 411, + "weight": 0.0001982524974594918, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 6.3, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 709, - "viewportWidth": 414, - "weight": 0.000290824253937975, - "deviceCategory": "mobile" + "screenHeight": 852, + "screenWidth": 1517, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 717, + "viewportWidth": 1517, + "weight": 0.00019782318212756384, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0002906238231651585, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00019777305631654056, "deviceCategory": "mobile" }, { @@ -17246,15 +17185,15 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.00029058701877266254, + "viewportHeight": 722, + "viewportWidth": 1410, + "weight": 0.00019775378836515682, "deviceCategory": "desktop" }, { @@ -17262,54 +17201,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7785.1797 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 921, - "viewportWidth": 1581, - "weight": 0.0002904843146043309, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1440, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 747, - "viewportWidth": 1440, - "weight": 0.0002904724555993731, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001976408803576258, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 250, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.9011.1567 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 750, - "viewportWidth": 412, - "weight": 0.00029034094942014546, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001973165844749204, "deviceCategory": "mobile" }, { @@ -17317,177 +17239,112 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0002903357900652742, + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00019727531775969227, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 855, - "viewportWidth": 1920, - "weight": 0.00029010154401478626, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "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": 919, - "viewportWidth": 1920, - "weight": 0.0002897135161721409, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 721, - "viewportWidth": 428, - "weight": 0.0002896905199337419, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00019724275380151202, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 655, - "viewportWidth": 393, - "weight": 0.00028960866455047076, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.0001971754829556736, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 833, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8468.1553 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 702, - "viewportWidth": 384, - "weight": 0.0002891907953233527, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00019690453681966015, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 6.05, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 100 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 877, - "screenWidth": 412, - "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": 750, - "viewportWidth": 412, - "weight": 0.00028907161161470534, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00028859308209387615, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 637, - "viewportWidth": 393, - "weight": 0.00028842818172818786, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 914, + "viewportWidth": 1912, + "weight": 0.0001968081575463894, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-CA", + "platform": "Linux x86_64", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.00028838900100990397, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 993, + "viewportWidth": 1920, + "weight": 0.00019677259643229, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, + "viewportHeight": 781, "viewportWidth": 428, - "weight": 0.0002882122064511195, + "weight": 0.00019670454756002422, "deviceCategory": "mobile" }, { @@ -17497,11 +17354,11 @@ "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", + "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": 661, + "viewportHeight": 658, "viewportWidth": 390, - "weight": 0.0002881011732872592, + "weight": 0.00019670079561661928, "deviceCategory": "mobile" }, { @@ -17509,140 +17366,127 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00028794038613739955, + "viewportHeight": 697, + "viewportWidth": 390, + "weight": 0.0001966867554734569, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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/48.0.2564.109 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 418, - "viewportWidth": 359, - "weight": 0.0002878341379793973, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7469.1660 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 754, - "viewportWidth": 1314, - "weight": 0.000286932724064791, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019667911721160807, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 634, - "viewportWidth": 375, - "weight": 0.00028658664655984426, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0001966789247434315, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0002865133021522548, + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00019667284995474748, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 702, - "viewportWidth": 1440, - "weight": 0.0002864795585142264, - "deviceCategory": "desktop" + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00019651414265037291, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", + "oscpu": "Intel Mac OS X 10.15", "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": 740, - "viewportWidth": 760, - "weight": 0.00028644754357433523, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1331, + "viewportWidth": 1280, + "weight": 0.00019637400425214025, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 7.55, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36 OPR/110.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4710.1607 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 792, - "viewportWidth": 1386, - "weight": 0.00028618559526058876, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019634047617485696, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-CA", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1364, + "screenWidth": 1249, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1074, - "viewportWidth": 2195, - "weight": 0.0002856080728843368, + "viewportHeight": 1243, + "viewportWidth": 1249, + "weight": 0.00019630176744751295, "deviceCategory": "desktop" }, { @@ -17650,47 +17494,19 @@ "language": "en-US", "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) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 716, - "viewportWidth": 414, - "weight": 0.0002856070914412316, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00028542413670394547, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.0002853970415842607, + "viewportHeight": 630, + "viewportWidth": 375, + "weight": 0.00019629784037194153, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.95, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, @@ -17701,39 +17517,25 @@ "pluginsLength": 0, "screenHeight": 892, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 760, - "viewportWidth": 412, - "weight": 0.00028537659675715113, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 767, - "viewportWidth": 430, - "weight": 0.00028525722687629734, + "viewportHeight": 781, + "viewportWidth": 411, + "weight": 0.00019612933218152162, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "es-419", + "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 656, - "viewportWidth": 393, - "weight": 0.0002851269255022059, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00019610843261797144, "deviceCategory": "mobile" }, { @@ -17744,57 +17546,53 @@ "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3350.1625 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 886, - "viewportWidth": 1918, - "weight": 0.00028502422359834946, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019609514289667995, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1402, + "screenWidth": 1214, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 759, - "viewportWidth": 412, - "weight": 0.0002847846855830751, - "deviceCategory": "mobile" + "viewportHeight": 1282, + "viewportWidth": 1214, + "weight": 0.00019607140669915187, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.2571.1507 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 770, - "viewportWidth": 412, - "weight": 0.00028461518710950524, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019604552413844282, "deviceCategory": "mobile" }, { @@ -17802,46 +17600,48 @@ "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.0002845397696299821, + "viewportHeight": 665, + "viewportWidth": 375, + "weight": 0.00019600379187361048, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0 + "rtt": 0, + "type": "cellular" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 632, - "viewportWidth": 1280, - "weight": 0.0002845199292117569, - "deviceCategory": "desktop" + "viewportHeight": 681, + "viewportWidth": 384, + "weight": 0.0001959721107365424, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0002843386463492377, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00019595865842647787, "deviceCategory": "mobile" }, { @@ -17851,11 +17651,11 @@ "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/318.0.636615128 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, + "viewportHeight": 797, "viewportWidth": 390, - "weight": 0.0002842567644545288, + "weight": 0.0001957807763552081, "deviceCategory": "mobile" }, { @@ -17865,39 +17665,44 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, + "viewportHeight": 720, "viewportWidth": 428, - "weight": 0.0002842455737505583, + "weight": 0.00019570185014896653, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 661, - "viewportWidth": 393, - "weight": 0.00028415019360090483, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1857.1274 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001955742516502464, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00028396584876820395, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00019541532486797838, "deviceCategory": "mobile" }, { @@ -17905,224 +17710,186 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8353.1641 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 936, - "viewportWidth": 1672, - "weight": 0.000283930144494111, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 738, - "viewportWidth": 430, - "weight": 0.00028377393385619894, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001952730579755168, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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": 516, - "viewportWidth": 320, - "weight": 0.0002837381391993115, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7071.1169 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019519566264008823, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 896, - "screenWidth": 414, - "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": 715, - "viewportWidth": 414, - "weight": 0.00028363496632308096, + "screenHeight": 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.7816.1245 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019516121921405748, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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": 705, - "viewportWidth": 414, - "weight": 0.0002831670286851314, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.0002826417822642839, - "deviceCategory": "mobile" + "screenHeight": 1508, + "screenWidth": 1325, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1380, + "viewportWidth": 1325, + "weight": 0.00019508988313424075, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.35, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1436, + "screenWidth": 1256, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.0002825904228277133, + "viewportHeight": 1316, + "viewportWidth": 1256, + "weight": 0.0001950829873539762, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 655, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00028243274222056636, + "weight": 0.0001949305897895753, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.6, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 780, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 642, - "viewportWidth": 360, - "weight": 0.0002823308760797027, - "deviceCategory": "mobile" + "viewportHeight": 831, + "viewportWidth": 1470, + "weight": 0.0001946721010148754, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0002823183871161921, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1402.1633 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019462538765449013, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.45, - "downlinkMax": null, - "effectiveType": "3g", - "rtt": 650, + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, + "screenHeight": 915, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 760, - "viewportWidth": 412, - "weight": 0.0002822535436179888, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0002820825688341661, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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.0002819588857026425, + "viewportHeight": 758, + "viewportWidth": 411, + "weight": 0.00019459501886461957, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1427, + "screenWidth": 1373, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 708, - "viewportWidth": 1528, - "weight": 0.00028188860632316403, + "viewportHeight": 1298, + "viewportWidth": 1373, + "weight": 0.00019455425093601624, "deviceCategory": "desktop" }, { @@ -18130,197 +17897,173 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9090.1897 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 931, - "viewportWidth": 1920, - "weight": 0.0002817953759857029, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019443522732931923, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", + "oscpu": "Intel Mac OS X 10.15", "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 1335, - "viewportWidth": 3440, - "weight": 0.0002817605553826487, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 1279, - "viewportWidth": 2560, - "weight": 0.00028143255878745785, + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 737, + "viewportWidth": 1470, + "weight": 0.00019443180540635552, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", "platform": "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": 911, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 947, "viewportWidth": 1920, - "weight": 0.00028126111250361806, + "weight": 0.0001943581720495289, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.00028120062922557725, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.0002806136140835551, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0001942431178768602, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00028048621532094064, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1934.1079 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019423143225148282, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1728, - "screenWidth": 3072, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 922, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1559, - "viewportWidth": 3072, - "weight": 0.0002804784102591099, - "deviceCategory": "desktop" + "viewportHeight": 792, + "viewportWidth": 411, + "weight": 0.00019422411921556621, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0002799714742627, + "weight": 0.00019412805604998064, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.0002799610221535024, - "deviceCategory": "mobile" + "screenHeight": 1338, + "screenWidth": 1266, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1217, + "viewportWidth": 1266, + "weight": 0.000194119618381884, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1785.1527 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 795, - "viewportWidth": 1680, - "weight": 0.00027995921998758694, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019411291726822644, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1152, - "screenWidth": 2752, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + "screenHeight": 1483, + "screenWidth": 1253, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 983, - "viewportWidth": 1375, - "weight": 0.00027987142185510435, + "viewportHeight": 1358, + "viewportWidth": 1253, + "weight": 0.00019409212258414543, "deviceCategory": "desktop" }, { @@ -18332,35 +18075,52 @@ }, "language": "en-US", "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4272.1013 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019405601738942254, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36", + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 966, - "viewportWidth": 1848, - "weight": 0.00027984888315404373, + "viewportHeight": 826, + "viewportWidth": 1536, + "weight": 0.0001940468010849262, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.6009.1436 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 838, - "viewportWidth": 412, - "weight": 0.0002796818061981517, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001939835982216429, "deviceCategory": "mobile" }, { @@ -18368,34 +18128,27 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 660, - "viewportWidth": 390, - "weight": 0.00027936343765285924, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00019398296564119487, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "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": 783, - "viewportWidth": 412, - "weight": 0.00027934620398123254, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00019382140933216967, "deviceCategory": "mobile" }, { @@ -18405,11 +18158,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 645, "viewportWidth": 390, - "weight": 0.00027931901573486327, + "weight": 0.00019380096077542734, "deviceCategory": "mobile" }, { @@ -18417,74 +18170,70 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 848, - "screenWidth": 1312, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + "screenHeight": 912, + "screenWidth": 1368, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 1312, - "weight": 0.000279223999728815, + "viewportHeight": 777, + "viewportWidth": 1368, + "weight": 0.00019377245309188081, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "screenHeight": 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.5153.1449 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 645, - "viewportWidth": 360, - "weight": 0.0002790687274868577, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019348661934169518, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "it-IT", "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", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00027900030229630453, + "viewportHeight": 606, + "viewportWidth": 375, + "weight": 0.0001934496775892195, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.3728.1730 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 789, - "viewportWidth": 412, - "weight": 0.0002787448950498371, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019333423343322937, "deviceCategory": "mobile" }, { @@ -18499,73 +18248,47 @@ "pluginsLength": 5, "screenHeight": 864, "screenWidth": 1536, - "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 710, + "viewportHeight": 730, "viewportWidth": 1536, - "weight": 0.00027829811825709917, + "weight": 0.00019330095562177676, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "es-419", - "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": 739, - "viewportWidth": 430, - "weight": 0.00027798820218678653, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.0002778978309668118, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 634, - "viewportWidth": 375, - "weight": 0.0002777855223038478, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00019318051308582553, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", + "platform": "Linux armv81", "pluginsLength": 0, - "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", + "screenHeight": 960, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 957, - "viewportWidth": 1920, - "weight": 0.0002775868721549604, - "deviceCategory": "desktop" + "viewportHeight": 839, + "viewportWidth": 432, + "weight": 0.00019314344827068268, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -18573,150 +18296,128 @@ "downlink": 10, "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, + "rtt": 100, "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 998, - "screenWidth": 448, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 868, - "viewportWidth": 448, - "weight": 0.0002774270221306839, + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00019307689481240915, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.8136.1489 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 726, - "viewportWidth": 384, - "weight": 0.00027736051915532955, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001930709003302346, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 1.3, + "effectiveType": "3g", + "rtt": 400 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 653, - "viewportWidth": 390, - "weight": 0.0002773093253307093, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "language": "en-US", - "platform": "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 768, - "viewportWidth": 1366, - "weight": 0.0002770910598026578, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00019302027403492143, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-CA", - "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.0002770672116604775, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 733, - "viewportWidth": 430, - "weight": 0.00027702725655898353, + "viewportHeight": 692, + "viewportWidth": 393, + "weight": 0.0001929982383488061, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 743, - "viewportWidth": 428, - "weight": 0.00027688044992522795, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1171.1262 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019251272120979888, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00027668394467228447, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9914.1923 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000192295590488716, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "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.8460.1636 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 671, - "viewportWidth": 360, - "weight": 0.00027655167055141695, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001918335162523583, "deviceCategory": "mobile" }, { @@ -18724,32 +18425,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "cs-CZ", - "platform": "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.00027650729811631733, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 633, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1672.1759 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0002764179322842422, + "weight": 0.00019164922522618404, "deviceCategory": "mobile" }, { @@ -18764,58 +18451,65 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.0002761188252435373, + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00019162019747607514, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "MacIntel", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "platform": "Win32", "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 1024, - "weight": 0.0002760043294690663, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 910, + "viewportWidth": 1258, + "weight": 0.00019143129515667782, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0 + "rtt": 50, + "type": "wifi" }, - "language": "en-CA", - "platform": "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", + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 965, + "screenWidth": 434, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00027597957354654303, - "deviceCategory": "desktop" + "viewportHeight": 814, + "viewportWidth": 433, + "weight": 0.00019131863822663785, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0002755523675047889, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00019131046624427635, "deviceCategory": "mobile" }, { @@ -18823,13 +18517,32 @@ "language": "en-US", "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", + "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": 663, + "viewportHeight": 660, "viewportWidth": 393, - "weight": 0.00027552314075582525, + "weight": 0.00019129645415491895, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7136.1341 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019127082963245088, "deviceCategory": "mobile" }, { @@ -18837,32 +18550,51 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.0001911910310562881, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 635, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5602.1842 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00027548425422609725, + "weight": 0.00019110941066801255, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.6, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-GB", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 800, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1522, + "screenWidth": 1245, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 686, - "viewportWidth": 1272, - "weight": 0.0002752067227434579, + "viewportHeight": 1393, + "viewportWidth": 1245, + "weight": 0.0001908479543870474, "deviceCategory": "desktop" }, { @@ -18877,39 +18609,51 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.0002750320762915398, + "weight": 0.00019081251409986845, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 896, - "screenWidth": 414, - "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": 715, - "viewportWidth": 414, - "weight": 0.0002748425608979284, - "deviceCategory": "mobile" + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00019074200657809902, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.0002745383626518005, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 777, + "viewportWidth": 411, + "weight": 0.00019065516255782478, "deviceCategory": "mobile" }, { @@ -18917,32 +18661,51 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1444, + "screenWidth": 1252, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1271, - "viewportWidth": 2560, - "weight": 0.0002740485013623494, + "viewportHeight": 1319, + "viewportWidth": 1252, + "weight": 0.00019061902452259484, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) FxiOS/126.2 Mobile/15E148 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 724, - "viewportWidth": 428, - "weight": 0.00027385029802799455, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2095.1298 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019052494195847814, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 586, + "viewportWidth": 360, + "weight": 0.00019052217632546352, "deviceCategory": "mobile" }, { @@ -18950,70 +18713,143 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0002737914422190123, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00019049672219794347, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPad", + "platform": "Linux x86_64", "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.00027363521043629967, - "deviceCategory": "tablet" + "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.3189.1675 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019040404332381576, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, "language": "en-US", - "oscpu": "Linux armv81", "platform": "Linux armv81", - "pluginsLength": 5, - "screenHeight": 920, - "screenWidth": 414, - "userAgent": "Mozilla/5.0 (Android 14; Mobile; rv:126.0) Gecko/126.0 Firefox/126.0", - "vendor": "", - "viewportHeight": 451, - "viewportWidth": 414, - "weight": 0.00027358315347126205, + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 777, + "viewportWidth": 411, + "weight": 0.00019038313295114377, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 934, + "viewportWidth": 1920, + "weight": 0.0001903695235505078, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1506, + "screenWidth": 1207, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1380, + "viewportWidth": 1207, + "weight": 0.0001903569182353127, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.0002734796505841908, + "weight": 0.0001903122402763293, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.4.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 698, - "viewportWidth": 1024, - "weight": 0.00027343284333298276, + "screenHeight": 1522, + "screenWidth": 1385, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1400, + "viewportWidth": 1385, + "weight": 0.00019027297715384407, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1498, + "screenWidth": 1373, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1368, + "viewportWidth": 1373, + "weight": 0.00019024515693695854, "deviceCategory": "desktop" }, { @@ -19023,25 +18859,25 @@ "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", + "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": 776, + "viewportHeight": 739, "viewportWidth": 430, - "weight": 0.0002732022200425173, + "weight": 0.00019018818226623456, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0002730396331832529, + "viewportHeight": 284, + "viewportWidth": 750, + "weight": 0.00019007132204904316, "deviceCategory": "mobile" }, { @@ -19052,55 +18888,67 @@ "rtt": 0 }, "language": "en-US", - "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/123.0.0.0 Safari/537.36 OPR/109.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5677.1552 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 918, - "viewportWidth": 1559, - "weight": 0.000272861380879302, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00019005223766731862, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.7 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 917, + "viewportWidth": 1366, + "weight": 0.00018972043327916913, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 1.6, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 150 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 846, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 412, - "weight": 0.00027284346950609437, - "deviceCategory": "mobile" + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000189699163334213, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.55, - "effectiveType": "3g", - "rtt": 650 + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0002728323204913735, + "viewportHeight": 937, + "viewportWidth": 1349, + "weight": 0.00018957504512051948, "deviceCategory": "desktop" }, { @@ -19108,19 +18956,19 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6395.1247 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 963, - "viewportWidth": 1680, - "weight": 0.00027281898263158995, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018947685629798106, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -19129,119 +18977,101 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0002726635801777332, + "weight": 0.00018947289955920422, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", "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/112.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3176.1356 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 720, - "viewportWidth": 1280, - "weight": 0.0002723290509856697, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00018930008405176486, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 1280, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Lanai)", "vendor": "Google Inc.", - "viewportHeight": 783, - "viewportWidth": 412, - "weight": 0.00027223463472675813, - "deviceCategory": "mobile" + "viewportHeight": 1280, + "viewportWidth": 1280, + "weight": 0.00018927958784258883, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6286.1302 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.0002717511742864655, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00027167874131618636, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018926399165762747, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.8, - "downlinkMax": 100, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 200, - "type": "cellular" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 837, - "screenWidth": 377, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1365, + "screenWidth": 1255, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 725, - "viewportWidth": 377, - "weight": 0.0002715858980857081, - "deviceCategory": "mobile" + "viewportHeight": 1245, + "viewportWidth": 1255, + "weight": 0.00018923260714010377, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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 OPT/4.7.0", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 671, - "viewportWidth": 390, - "weight": 0.0002714846058335177, + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.0001892125753318312, "deviceCategory": "mobile" }, { @@ -19254,183 +19084,193 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 1312, - "viewportWidth": 1291, - "weight": 0.00027147657811152007, + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.0001892033906433965, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 100 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 784, - "viewportWidth": 412, - "weight": 0.0002714762594533187, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00018917154680760844, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0002713751844678387, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6759.1398 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018912294669189787, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1793.1977 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1154, - "viewportWidth": 2294, - "weight": 0.00027132356101567447, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018906745138489505, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 641, - "viewportWidth": 1366, - "weight": 0.00027120278044051545, + "viewportHeight": 1024, + "viewportWidth": 1280, + "weight": 0.0001890500785673779, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 998, - "screenWidth": 448, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.9908.1507 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 868, - "viewportWidth": 448, - "weight": 0.00027082628525226186, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018878381478662861, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 710, - "viewportWidth": 1516, - "weight": 0.00027044360785257257, - "deviceCategory": "desktop" + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 634, + "viewportWidth": 375, + "weight": 0.0001887416867537352, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, + "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": 659, - "viewportWidth": 393, - "weight": 0.00027023477833334195, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00018860721067943064, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.6, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 100, + "type": "cellular" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 820, + "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 686, + "viewportHeight": 645, "viewportWidth": 360, - "weight": 0.000270212428854584, + "weight": 0.00018857893359136883, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 5.4, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 701, + "viewportWidth": 384, + "weight": 0.00018854407392314778, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "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": 919, - "viewportWidth": 1920, - "weight": 0.00027013030473321657, - "deviceCategory": "desktop" + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00018852540588487054, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -19442,13 +19282,13 @@ "language": "en-US", "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/124.0.0.0 Safari/537.36 Edg/124.0.0.0", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 1052, - "viewportWidth": 1872, - "weight": 0.00027003662775071136, + "viewportHeight": 1105, + "viewportWidth": 2052, + "weight": 0.00018847932836258118, "deviceCategory": "desktop" }, { @@ -19459,29 +19299,15 @@ "rtt": 0 }, "language": "en-US", - "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/104.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.00026972471134905805, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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) CriOS/80.0.3987.95 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 630, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7216.1977 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00026972188780801954, + "weight": 0.0001882982434126436, "deviceCategory": "mobile" }, { @@ -19489,19 +19315,38 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 634, - "viewportWidth": 375, - "weight": 0.0002697073266181922, + "viewportHeight": 739, + "viewportWidth": 393, + "weight": 0.00018794840827652157, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 600, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7149.1459 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00018778258090350084, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.6, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, @@ -19510,13 +19355,13 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, + "screenHeight": 960, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 767, - "viewportWidth": 412, - "weight": 0.00026951397860263207, + "viewportHeight": 814, + "viewportWidth": 411, + "weight": 0.000187728799210297, "deviceCategory": "mobile" }, { @@ -19524,63 +19369,85 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00026939189172665845, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0001875878580077178, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8848.1625 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018754449382168455, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0002689648187629791, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00018735238676579512, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.45, - "downlinkMax": null, - "effectiveType": "3g", - "rtt": 550, - "type": "cellular" + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 788, - "screenWidth": 354, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.9258.1177 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 640, - "viewportWidth": 354, - "weight": 0.0002689507960226767, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018732981435883855, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 739, - "viewportWidth": 430, - "weight": 0.00026878481953685943, - "deviceCategory": "mobile" + "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.0001872950334822568, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -19589,11 +19456,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 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.00026873857543697273, + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.0001872366772938867, "deviceCategory": "mobile" }, { @@ -19601,153 +19468,110 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8877.1761 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 716, - "viewportWidth": 1488, - "weight": 0.00026868051417709796, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001872354643976099, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8248.1946 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00026861271221223325, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018717343098393355, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "platform": "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": 945, - "viewportWidth": 1920, - "weight": 0.0002685426845039088, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.35, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-GB", - "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/125.0.0.0 Safari/537.36", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 793, - "viewportWidth": 1512, - "weight": 0.0002685011834100174, + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.0001870010006567223, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "downlink": 1.25, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 300, + "type": "cellular" }, - "language": "en-GB", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 780, + "screenHeight": 840, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 738, + "viewportHeight": 697, "viewportWidth": 360, - "weight": 0.00026808101916231907, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-GB", - "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.0002678616255590899, + "weight": 0.00018700014605919682, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 659, - "viewportWidth": 390, - "weight": 0.00026780094331011, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5395.1308 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018692842478138373, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 6.1; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 624, - "viewportWidth": 1366, - "weight": 0.00026753144329091916, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.00026710081309941434, + "viewportHeight": 836, + "viewportWidth": 440, + "weight": 0.00018691407806181016, "deviceCategory": "mobile" }, { @@ -19755,118 +19579,138 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 879, - "viewportWidth": 428, - "weight": 0.0002668554092397156, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00018676976790691854, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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": 545, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4307.1952 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0002667783725422614, + "weight": 0.0001866941986319616, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 657, - "viewportWidth": 393, - "weight": 0.0002667017077432488, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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": 547, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9863.1120 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0002665455232114678, + "weight": 0.0001864372024163137, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-GB", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 390, - "weight": 0.0002663867905379718, + "connection": { + "downlink": 9.75, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00018642759417974498, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00026633819841844527, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1087.1501 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018628687593356168, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 736, - "screenWidth": 414, - "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", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_12 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/20H364 Twitter for iPhone/11.62", "vendor": "Apple Computer, Inc.", - "viewportHeight": 716, - "viewportWidth": 414, - "weight": 0.00026631039311624655, + "viewportHeight": 575, + "viewportWidth": 375, + "weight": 0.00018625987409920665, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.2, - "downlinkMax": null, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 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.7017.1191 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 663, - "viewportWidth": 360, - "weight": 0.00026621291219114596, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018612675179596825, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "hr-HR", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00018609693886328265, "deviceCategory": "mobile" }, { @@ -19874,115 +19718,115 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1386, + "screenWidth": 1326, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00026619088398142693, + "viewportHeight": 1256, + "viewportWidth": 1326, + "weight": 0.0001859677170350906, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 150, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "screenHeight": 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.2121.1774 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 645, - "viewportWidth": 360, - "weight": 0.0002661478725826968, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018594980502596273, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "es-MX", + "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00026577175133702026, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00018589979611182965, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 713, - "viewportWidth": 1180, - "weight": 0.0002655491463901954, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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": 648, - "viewportWidth": 393, - "weight": 0.0002653329351700564, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00018573431900763463, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 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": 727, - "viewportWidth": 430, - "weight": 0.00026524591466117156, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.0001857128485295991, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.05, + "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 669, - "viewportWidth": 1376, - "weight": 0.00026476959344163176, - "deviceCategory": "desktop" + "viewportHeight": 786, + "viewportWidth": 411, + "weight": 0.0001856153977393393, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -19991,233 +19835,260 @@ "effectiveType": "4g", "rtt": 100 }, - "language": "en-US", - "platform": "MacIntel", + "language": "en-NZ", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 934, - "viewportWidth": 1048, - "weight": 0.00026473253808312905, + "viewportHeight": 644, + "viewportWidth": 1272, + "weight": 0.00018555575576615743, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-CA", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "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": 746, - "viewportWidth": 428, - "weight": 0.0002644483602242963, - "deviceCategory": "mobile" + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 571, + "viewportWidth": 1344, + "weight": 0.00018554870842300603, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0002643792419834409, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6860.1825 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00018551319463897507, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 786, - "viewportWidth": 412, - "weight": 0.00026434285590982304, - "deviceCategory": "mobile" + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00018543011806745562, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 812, "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 553, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8066.1953 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00026415152049405005, + "weight": 0.00018542520820974013, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 4.7, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 720, - "viewportWidth": 412, - "weight": 0.0002641409571442479, - "deviceCategory": "mobile" + "viewportHeight": 944, + "viewportWidth": 1278, + "weight": 0.00018542312843035575, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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.5 Safari/605.1.15 Ddg/17.5", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 1214, - "viewportWidth": 1905, - "weight": 0.0002640966395290714, - "deviceCategory": "desktop" + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00018540577109037545, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 5, + "pluginsLength": 6, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 659, "viewportWidth": 390, - "weight": 0.00026397805606519166, + "weight": 0.0001853426254477444, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.00026370843897310155, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00018533603131954884, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00026369423501529306, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4341.1268 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018528912195895934, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-GB", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "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": 660, - "viewportWidth": 393, - "weight": 0.00026368965714162405, - "deviceCategory": "mobile" + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 826, + "viewportWidth": 1536, + "weight": 0.00018522496795214734, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 718, - "viewportWidth": 414, - "weight": 0.00026349712826724704, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00018519601332742442, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 250 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 718, - "viewportWidth": 430, - "weight": 0.0002633270462947551, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001851174256708143, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 723, - "viewportWidth": 430, - "weight": 0.0002632468367529843, + "viewportHeight": 664, + "viewportWidth": 375, + "weight": 0.00018502265743275406, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.7, - "downlinkMax": 100, + "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 150, + "type": "wifi" }, - "language": "fr-CA", + "language": "en-US", "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", + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 643, - "viewportWidth": 360, - "weight": 0.00026293717617396423, + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.00018500111015982312, "deviceCategory": "mobile" }, { @@ -20225,79 +20096,91 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 943, - "screenWidth": 1676, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6649.1615 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 749, - "viewportWidth": 1676, - "weight": 0.000262876744206047, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018482189712930243, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1 Ddg/26.2", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, - "viewportWidth": 375, - "weight": 0.00026265306456697656, + "viewportHeight": 666, + "viewportWidth": 402, + "weight": 0.00018463695802068816, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "MacIntel", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "screenHeight": 812, "screenWidth": 375, - "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": 623, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6848.1196 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00026261184256437997, - "deviceCategory": "desktop" + "weight": 0.0001845501476751244, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "zh-TW", + "platform": "MacIntel", "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) GSA/317.0.634488990 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 639, - "viewportWidth": 390, - "weight": 0.00026257038406294616, - "deviceCategory": "mobile" + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 998, + "viewportWidth": 1653, + "weight": 0.00018450308924589865, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "platform": "Win32", + "language": "fr-CA", + "platform": "Linux x86_64", "pluginsLength": 5, "screenHeight": 864, "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, + "viewportHeight": 730, "viewportWidth": 1536, - "weight": 0.0002623024588784784, + "weight": 0.0001845001926557346, "deviceCategory": "desktop" }, { @@ -20307,106 +20190,68 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", + "language": "en-GB", "platform": "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", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00026211835005259443, + "viewportHeight": 1277, + "viewportWidth": 2560, + "weight": 0.00018444439714893995, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-CA", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 414, - "weight": 0.00026205505903632013, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", - "pluginsLength": 7, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1493, + "screenWidth": 1236, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 637, - "viewportWidth": 1302, - "weight": 0.0002618654526292288, + "viewportHeight": 1365, + "viewportWidth": 1236, + "weight": 0.0001844260332122906, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "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": 663, - "viewportWidth": 390, - "weight": 0.0002617915948232214, + "viewportHeight": 658, + "viewportWidth": 393, + "weight": 0.00018440913945597966, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 927, - "viewportWidth": 1920, - "weight": 0.0002617135663600977, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en", - "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": 890, - "viewportWidth": 1840, - "weight": 0.00026165472558887186, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 660, - "viewportWidth": 390, - "weight": 0.00026164099063326357, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8709.1460 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018426830957041766, "deviceCategory": "mobile" }, { @@ -20417,29 +20262,34 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "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": 945, - "viewportWidth": 1920, - "weight": 0.0002616381963219926, + "viewportHeight": 684, + "viewportWidth": 1440, + "weight": 0.0001842173467304883, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.0002615529518438397, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8180.1332 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001842067444595362, "deviceCategory": "mobile" }, { @@ -20447,32 +20297,46 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6141.1867 Mobile Safari/537.36", "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018417899051053472, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.0002615108155509549, - "deviceCategory": "desktop" + "viewportWidth": 393, + "weight": 0.0001841731877368002, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 628, - "viewportWidth": 375, - "weight": 0.00026148405308462234, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00018401401368013347, "deviceCategory": "mobile" }, { @@ -20489,11 +20353,11 @@ "pluginsLength": 0, "screenHeight": 892, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 747, - "viewportWidth": 412, - "weight": 0.00026121801750389944, + "viewportHeight": 803, + "viewportWidth": 411, + "weight": 0.00018400552695303736, "deviceCategory": "mobile" }, { @@ -20502,19 +20366,19 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, "language": "en-US", - "platform": "Linux armv8l", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 13; SM-G991U Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/112.0.5615.101 Mobile Safari/537.36", + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 2178, - "viewportWidth": 1080, - "weight": 0.0002611834104823054, + "viewportHeight": 827, + "viewportWidth": 448, + "weight": 0.00018389466337165398, "deviceCategory": "mobile" }, { @@ -20522,55 +20386,60 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 793, - "viewportWidth": 393, - "weight": 0.00026111608325582675, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00018382908004401755, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 657, - "viewportWidth": 393, - "weight": 0.0002610044580338164, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00018379869600550924, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "MacIntel", + "language": "en-US", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 865, - "screenWidth": 1264, - "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 865, - "viewportWidth": 1264, - "weight": 0.00026098894592554154, - "deviceCategory": "desktop" + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0001837649751825543, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.0002609833064824605, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.0001836375816865953, "deviceCategory": "mobile" }, { @@ -20580,79 +20449,44 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, + "viewportHeight": 669, "viewportWidth": 390, - "weight": 0.00026096362201409064, + "weight": 0.00018348021433917298, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "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, + "viewportHeight": 660, "viewportWidth": 390, - "weight": 0.0002609116245893488, + "weight": 0.00018347419833393495, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.4, + "downlink": 10, "effectiveType": "4g", "rtt": 0 }, "language": "zh-CN", - "platform": "Linux x86_64", - "pluginsLength": 0, - "screenHeight": 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.2250.1030 Mobile Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 812, - "viewportWidth": 375, - "weight": 0.00026084003428202256, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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.000260685703659841, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.05, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux x86_64", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 853, - "screenWidth": 1517, - "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", + "screenHeight": 1503, + "screenWidth": 1229, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 750, - "viewportWidth": 1517, - "weight": 0.0002601584662492631, + "viewportHeight": 1380, + "viewportWidth": 1229, + "weight": 0.00018344588294659018, "deviceCategory": "desktop" }, { @@ -20660,39 +20494,53 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "platform": "Win32", - "pluginsLength": 7, - "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 AtContent/94.5.5080.46", + "pluginsLength": 5, + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 991, - "viewportWidth": 1920, - "weight": 0.00026013244665364755, + "viewportHeight": 765, + "viewportWidth": 1440, + "weight": 0.0001833794187960475, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 5.45, + "downlink": 10, "downlinkMax": 100, "effectiveType": "4g", "rtt": 100, "type": "cellular" }, - "language": "en-CA", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 772, - "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", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 643, - "viewportWidth": 360, - "weight": 0.000260109395741557, + "viewportHeight": 731, + "viewportWidth": 384, + "weight": 0.00018335679726143894, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/393.0.825685754 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00018315597381328923, "deviceCategory": "mobile" }, { @@ -20700,39 +20548,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1344, + "screenWidth": 1384, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 828, - "viewportWidth": 1745, - "weight": 0.0002600401124693843, + "viewportHeight": 1216, + "viewportWidth": 1384, + "weight": 0.0001830185001522944, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.25, - "downlinkMax": null, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 760, - "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", + "screenHeight": 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.5248.1483 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 617, - "viewportWidth": 360, - "weight": 0.00025985801100185857, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001829591294729131, "deviceCategory": "mobile" }, { @@ -20740,148 +20586,142 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00025977980532398346, + "viewportHeight": 661, + "viewportWidth": 390, + "weight": 0.00018288107852124005, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50 + "rtt": 150, + "type": "cellular" }, "language": "en-US", - "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/124.0.0.0 Safari/537.36 Edg/124.0.0.0", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 903, - "viewportWidth": 1280, - "weight": 0.0002597581190884572, - "deviceCategory": "desktop" + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00018284622641390755, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 642, - "viewportWidth": 1179, - "weight": 0.00025966032376269964, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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": 797, - "viewportWidth": 390, - "weight": 0.0002596070137335988, + "viewportHeight": 693, + "viewportWidth": 384, + "weight": 0.00018277163051545105, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "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.00025948153911324926, + "screenHeight": 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.8898.1583 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018274991079113948, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "oscpu": "Windows NT 10.0; Win64; x64", + "language": "en-US", "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 790, - "viewportWidth": 1734, - "weight": 0.00025944998307684733, + "pluginsLength": 7, + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 735, + "viewportWidth": 1536, + "weight": 0.00018272883870245325, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 844, - "screenWidth": 390, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00025936102105859817, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50 + "rtt": 150, + "type": "cellular" }, - "language": "en-US", - "platform": "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", + "language": "el-GR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.0002591032577274897, - "deviceCategory": "desktop" + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.00018261522636931073, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.6, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux aarch64", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 8 Build/AP1A.240505.005; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/124.0.6367.179 Mobile Safari/537.36", + "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.2803.1189 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 772, - "viewportWidth": 412, - "weight": 0.00025899941983489747, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018242683744799652, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00018234574671359435, "deviceCategory": "mobile" }, { @@ -20889,13 +20729,13 @@ "language": "en-US", "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", + "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": 663, - "viewportWidth": 390, - "weight": 0.00025882460720138634, + "viewportHeight": 507, + "viewportWidth": 320, + "weight": 0.00018233846685561104, "deviceCategory": "mobile" }, { @@ -20903,80 +20743,77 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 200 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3560.1172 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.000258570488473878, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018231648687750426, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1453, + "screenWidth": 1225, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0002581899885741255, + "viewportHeight": 1324, + "viewportWidth": 1225, + "weight": 0.00018230214976703318, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.0002581390173733988, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Intel Mac OS X 10.15", - "platform": "MacIntel", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 540, - "screenWidth": 960, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 762, - "viewportWidth": 1440, - "weight": 0.0002580732652384827, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1024, + "viewportWidth": 1280, + "weight": 0.00018222009132943853, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 729, - "viewportWidth": 428, - "weight": 0.0002580364007524138, + "connection": { + "downlink": 5.55, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.000182218204298393, "deviceCategory": "mobile" }, { @@ -20984,18 +20821,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "platform": "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", + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 828, + "viewportWidth": 1528, + "weight": 0.00018216230841320303, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6903.1762 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.00025783567080120515, + "weight": 0.0001820972786135919, "deviceCategory": "desktop" }, { @@ -21008,78 +20864,93 @@ "type": "wifi" }, "language": "en-US", - "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", + "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/138.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 682, - "viewportWidth": 360, - "weight": 0.0002577964912335651, - "deviceCategory": "mobile" + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00018204980182145582, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "de-DE", + "connection": { + "downlink": 7.55, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 954, - "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", + "pluginsLength": 5, + "screenHeight": 779, + "screenWidth": 1384, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 951, - "viewportWidth": 1920, - "weight": 0.0002577802930606491, + "viewportHeight": 623, + "viewportWidth": 1384, + "weight": 0.0001820495208020982, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", "rtt": 100, - "type": "cellular" + "type": "wifi" }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "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", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 670, - "viewportWidth": 360, - "weight": 0.00025769156081001285, - "deviceCategory": "mobile" + "viewportHeight": 805, + "viewportWidth": 1410, + "weight": 0.00018204592037488986, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.00025759046108329175, - "deviceCategory": "mobile" + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00018203907194783004, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0002575239224980035, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5474.1930 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018198302705726055, "deviceCategory": "mobile" }, { @@ -21087,104 +20958,67 @@ "language": "en-US", "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) Version/17.5 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00025728728614329155, + "viewportHeight": 712, + "viewportWidth": 402, + "weight": 0.0001819336797953709, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.6677.1080 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 770, - "viewportWidth": 412, - "weight": 0.00025726552132218866, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018192380412880617, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1059, - "screenWidth": 1883, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 938, - "viewportWidth": 1835, - "weight": 0.00025708410460287853, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0002570247970326561, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00018189374179772129, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 667, - "screenWidth": 1187, - "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", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 547, - "viewportWidth": 1187, - "weight": 0.00025689900340627536, + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00018168169199897602, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 714, - "viewportWidth": 414, - "weight": 0.0002562896890951762, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { @@ -21194,44 +21028,44 @@ "rtt": 50, "type": "wifi" }, - "language": "en", + "language": "en-GB", "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/124.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 647, + "viewportHeight": 633, "viewportWidth": 1366, - "weight": 0.00025628486283846665, + "weight": 0.00018155216152837786, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/405.0.859829126 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.0002561806337879589, + "weight": 0.00018146736258398005, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0002560415597700264, + "viewportHeight": 751, + "viewportWidth": 428, + "weight": 0.0001814586363295717, "deviceCategory": "mobile" }, { @@ -21242,179 +21076,164 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.00025601877313813224, + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.000181445691512683, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00018131551820450972, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { - "downlink": 4.6, + "downlink": 9.4, "downlinkMax": 100, "effectiveType": "4g", - "rtt": 150, + "rtt": 0, "type": "cellular" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 837, - "screenWidth": 377, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 749, - "viewportWidth": 377, - "weight": 0.0002558843068302233, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 926, - "screenWidth": 428, - "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": 746, - "viewportWidth": 428, - "weight": 0.00025584249293355443, + "viewportHeight": 658, + "viewportWidth": 384, + "weight": 0.00018126656013975069, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-GB", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 896, - "screenWidth": 414, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_6 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": 698, - "viewportWidth": 414, - "weight": 0.00025541543952420755, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.0002554104940712647, - "deviceCategory": "mobile" + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0 (Edition std-1)", + "vendor": "Google Inc.", + "viewportHeight": 707, + "viewportWidth": 1494, + "weight": 0.0001812209833532472, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 6.6, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 1334, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 710, - "viewportWidth": 412, - "weight": 0.00025522092988121284, - "deviceCategory": "mobile" + "viewportHeight": 1188, + "viewportWidth": 800, + "weight": 0.0001811869736029657, + "deviceCategory": "tablet" }, { "appName": "Netscape", "connection": { - "downlink": 3.8, + "downlink": 9.7, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100 + "rtt": 100, + "type": "wifi" }, - "language": "en-US", - "platform": "Win32", + "language": "en-GB", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 551, - "viewportWidth": 1280, - "weight": 0.00025519060723517173, + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00018118595070813122, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "platform": "Win32", "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": 632, - "viewportWidth": 375, - "weight": 0.0002551134727263917, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00025507138173919445, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00018114785559155604, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "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.0002547018409845718, - "deviceCategory": "mobile" + "screenHeight": 1067, + "screenWidth": 1707, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 934, + "viewportWidth": 1707, + "weight": 0.00018110297893613126, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "ru-RU", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1462, + "screenWidth": 1311, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1319, - "viewportWidth": 1280, - "weight": 0.00025459599825054417, + "viewportHeight": 1333, + "viewportWidth": 1311, + "weight": 0.00018101122375537655, "deviceCategory": "desktop" }, { @@ -21422,27 +21241,51 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0002545306645817434, + "viewportHeight": 754, + "viewportWidth": 414, + "weight": 0.00018100438223190302, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 663, - "viewportWidth": 390, - "weight": 0.00025445718851809353, + "screenHeight": 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.9637.1945 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001809333346725248, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2049.1137 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001808233965893111, "deviceCategory": "mobile" }, { @@ -21452,11 +21295,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/371.0.763199552 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 739, "viewportWidth": 430, - "weight": 0.0002544551155869621, + "weight": 0.0001806367708674693, "deviceCategory": "mobile" }, { @@ -21464,32 +21307,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, - "language": "en-GB", + "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00025441861772914867, + "viewportHeight": 606, + "viewportWidth": 1366, + "weight": 0.00018052802427450404, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 714, - "viewportWidth": 414, - "weight": 0.00025418149228755607, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7421.1397 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018047964127459825, "deviceCategory": "mobile" }, { @@ -21502,75 +21350,86 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.000254167568814113, + "viewportHeight": 792, + "viewportWidth": 1432, + "weight": 0.00018047204361238008, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.5 Safari/605.1.15", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1538.1879 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00018045556066779587, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 906, - "viewportWidth": 1366, - "weight": 0.0002540714240051484, - "deviceCategory": "desktop" + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00018039166073173404, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1079.1314 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 878, - "viewportWidth": 1738, - "weight": 0.0002539170241223444, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 891, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.00025368577883037245, + "weight": 0.00018032814362115566, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "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.00025358476859533083, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 360, + "weight": 0.0001802770214084174, "deviceCategory": "mobile" }, { @@ -21580,105 +21439,92 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "ja", - "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/124.0.0.0 Safari/537.36", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2873.1339 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 790, - "viewportWidth": 1426, - "weight": 0.0002535018947202011, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00018015643259703854, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 3.35, - "downlinkMax": 100, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 0 }, - "language": "nl-NL", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 793, - "screenWidth": 355, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.8740.1048 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 661, - "viewportWidth": 355, - "weight": 0.0002528895490949852, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001799715817095281, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "fr-CA", - "platform": "MacIntel", - "pluginsLength": 5, - "screenHeight": 703, - "screenWidth": 1080, - "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": 704, - "viewportWidth": 1080, - "weight": 0.00025247766258095823, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1361, + "screenWidth": 1344, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1305, - "viewportWidth": 2560, - "weight": 0.00025247063716829916, + "viewportHeight": 1237, + "viewportWidth": 1344, + "weight": 0.00017993287858901957, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 664, - "viewportWidth": 390, - "weight": 0.0002524280718911302, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1517.1826 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017991170958547352, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.45, - "downlinkMax": 100, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 200, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 984, - "screenWidth": 432, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.5733.1763 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 830, - "viewportWidth": 432, - "weight": 0.00025213542914502145, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017986751456636917, "deviceCategory": "mobile" }, { @@ -21686,13 +21532,13 @@ "language": "en-US", "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", + "screenHeight": 912, + "screenWidth": 420, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 393, - "weight": 0.00025207725917541135, + "viewportHeight": 746, + "viewportWidth": 420, + "weight": 0.00017984782698347957, "deviceCategory": "mobile" }, { @@ -21700,100 +21546,89 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.0002520343943507473, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000179842043339798, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9, + "downlink": 10, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4162.1186 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 768, - "viewportWidth": 1366, - "weight": 0.0002514319066937582, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017983994979164382, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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.0002513872244016395, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.0002513252669805767, + "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.5662.1562 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001797897798513257, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 390, - "weight": 0.00025121486734980036, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5006.1974 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017977145288652148, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.5, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 200, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "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.7844.1420 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.0002511430426378872, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001797551831424747, "deviceCategory": "mobile" }, { @@ -21801,86 +21636,43 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.00025074413973543504, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1152, - "screenWidth": 2048, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 999, - "viewportWidth": 2048, - "weight": 0.00025054401990593585, + "weight": 0.0001797532667390778, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 653, - "viewportWidth": 393, - "weight": 0.0002504512107310309, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.0002503254046086499, + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.00017968121793254013, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.0002503206623537662, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.85, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, @@ -21889,98 +21681,139 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 917, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 702, - "viewportWidth": 384, - "weight": 0.0002502589872129722, + "viewportHeight": 772, + "viewportWidth": 411, + "weight": 0.000179606540402944, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1604.1171 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017954004924418304, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "de", + "oscpu": "Windows NT 10.0; Win64; x64", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1412, - "screenWidth": 2510, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 1266, - "viewportWidth": 2463, - "weight": 0.0002500071959946028, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 927, + "viewportWidth": 1869, + "weight": 0.00017949642570040848, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9439.1424 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 708, - "viewportWidth": 1488, - "weight": 0.0002500061335796277, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000179471863351117, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00024987897685865244, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00017940987999959173, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2892.1446 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001793994601136385, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.95, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "es-ES", + "platform": "Linux x86_64", "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", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 969, - "viewportWidth": 1920, - "weight": 0.0002498389204264488, + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.00017937204766842063, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0002497988699467324, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5905.1126 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001793645079828146, "deviceCategory": "mobile" }, { @@ -21988,95 +21821,74 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 509, - "viewportWidth": 320, - "weight": 0.00024976352139879985, + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00017930995634041257, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "es-MX", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00024955613744725156, + "weight": 0.00017926331896007017, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "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", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1347, + "screenWidth": 1339, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 702, - "viewportWidth": 384, - "weight": 0.0002492598298154857, - "deviceCategory": "mobile" + "viewportHeight": 1224, + "viewportWidth": 1339, + "weight": 0.00017907459312648463, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.0002492304818578492, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00017901112344723737, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 1665, - "weight": 0.0002489950757257922, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 568, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.8 Mobile/15E148 Safari/604.1 Ddg/15.8", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 447, - "viewportWidth": 320, - "weight": 0.00024869166637332354, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00017890244468031876, "deviceCategory": "mobile" }, { @@ -22084,13 +21896,13 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, - "viewportWidth": 375, - "weight": 0.0002486782970091935, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00017885827182042343, "deviceCategory": "mobile" }, { @@ -22098,18 +21910,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "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/123.0.0.0 Safari/537.36 OPR/109.0.0.0", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 562, - "viewportWidth": 1278, - "weight": 0.0002486175462664456, + "viewportHeight": 943, + "viewportWidth": 1920, + "weight": 0.00017864587439298023, "deviceCategory": "desktop" }, { @@ -22119,192 +21931,194 @@ "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", + "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.00024857248817053396, + "weight": 0.00017859188298371853, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "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": 919, - "viewportWidth": 1920, - "weight": 0.00024823443972099324, - "deviceCategory": "desktop" + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00017856294303053618, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 0, - "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", + "screenHeight": 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.7222.1936 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00024818012690523147, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017852892009098174, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "screenHeight": 812, "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 612, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9176.1430 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0002479522668016142, + "weight": 0.0001785068916075176, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.00024794888476930394, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.0001783702723322779, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7072.1212 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 1100, - "weight": 0.0002476317993494338, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017834010790610503, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 0, + "type": "wifi" }, - "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 721, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1280, - "weight": 0.00024751235326302183, - "deviceCategory": "desktop" + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00017833310678975803, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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": 867, - "viewportWidth": 1470, - "weight": 0.00024751224859803536, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.1 Safari/605.1.15", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 1337, - "viewportWidth": 1442, - "weight": 0.0002473114048128882, - "deviceCategory": "desktop" + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00017832810070152986, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, "language": "en-US", - "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.00024702569342116153, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 837, + "screenWidth": 377, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 690, + "viewportWidth": 376, + "weight": 0.00017827803096591855, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "MacIntel", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", "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.000246954531693085, - "deviceCategory": "desktop" + "screenHeight": 824, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.000178194414444668, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.35, + "downlink": 10, "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 300, + "effectiveType": "4g", + "rtt": 50, "type": "cellular" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, + "screenHeight": 924, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 790, - "viewportWidth": 412, - "weight": 0.0002469390235140718, + "viewportHeight": 765, + "viewportWidth": 411, + "weight": 0.00017811529691795665, "deviceCategory": "mobile" }, { @@ -22312,32 +22126,47 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 728, - "viewportWidth": 430, - "weight": 0.00024684263401269894, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00017806707435438304, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 0, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0", + "vendor": "", + "viewportHeight": 1287, + "viewportWidth": 2560, + "weight": 0.00017804699468197644, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { - "downlink": 9.5, + "downlink": 9.4, "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "screenHeight": 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.1472.1993 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5963.1453 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0002467976287196164, + "weight": 0.00017796957843546515, "deviceCategory": "mobile" }, { @@ -22345,90 +22174,73 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 736, + "screenHeight": 896, "screenWidth": 414, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 628, + "viewportHeight": 714, "viewportWidth": 414, - "weight": 0.00024675237665563467, + "weight": 0.000177924290292662, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 100, + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 749, - "viewportWidth": 412, - "weight": 0.00024663699689373163, + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00017787973392195122, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.2610.1852 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 726, - "viewportWidth": 384, - "weight": 0.00024649213023810785, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001777941780100398, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Linux x86_64", - "platform": "Linux x86_64", - "pluginsLength": 5, - "screenHeight": 1200, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1059, - "viewportWidth": 1920, - "weight": 0.0002461649818732273, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.2, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1122.1616 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 773, - "viewportWidth": 1600, - "weight": 0.00024606197580632545, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001777512034242176, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -22442,48 +22254,51 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 666, - "viewportWidth": 360, - "weight": 0.0002459748033492649, + "viewportHeight": 787, + "viewportWidth": 411, + "weight": 0.0001775980050075152, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 3.5, + "effectiveType": "4g", + "rtt": 200 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 745, - "viewportWidth": 428, - "weight": 0.0002459346550886543, - "deviceCategory": "mobile" + "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.00017759425873276115, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.3646.1321 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 784, - "viewportWidth": 412, - "weight": 0.0002458279043626196, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017754346314544932, "deviceCategory": "mobile" }, { @@ -22491,18 +22306,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "platform": "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", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00024575091836634845, + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.000177478703278937, "deviceCategory": "desktop" }, { @@ -22510,51 +22325,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7768.1965 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0002457374714093473, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001774763507852997, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.35, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4244.1605 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00024548396928573176, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 642, - "viewportWidth": 393, - "weight": 0.00024544674158900247, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017739939621218113, "deviceCategory": "mobile" }, { @@ -22562,81 +22363,86 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1236.1104 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.0002454447560245844, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017735595696788783, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, "language": "en-US", - "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.0002452931348859731, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 740, + "viewportWidth": 411, + "weight": 0.00017730666504080786, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.35, - "downlinkMax": null, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.7616.1387 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 696, - "viewportWidth": 384, - "weight": 0.0002452173876369585, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001772453648111954, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "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.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00024499394667012536, - "deviceCategory": "mobile" + "viewportHeight": 713, + "viewportWidth": 1180, + "weight": 0.00017711723599958816, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.0002448962881549494, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00017709513647250696, "deviceCategory": "mobile" }, { @@ -22644,51 +22450,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1408, + "screenWidth": 1328, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 1279, - "viewportWidth": 2560, - "weight": 0.0002448629402004455, + "viewportWidth": 1328, + "weight": 0.00017701860042952148, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 3.95, - "effectiveType": "4g", - "rtt": 100 - }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.00024468452497498336, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 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.0002445094757418281, + "weight": 0.00017694385614013808, "deviceCategory": "mobile" }, { @@ -22696,65 +22483,79 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, - "language": "en-US", - "platform": "MacIntel", - "pluginsLength": 5, - "screenHeight": 666, - "screenWidth": 1024, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 458, - "viewportWidth": 1024, - "weight": 0.000244426810789412, + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00017691227548988401, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.00024439229798941164, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 605, + "viewportWidth": 360, + "weight": 0.00017685501613504075, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "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": 746, - "viewportWidth": 430, - "weight": 0.0002441518922511152, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8364.1639 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017676405996363293, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.15, - "effectiveType": "4g", - "rtt": 100 + "downlink": 1.5, + "downlinkMax": null, + "effectiveType": "3g", + "rtt": 400, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1200, - "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", + "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": 1039, - "viewportWidth": 1920, - "weight": 0.0002441001064952275, + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.00017670236133227423, "deviceCategory": "desktop" }, { @@ -22762,18 +22563,51 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, - "language": "es-ES", + "language": "en-CA", + "platform": "Linux armv8l", + "pluginsLength": 0, + "screenHeight": 480, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 480, + "viewportWidth": 320, + "weight": 0.00017669045784793707, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 728, + "viewportWidth": 440, + "weight": 0.00017668286483715114, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "de-DE", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0 (Edition std-1)", "vendor": "Google Inc.", - "viewportHeight": 641, - "viewportWidth": 1366, - "weight": 0.00024407659637135508, + "viewportHeight": 925, + "viewportWidth": 1875, + "weight": 0.00017664664829644016, "deviceCategory": "desktop" }, { @@ -22786,167 +22620,203 @@ "language": "en-US", "platform": "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", + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 959, - "viewportWidth": 1920, - "weight": 0.00024386396034811858, + "viewportHeight": 826, + "viewportWidth": 1536, + "weight": 0.00017663707743810196, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPad", + "language": "fr-CA", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1133, - "screenWidth": 744, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 965, - "viewportWidth": 744, - "weight": 0.00024380627283912502, - "deviceCategory": "tablet" + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0001765967127365416, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5082.1209 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1294, - "viewportWidth": 1710, - "weight": 0.000243638096993812, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017659078612680006, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00017645182002591677, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "MacIntel", + "pluginsLength": 0, "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 955, - "viewportWidth": 1920, - "weight": 0.00024359590673086245, + "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": 1010, + "viewportWidth": 810, + "weight": 0.00017634600027458452, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 6.1, - "downlinkMax": null, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.1743.1100 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 384, - "weight": 0.0002435213073314804, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017634449455929458, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.00024315693822950032, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3454.1343 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001763219479015327, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00024309451353537472, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1600.1869 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017624309204532663, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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.0002430802591963466, - "deviceCategory": "mobile" + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 593, + "viewportWidth": 1280, + "weight": 0.00017618770652817381, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00024301422042799663, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00017618731249567795, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.00024288439382061952, - "deviceCategory": "mobile" + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 732, + "viewportWidth": 1528, + "weight": 0.0001761761702037276, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 778, - "viewportWidth": 459, - "weight": 0.0002428342029412588, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 903, + "viewportWidth": 1482, + "weight": 0.00017597604354319877, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -22955,16 +22825,31 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "sv-SE", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7762.1246 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017597445136121527, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "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": 641, - "viewportWidth": 1366, - "weight": 0.00024261798196848337, + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 707, + "viewportWidth": 1485, + "weight": 0.00017581520569813892, "deviceCategory": "desktop" }, { @@ -22973,47 +22858,57 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 100, "type": "wifi" }, - "language": "en-CA", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 869, + "screenHeight": 915, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 682, - "viewportWidth": 412, - "weight": 0.00024261369664969993, + "viewportHeight": 784, + "viewportWidth": 411, + "weight": 0.0001757476525421596, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "pt-BR", + "platform": "Win32", "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.00024246502796664504, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0 (Edition std-2)", + "vendor": "Google Inc.", + "viewportHeight": 1002, + "viewportWidth": 2518, + "weight": 0.00017574710415582025, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 648, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6034.1356 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00024244015307855484, + "weight": 0.00017574664017230856, "deviceCategory": "mobile" }, { @@ -23021,90 +22916,111 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 535, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00017541810259179372, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9486.1523 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00024243925210162162, + "weight": 0.00017535283703609642, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 0, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 824, + "screenHeight": 832, "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 689, + "viewportHeight": 658, "viewportWidth": 384, - "weight": 0.00024236426166976652, + "weight": 0.00017524276478420172, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1026, - "screenWidth": 1824, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 867, - "viewportWidth": 1824, - "weight": 0.00024226644332577267, + "screenHeight": 1472, + "screenWidth": 1288, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1344, + "viewportWidth": 1288, + "weight": 0.00017516017870752547, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 857, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 729, - "viewportWidth": 384, - "weight": 0.00024219610039263222, - "deviceCategory": "mobile" + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.0001751509535626106, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00024196252356598893, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00017513144961923288, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.9, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", "rtt": 0, @@ -23113,103 +23029,120 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 869, + "screenHeight": 892, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 647, - "viewportWidth": 412, - "weight": 0.00024195197480277695, + "viewportHeight": 713, + "viewportWidth": 411, + "weight": 0.00017501167079762476, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00017497981906808033, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1467, + "screenWidth": 1229, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 710, - "viewportWidth": 412, - "weight": 0.00024189894369759706, - "deviceCategory": "mobile" + "viewportHeight": 1340, + "viewportWidth": 1229, + "weight": 0.00017495251310791244, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 1.45, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 759, - "viewportWidth": 412, - "weight": 0.00024189382452274624, - "deviceCategory": "mobile" + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00017490996756130186, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "es-MX", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0002418915930310323, + "weight": 0.0001749001421890386, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.1, + "downlink": 8.3, "effectiveType": "4g", - "rtt": 250 + "rtt": 100 }, "language": "en-US", "platform": "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", + "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": 638, - "viewportWidth": 1280, - "weight": 0.0002417213411980083, + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.000174863467486599, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 625, - "viewportWidth": 375, - "weight": 0.00024152554645564818, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1050, + "viewportWidth": 2133, + "weight": 0.0001748444330836566, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -23219,34 +23152,36 @@ "rtt": 0 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 669, - "viewportWidth": 1417, - "weight": 0.0002414956480628658, + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.0001748415918695479, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0 + "rtt": 50, + "type": "cellular" }, - "language": "zh-CN", - "platform": "Linux x86_64", + "language": "en-US", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 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.3652.1733 Mobile Safari/537.36", + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 812, - "viewportWidth": 375, - "weight": 0.0002414753549131068, + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.0001747398360362684, "deviceCategory": "mobile" }, { @@ -23256,236 +23191,179 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", - "platform": "MacIntel", + "language": "en-GB", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 959, - "viewportWidth": 1728, - "weight": 0.00024146497083430855, + "viewportHeight": 1932, + "viewportWidth": 3816, + "weight": 0.00017473546752510698, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-AU", - "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", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 750, - "viewportWidth": 1440, - "weight": 0.00024140464152003406, - "deviceCategory": "desktop" + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00017471780064450215, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.3, + "downlink": 1.5, "effectiveType": "3g", - "rtt": 400 + "rtt": 350 }, - "language": "fr-CA", + "language": "en-US", "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/125.0.0.0 Safari/537.36", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 633, - "viewportWidth": 1280, - "weight": 0.00024138409491538206, + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00017468453613361524, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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": 738, - "viewportWidth": 430, - "weight": 0.0002413490094563533, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-AU", - "platform": "MacIntel", + "connection": { + "downlink": 0.15, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en", + "platform": "Win32", "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": 681, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, "viewportWidth": 1440, - "weight": 0.0002412601639939294, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0002409625992004003, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 1024, - "weight": 0.00024049424255872918, + "weight": 0.00017467398190052841, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00024047347533102308, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 738, - "viewportWidth": 430, - "weight": 0.000240350448271927, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2536.1902 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001746616931369958, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/138.0.7204.119 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 743, + "viewportHeight": 751, "viewportWidth": 428, - "weight": 0.00024011909513657143, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 723, - "viewportWidth": 430, - "weight": 0.0002399063675125831, + "weight": 0.0001744388397948444, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 600, - "screenWidth": 800, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 418, - "viewportWidth": 359, - "weight": 0.00023979805676043763, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00017432400193972175, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00023978888515336562, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 635, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7876.1785 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0002397445326921242, + "weight": 0.0001743181433258765, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, "language": "en-US", - "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": 738, - "viewportWidth": 430, - "weight": 0.00023925607697194442, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00017428764234641677, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 960, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1523, + "screenWidth": 1219, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 791, - "viewportWidth": 1536, - "weight": 0.00023924562120866005, + "viewportHeight": 1394, + "viewportWidth": 1219, + "weight": 0.00017427241379043527, "deviceCategory": "desktop" }, { @@ -23493,108 +23371,38 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, - "language": "en-US", + "language": "de", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0002392322981702496, + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00017420168537248969, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.00023913558903939953, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 666, - "viewportWidth": 393, - "weight": 0.00023903335422656858, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 732, - "viewportWidth": 426, - "weight": 0.00023896320567449024, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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.00023879263182272038, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 737, - "viewportWidth": 430, - "weight": 0.00023878326013172961, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 9.1, + "downlink": 9.2, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "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/100.0.4896.127 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5194.1391 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.00023875611445008996, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001741948475628746, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -23610,11 +23418,11 @@ "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 647, + "viewportHeight": 645, "viewportWidth": 360, - "weight": 0.00023851251097603858, + "weight": 0.0001741673171591626, "deviceCategory": "mobile" }, { @@ -23622,192 +23430,188 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "Linux x86_64", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1332, + "screenWidth": 1248, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 745, - "viewportWidth": 1480, - "weight": 0.0002384446332086347, + "viewportHeight": 1204, + "viewportWidth": 1248, + "weight": 0.00017412753935482788, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00023836702359745617, + "viewportHeight": 664, + "viewportWidth": 375, + "weight": 0.00017407931520308198, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPad", - "pluginsLength": 5, - "screenHeight": 1194, - "screenWidth": 834, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 17_5 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": 666, - "viewportWidth": 1194, - "weight": 0.00023826095952609824, - "deviceCategory": "tablet" - }, { "appName": "Netscape", "connection": { - "downlink": 9.85, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-AU", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 750, - "screenWidth": 346, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 691, - "viewportWidth": 346, - "weight": 0.0002377610271013889, + "viewportHeight": 788, + "viewportWidth": 411, + "weight": 0.00017407297071183356, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0002376961548132763, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2559.1866 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017403859241788754, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7 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": 531, - "viewportWidth": 375, - "weight": 0.00023768138927655964, + "connection": { + "downlink": 4.35, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "pt-BR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 664, + "viewportWidth": 360, + "weight": 0.00017398225092516768, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 704, - "viewportWidth": 1080, - "weight": 0.00023763368904728855, - "deviceCategory": "desktop" + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00017390787975122703, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "de", - "oscpu": "Linux x86_64", - "platform": "Linux x86_64", + "language": "en-GB", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 915, - "viewportWidth": 1920, - "weight": 0.0002376149322712001, - "deviceCategory": "desktop" + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0001738538876397818, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, - "viewportWidth": 393, - "weight": 0.00023755694721948125, + "viewportHeight": 692, + "viewportWidth": 414, + "weight": 0.00017385210012275568, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 200 - }, "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 1317, - "viewportWidth": 2560, - "weight": 0.00023729680684120638, + "screenWidth": 5120, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1306, + "viewportWidth": 2558, + "weight": 0.00017384918233691256, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 658, - "viewportWidth": 393, - "weight": 0.00023699888309809027, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5485.1190 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001738236302646799, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.6464.1228 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 384, - "weight": 0.00023675911776161859, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017373367337353174, "deviceCategory": "mobile" }, { @@ -23817,17 +23621,17 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 815, "viewportWidth": 430, - "weight": 0.00023664335608868374, + "weight": 0.00017363180056054073, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.3, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, @@ -23836,74 +23640,89 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 663, - "viewportWidth": 360, - "weight": 0.00023662078625861734, + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.00017362538246261687, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "MacIntel", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 797, - "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": 797, - "viewportWidth": 1440, - "weight": 0.0002365080811101094, + "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.00017358037354969237, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 713, - "viewportWidth": 860, - "weight": 0.00023645882552644125, + "screenHeight": 1461, + "screenWidth": 1311, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1339, + "viewportWidth": 1311, + "weight": 0.00017330710785971087, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "es-419", - "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.00023644753164697797, + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3367.1602 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001732583144371015, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.8, + "downlink": 10, "effectiveType": "4g", "rtt": 150 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 OPR/110.0.0.0", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1279, - "viewportWidth": 2506, - "weight": 0.00023627244249465435, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00017322605142291612, "deviceCategory": "desktop" }, { @@ -23911,13 +23730,13 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, - "viewportWidth": 393, - "weight": 0.00023624070370780302, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00017310363359242814, "deviceCategory": "mobile" }, { @@ -23928,226 +23747,204 @@ "rtt": 100 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00023611141247466513, + "viewportHeight": 812, + "viewportWidth": 1440, + "weight": 0.0001730891685022721, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.5627.1899 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 746, - "viewportWidth": 412, - "weight": 0.0002360983318531751, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017307574106909554, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0 + "rtt": 50, + "type": "cellular" }, - "language": "en-US", - "platform": "MacIntel", + "language": "fr-CA", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 1440, - "screenWidth": 5120, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 824, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1319, - "viewportWidth": 1707, - "weight": 0.00023595545167028856, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 729, - "viewportWidth": 428, - "weight": 0.00023592798429157618, + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00017298312721458387, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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": 732, - "viewportWidth": 1465, - "weight": 0.0002358768131925366, + "screenHeight": 1427, + "screenWidth": 1384, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1303, + "viewportWidth": 1384, + "weight": 0.00017289281591923152, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.000235842206631639, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-AU", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "platform": "MacIntel", "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": 746, - "viewportWidth": 430, - "weight": 0.00023572043961938766, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 677, + "viewportWidth": 1440, + "weight": 0.00017287639278493002, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, - "language": "en-GB", - "platform": "Win32", + "language": "en-CA", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1050, - "screenWidth": 1680, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 902, - "viewportWidth": 1632, - "weight": 0.0002357069483645679, + "viewportHeight": 812, + "viewportWidth": 1440, + "weight": 0.0001728368823161235, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 4.05, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 414, - "weight": 0.0002353587540769835, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.0001727252914820449, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00023534439848182543, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5087.1497 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00017264605763866987, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-AU", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.00023522951786117687, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00017263749915293693, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.15, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7599.1839 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 1528, - "weight": 0.00023521064943852126, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.000234949338968562, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017259968541558017, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.2, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, "type": "wifi" }, - "language": "en-CA", + "language": "sl-SI", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, + "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 670, + "viewportHeight": 645, "viewportWidth": 360, - "weight": 0.00023492927613072531, + "weight": 0.0001725518353574927, "deviceCategory": "mobile" }, { @@ -24155,107 +23952,166 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.0002348264228824062, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00017249573205561455, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-CA", - "platform": "Win32", + "language": "en-GB", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 1235, - "screenWidth": 2195, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1280, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 970, - "viewportWidth": 985, - "weight": 0.00023477022792814454, - "deviceCategory": "desktop" + "viewportHeight": 1144, + "viewportWidth": 800, + "weight": 0.0001724644210596618, + "deviceCategory": "tablet" }, { "appName": "Netscape", "connection": { - "downlink": 9.7, + "downlink": 9.4, "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "screenHeight": 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.6956.1610 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6358.1567 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00023427794800902457, + "weight": 0.0001723635658515015, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.00023427436651640452, - "deviceCategory": "mobile" + "screenHeight": 1376, + "screenWidth": 1202, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1252, + "viewportWidth": 1202, + "weight": 0.00017223310429193513, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 719, - "viewportWidth": 414, - "weight": 0.00023424253058986253, - "deviceCategory": "mobile" + "platform": "Win32", + "pluginsLength": 7, + "screenHeight": 900, + "screenWidth": 1600, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 779, + "viewportWidth": 1600, + "weight": 0.0001721848616665122, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 8.25, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 639, - "viewportWidth": 390, - "weight": 0.00023395725614997528, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.0001721494101602932, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 747, - "viewportWidth": 428, - "weight": 0.000233687005065275, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 948, + "viewportWidth": 1912, + "weight": 0.00017208738630236265, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-CA", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 738, + "viewportWidth": 1439, + "weight": 0.00017208718514957682, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 775, + "viewportWidth": 411, + "weight": 0.00017203296885103103, "deviceCategory": "mobile" }, { @@ -24265,130 +24121,153 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 844, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00023339769054873152, + "weight": 0.00017198858116124682, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 701, - "viewportWidth": 1080, - "weight": 0.00023333676268671316, - "deviceCategory": "desktop" + "viewportHeight": 736, + "viewportWidth": 440, + "weight": 0.0001719591244999191, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "zh-CN", - "platform": "iPhone", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, "screenHeight": 812, "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": 634, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4967.1486 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00023322225996219798, + "weight": 0.00017192326725172857, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 393, - "weight": 0.00023321536720487463, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00017192109840664057, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.25, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 150, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1493, + "screenWidth": 1208, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 700, - "viewportWidth": 384, - "weight": 0.00023319117999202134, - "deviceCategory": "mobile" + "viewportHeight": 1373, + "viewportWidth": 1208, + "weight": 0.00017171593189689184, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 150 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 759, - "viewportWidth": 412, - "weight": 0.0002331296296621675, - "deviceCategory": "mobile" + "viewportHeight": 598, + "viewportWidth": 1280, + "weight": 0.00017171459231381882, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 5, + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 644, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5037.1151 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00023312346986882694, + "weight": 0.00017167927800392795, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.1 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 752, + "viewportWidth": 1470, + "weight": 0.00017167680837236745, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { - "downlink": 6.3, - "downlinkMax": null, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 150, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.2786.1669 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 762, - "viewportWidth": 412, - "weight": 0.0002329841213162892, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017166257193174185, "deviceCategory": "mobile" }, { @@ -24398,139 +24277,156 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", - "platform": "Win32", + "language": "en-CA", + "platform": "MacIntel", "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", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 958, "viewportWidth": 1920, - "weight": 0.00023298389389953016, + "weight": 0.00017166174736772604, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-GB", + "platform": "MacIntel", "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", + "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.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00023265575792024096, - "deviceCategory": "mobile" + "viewportHeight": 713, + "viewportWidth": 1180, + "weight": 0.00017164984648136228, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00023263804778801708, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00017159549808813215, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-GB", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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": 737, - "viewportWidth": 430, - "weight": 0.00023241045538416192, - "deviceCategory": "mobile" + "screenHeight": 1402, + "screenWidth": 1307, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1277, + "viewportWidth": 1307, + "weight": 0.00017138958158602403, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 4.95, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 662, - "viewportWidth": 390, - "weight": 0.0002323565294157449, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00017137461795092027, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "MacIntel", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-AU", + "platform": "Linux armv81", "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": 698, - "viewportWidth": 1024, - "weight": 0.00023235317788780722, - "deviceCategory": "desktop" + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 749, + "viewportWidth": 411, + "weight": 0.00017116575556079354, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00023217931825899812, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00017112773638361332, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7426.1914 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 835, - "viewportWidth": 1745, - "weight": 0.00023175718614992322, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017109456968307643, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.6, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1973.1543 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00023172627891359453, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000170952036355458, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -24541,16 +24437,16 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "sr-RS", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 384, - "weight": 0.00023151757072395823, + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.00017092992078703506, "deviceCategory": "mobile" }, { @@ -24558,70 +24454,72 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-TW", + "platform": "MacIntel", "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", + "screenHeight": 1107, + "screenWidth": 1710, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1309, - "weight": 0.00023149079910366005, + "viewportHeight": 915, + "viewportWidth": 1682, + "weight": 0.00017089573090516602, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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.5 Safari/605.1.15", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 917, - "viewportWidth": 1366, - "weight": 0.0002312707370393302, - "deviceCategory": "desktop" + "viewportHeight": 754, + "viewportWidth": 402, + "weight": 0.00017088380790847982, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.7, + "downlink": 9.5, "effectiveType": "4g", "rtt": 0 }, "language": "zh-CN", "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", + "pluginsLength": 5, + "screenHeight": 1460, + "screenWidth": 1344, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1600, - "viewportWidth": 1600, - "weight": 0.0002312378964180989, + "viewportHeight": 1340, + "viewportWidth": 1344, + "weight": 0.00017080786175888886, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "platform": "Win32", + "language": "en-CA", + "platform": "Linux x86_64", "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", + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.00023102442624650622, + "weight": 0.00017050287705412505, "deviceCategory": "desktop" }, { @@ -24629,62 +24527,65 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 628, - "viewportWidth": 375, - "weight": 0.0002306738418766199, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00017047650628779795, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 657, - "viewportWidth": 393, - "weight": 0.00023051563994537893, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1278 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017044704062022363, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6175.1696 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 670, - "viewportWidth": 360, - "weight": 0.00023046111987869852, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001704469037420278, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000230308021405268, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0001704399137818238, "deviceCategory": "mobile" }, { @@ -24692,164 +24593,188 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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": 919, - "viewportWidth": 1920, - "weight": 0.00023028376771431515, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 527, - "screenWidth": 1218, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1328, + "screenWidth": 1362, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 526, - "viewportWidth": 1210, - "weight": 0.0002301936067559347, + "viewportHeight": 1205, + "viewportWidth": 1362, + "weight": 0.00017038871773924688, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 712, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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.1986.1697 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 542, - "viewportWidth": 320, - "weight": 0.00023015159172067932, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00017020295292228938, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1470, + "screenWidth": 1256, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 956, - "viewportWidth": 1431, - "weight": 0.00022986363913130015, + "viewportHeight": 1342, + "viewportWidth": 1256, + "weight": 0.00017016492932120605, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00017015235282969845, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { - "downlink": 8.9, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 50 }, - "language": "tr", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 873, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "en-US", + "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/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 732, - "viewportWidth": 393, - "weight": 0.00022985364240785594, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00017006705289171264, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0002297110168826772, + "viewportHeight": 713, + "viewportWidth": 402, + "weight": 0.00016995567720945652, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00016992619243192533, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 300 + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4135.1296 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.00022960633795780192, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001699161048411812, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3988.1540 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 966, - "viewportWidth": 1872, - "weight": 0.0002295695517467971, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016990957895072776, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0001699076589979671, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.35, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1692, + "screenWidth": 3008, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 646, - "viewportWidth": 1318, - "weight": 0.00022951649947534393, + "viewportHeight": 1029, + "viewportWidth": 1654, + "weight": 0.00016988742990124884, "deviceCategory": "desktop" }, { @@ -24859,104 +24784,140 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 665, "viewportWidth": 393, - "weight": 0.0002292779104171419, + "weight": 0.00016987441749274112, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.25, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, - "language": "en-US", - "platform": "Win32", + "language": "en-GB", + "platform": "MacIntel", "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 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 1872, - "weight": 0.0002292313290994972, + "viewportHeight": 968, + "viewportWidth": 1920, + "weight": 0.00016985269562197011, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.00022915769883157652, + "screenHeight": 1321, + "screenWidth": 1331, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1201, + "viewportWidth": 1331, + "weight": 0.00016973207804824882, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5331.1921 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001697000251048948, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "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", + "language": "en-GB", + "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": 745, - "viewportWidth": 428, - "weight": 0.00022912028131856876, - "deviceCategory": "mobile" + "viewportHeight": 839, + "viewportWidth": 1421, + "weight": 0.00016946849343727396, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 765, - "screenWidth": 344, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.7369.1336 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 626, - "viewportWidth": 344, - "weight": 0.0002289487768491451, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001694334006076353, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.85, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36 Edg/124.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9969.1671 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1052, - "viewportWidth": 1912, - "weight": 0.00022870872060936736, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016925740301398237, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00016920867035595012, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.25, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, @@ -24967,26 +24928,26 @@ "pluginsLength": 0, "screenHeight": 832, "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 700, + "viewportHeight": 695, "viewportWidth": 384, - "weight": 0.0002284393130317976, + "weight": 0.0001691305244654452, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 1080, + "screenWidth": 810, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0002284047027603733, - "deviceCategory": "mobile" + "viewportHeight": 682, + "viewportWidth": 1080, + "weight": 0.00016909485854917357, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -24998,91 +24959,32 @@ "language": "en-US", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1098, + "screenWidth": 1646, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 791, - "viewportWidth": 1536, - "weight": 0.00022838265665907736, + "viewportHeight": 935, + "viewportWidth": 1646, + "weight": 0.00016906986422982075, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Linux armv81", - "platform": "Linux armv81", - "pluginsLength": 5, - "screenHeight": 800, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Android 13; Mobile; rv:126.0) Gecko/126.0 Firefox/126.0", - "vendor": "", - "viewportHeight": 670, - "viewportWidth": 360, - "weight": 0.00022830707519050673, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00022784260816629016, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 752, - "viewportWidth": 428, - "weight": 0.00022773822220463743, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 665, - "viewportWidth": 390, - "weight": 0.00022770567794093272, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 9.3, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, - "language": "pl-PL", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.5949.1267 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 724, - "viewportWidth": 384, - "weight": 0.0002275436555564368, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016905594232173072, "deviceCategory": "mobile" }, { @@ -25090,60 +24992,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", - "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/103.0.5060.134 Safari/537.36", + "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/138.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.00022748983035191683, + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00016900488786981342, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-AU", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 735, + "viewportHeight": 745, "viewportWidth": 430, - "weight": 0.00022748699466677803, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 1024, - "weight": 0.00022745111058970202, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 896, - "screenWidth": 414, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 414, - "weight": 0.00022743878455113212, + "weight": 0.00016880132647209504, "deviceCategory": "mobile" }, { @@ -25151,32 +25025,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 150 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 960, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 799, - "viewportWidth": 1536, - "weight": 0.00022719068900875906, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001688010404979544, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00022706372956046077, + "viewportHeight": 649, + "viewportWidth": 393, + "weight": 0.0001687449179222713, "deviceCategory": "mobile" }, { @@ -25184,13 +25058,13 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 634, - "viewportWidth": 375, - "weight": 0.00022704787998027782, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00016870089747905796, "deviceCategory": "mobile" }, { @@ -25198,18 +25072,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4727.1746 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 648, - "viewportWidth": 1397, - "weight": 0.00022692026052626048, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00016855948229503218, "deviceCategory": "desktop" }, { @@ -25217,18 +25091,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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", + "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": 919, - "viewportWidth": 1920, - "weight": 0.0002267507736779969, + "viewportHeight": 466, + "viewportWidth": 780, + "weight": 0.0001685469184173318, "deviceCategory": "desktop" }, { @@ -25243,146 +25117,168 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 412, - "weight": 0.00022670630682551825, + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.0001685420959786994, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8115.1946 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016852557007034294, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "ru", "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", + "screenHeight": 736, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_12 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": 663, - "viewportWidth": 390, - "weight": 0.0002266958230323829, + "viewportHeight": 617, + "viewportWidth": 414, + "weight": 0.00016851752876984586, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.25, - "downlinkMax": null, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "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", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1455, + "screenWidth": 1389, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 781, - "viewportWidth": 412, - "weight": 0.0002264371178549955, - "deviceCategory": "mobile" + "viewportHeight": 1335, + "viewportWidth": 1389, + "weight": 0.00016850922808394543, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.45, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", "rtt": 100, "type": "wifi" }, - "language": "en-US", + "language": "hr-HR", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 757, - "viewportWidth": 412, - "weight": 0.0002264342789441121, + "viewportHeight": 696, + "viewportWidth": 384, + "weight": 0.00016835010726485542, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "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/124.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 647, - "viewportWidth": 1366, - "weight": 0.0002263917977400048, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 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, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00022615066982422074, + "weight": 0.00016833525648429423, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, "language": "en-US", - "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.00022605984738922452, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 721, + "viewportWidth": 384, + "weight": 0.00016831919351789236, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 635, "viewportWidth": 393, - "weight": 0.00022592004427332066, + "weight": 0.0001683175140694778, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1501, + "screenWidth": 1306, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1376, + "viewportWidth": 1306, + "weight": 0.0001683127665831187, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "de-DE", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00022590011132270167, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0001682881536531799, "deviceCategory": "mobile" }, { @@ -25392,25 +25288,53 @@ "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 729, + "viewportHeight": 751, "viewportWidth": 428, - "weight": 0.00022585585917169073, + "weight": 0.0001682819455461088, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 626, + "viewportWidth": 360, + "weight": 0.000168165119616187, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 1087, - "viewportWidth": 834, - "weight": 0.0002258070683071752, + "screenHeight": 785, + "screenWidth": 1396, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 616, + "viewportWidth": 1397, + "weight": 0.00016812168653013268, "deviceCategory": "desktop" }, { @@ -25418,13 +25342,13 @@ "language": "en-US", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 797, - "viewportWidth": 390, - "weight": 0.0002256862394293991, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000168061043591535, "deviceCategory": "mobile" }, { @@ -25437,222 +25361,283 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1312, - "viewportWidth": 1718, - "weight": 0.00022563437838972984, + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00016793992981130982, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "de-DE", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 808, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1362, + "screenWidth": 1259, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 676, - "viewportWidth": 393, - "weight": 0.0002255009751836548, - "deviceCategory": "mobile" + "viewportHeight": 1242, + "viewportWidth": 1259, + "weight": 0.00016780520357856724, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.35, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 350, - "type": "cellular" + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 384, - "weight": 0.00022541209346832683, - "deviceCategory": "mobile" + "viewportHeight": 731, + "viewportWidth": 1469, + "weight": 0.00016774466288397064, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/115.0.5790.84 Mobile/15E148 Safari/604.1", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.0002252281919313493, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00016773544438608679, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00022511391659825353, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1902.1063 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016771844643400334, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 658, - "viewportWidth": 393, - "weight": 0.00022493798366080348, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1600, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 739, + "viewportWidth": 1600, + "weight": 0.00016769486507522247, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00022471700795443877, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00016767965832479906, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1342, + "screenWidth": 1344, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1221, + "viewportWidth": 1344, + "weight": 0.00016761525951520146, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.45, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPad", + "platform": "Win32", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 653, - "viewportWidth": 1024, - "weight": 0.0002246136164184681, - "deviceCategory": "tablet" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.0001675064596034595, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "fr-CA", + "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.0002246015103084907, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00016746105157546925, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 935, + "viewportWidth": 1699, + "weight": 0.00016742016359250867, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0002244986740960209, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00016740745250649414, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.8316.1481 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 786, - "viewportWidth": 412, - "weight": 0.00022443540910398684, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016734388366467708, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 6.15, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "cellular" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 985, + "screenWidth": 444, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 1488, - "weight": 0.00022430043071651224, - "deviceCategory": "desktop" + "viewportHeight": 847, + "viewportWidth": 443, + "weight": 0.00016721290279805343, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.00022429609942288843, - "deviceCategory": "mobile" + "screenHeight": 1418, + "screenWidth": 1210, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1288, + "viewportWidth": 1210, + "weight": 0.0001672072943260228, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 926, - "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 746, - "viewportWidth": 428, - "weight": 0.00022429012214237874, - "deviceCategory": "mobile" + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00016717580323809505, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -25661,32 +25646,32 @@ "pluginsLength": 5, "screenHeight": 844, "screenWidth": 390, - "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0002241431225804239, + "weight": 0.00016714275218902123, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 100, + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 667, - "viewportWidth": 360, - "weight": 0.00022409794040702502, + "viewportHeight": 650, + "viewportWidth": 384, + "weight": 0.00016706454589261236, "deviceCategory": "mobile" }, { @@ -25701,107 +25686,122 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 1079, - "screenWidth": 486, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 934, - "viewportWidth": 486, - "weight": 0.00022387365374909864, + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00016704379659843163, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.9, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.00022383376572222057, + "viewportHeight": 957, + "viewportWidth": 1920, + "weight": 0.00016702193456561302, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-CA", + "platform": "Win32", "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.000223803362932298, - "deviceCategory": "mobile" + "screenHeight": 960, + "screenWidth": 1707, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 790, + "viewportWidth": 1282, + "weight": 0.00016701023778590543, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, - "language": "ru", + "language": "en-GB", "platform": "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 YaBrowser/24.4.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 964, - "viewportWidth": 1872, - "weight": 0.00022380194300133482, + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00016696742902090532, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00022379084592067498, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4774.1116 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001669308792815764, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 844, - "screenWidth": 390, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_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": 647, - "viewportWidth": 390, - "weight": 0.0002237657905412164, - "deviceCategory": "mobile" + "screenHeight": 1481, + "screenWidth": 1240, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1358, + "viewportWidth": 1240, + "weight": 0.00016678335615697925, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 797, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00022372674845219504, + "weight": 0.00016676763538537527, "deviceCategory": "mobile" }, { @@ -25814,104 +25814,146 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1280, + "screenWidth": 1024, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 572, - "viewportWidth": 1272, - "weight": 0.00022368111015857333, + "viewportHeight": 968, + "viewportWidth": 1008, + "weight": 0.0001667605828770617, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 7.15, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.00022350179523595632, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.000166730045284847, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4863.1653 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016661737081035332, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00022343393214658587, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6828.1908 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016655682612585915, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 723, - "viewportWidth": 430, - "weight": 0.00022330358030510237, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5669.1888 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016649531634506195, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0002232797494574326, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7848.1273 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016648348601257566, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 643, - "viewportWidth": 393, - "weight": 0.00022322988673866532, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8460.1408 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016644138030713672, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.2541.1472 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 722, - "viewportWidth": 384, - "weight": 0.00022294101557088054, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001664313354865971, "deviceCategory": "mobile" }, { @@ -25919,39 +25961,39 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "MacIntel", + "language": "zh-CN", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1366, + "screenWidth": 1325, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 858, - "viewportWidth": 1728, - "weight": 0.00022293484460450143, + "viewportHeight": 1246, + "viewportWidth": 1325, + "weight": 0.00016642314607651074, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.35, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 1000, - "type": "cellular" + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" }, - "language": "en-GB", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 960, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 670, - "viewportWidth": 360, - "weight": 0.00022287680335803634, + "viewportHeight": 812, + "viewportWidth": 432, + "weight": 0.00016633850384090406, "deviceCategory": "mobile" }, { @@ -25959,46 +26001,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 1872, - "weight": 0.00022266528290067832, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 2, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4660.1621 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 629, - "viewportWidth": 384, - "weight": 0.0002226390756315507, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016630240634967904, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 752, - "viewportWidth": 428, - "weight": 0.0002224846895869921, + "viewportHeight": 874, + "viewportWidth": 440, + "weight": 0.0001662986857520858, "deviceCategory": "mobile" }, { @@ -26006,228 +26034,244 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", "platform": "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", + "screenHeight": 1067, + "screenWidth": 1707, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0002223500672961943, + "viewportHeight": 898, + "viewportWidth": 1707, + "weight": 0.0001662862784131814, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.85 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 654, - "viewportWidth": 390, - "weight": 0.00022221246655692542, + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00016620491603668727, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "pl-PL", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 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, + "viewportHeight": 661, "viewportWidth": 390, - "weight": 0.00022173132344406618, + "weight": 0.00016612416157269709, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.6345.1994 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 783, - "viewportWidth": 412, - "weight": 0.00022155565383607606, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001659918221565072, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.3857.1072 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 384, - "weight": 0.00022143707429981413, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016599159560750593, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "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/115.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 924, - "viewportWidth": 1920, - "weight": 0.00022138268014814703, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.00022131249199673747, + "viewportWidth": 428, + "weight": 0.00016588694066082497, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 1.75, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.0002211843456801884, + "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.00016587613264164994, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 510, - "viewportWidth": 320, - "weight": 0.0002211219423516725, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00016577740973438862, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv8l", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1394, + "screenWidth": 1272, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1268, + "viewportWidth": 1272, + "weight": 0.00016572380779143693, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "it-IT", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 12; SAMSUNG SM-A215U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/18.0 Chrome/99.0.4844.88 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 671, + "viewportHeight": 653, "viewportWidth": 384, - "weight": 0.00022108733279414724, + "weight": 0.0001657118292890354, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 6.45, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 100, + "type": "cellular" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 772, + "screenHeight": 780, "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 603, + "viewportHeight": 682, "viewportWidth": 360, - "weight": 0.00022108052113439938, + "weight": 0.00016564448618097298, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.4, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 400, - "type": "cellular" + "downlink": 3.9, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 904, + "screenWidth": 407, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 664, - "viewportWidth": 360, - "weight": 0.00022098293463229814, + "viewportHeight": 766, + "viewportWidth": 406, + "weight": 0.00016563763532272593, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00022096106490365769, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0001656123078272992, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1695.1502 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016558088222196738, "deviceCategory": "mobile" }, { @@ -26235,32 +26279,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1445, + "screenWidth": 1389, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00022086978820903065, + "viewportHeight": 1315, + "viewportWidth": 1389, + "weight": 0.00016551560117696745, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00022077425784097505, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4571.1529 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016548232356259363, "deviceCategory": "mobile" }, { @@ -26268,111 +26317,172 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 660, - "viewportWidth": 390, - "weight": 0.00022070797413798488, + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00016546229467356204, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 659, - "viewportWidth": 390, - "weight": 0.00022064225419353176, - "deviceCategory": "mobile" + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 738, + "viewportWidth": 1528, + "weight": 0.00016545066139091286, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9, + "downlink": 0.4, "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 200, + "effectiveType": "3g", + "rtt": 1150, "type": "cellular" }, - "language": "es-419", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 873, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 743, - "viewportWidth": 393, - "weight": 0.0002206256763413297, + "viewportHeight": 781, + "viewportWidth": 384, + "weight": 0.00016533373130235427, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00016530726903691057, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.9, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1335, + "screenWidth": 1324, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 739, - "viewportWidth": 1600, - "weight": 0.00022060848157952665, + "viewportHeight": 1213, + "viewportWidth": 1324, + "weight": 0.00016518308429723877, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "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) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1156, + "viewportWidth": 820, + "weight": 0.00016510941610695218, + "deviceCategory": "tablet" + }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, - "language": "en-US", + "language": "es-ES", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 750, - "viewportWidth": 1528, - "weight": 0.00022049142831060786, + "viewportHeight": 1270, + "viewportWidth": 1278, + "weight": 0.0001651009383211253, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.0001650548488422226, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.0001650517683657819, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1554.1455 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 991, - "viewportWidth": 1920, - "weight": 0.0002203979823169677, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016501808291739372, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 7.45, "downlinkMax": 100, "effectiveType": "4g", "rtt": 150, @@ -26381,167 +26491,181 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 772, + "screenHeight": 800, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 639, + "viewportHeight": 666, "viewportWidth": 360, - "weight": 0.0002203189311194022, + "weight": 0.00016500163470579515, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.25, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3000.1680 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00022019075674219082, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016487913038009771, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "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.3481.1386 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8685.1308 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0002201483367608667, + "weight": 0.00016487566929113633, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Win32", + "pluginsLength": 7, + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 668, - "viewportWidth": 1440, - "weight": 0.00022010990967925701, + "viewportHeight": 703, + "viewportWidth": 1475, + "weight": 0.0001648025087356867, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 670, - "viewportWidth": 390, - "weight": 0.00022005325288699455, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00016476241470271967, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "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": 659, - "viewportWidth": 393, - "weight": 0.00021999984487481238, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 947, + "viewportWidth": 1920, + "weight": 0.00016475455167879325, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.00021997561001853262, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 718, + "viewportWidth": 384, + "weight": 0.000164706867067634, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36 OPR/110.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5715.1222 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1264, - "viewportWidth": 1658, - "weight": 0.0002196952586357736, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016456363426468464, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 684, - "viewportWidth": 1348, - "weight": 0.00021920487965123138, + "screenHeight": 2160, + "screenWidth": 3840, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1841, + "viewportWidth": 3110, + "weight": 0.00016445661634819416, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.3, - "downlinkMax": null, + "downlink": 4, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 300 }, - "language": "en-CA", - "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", + "language": "en-US", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 3840, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.00021902848099248704, + "viewportHeight": 854, + "viewportWidth": 1653, + "weight": 0.00016444558158222014, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/372.0.765951532 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00016441872691249848, "deviceCategory": "mobile" }, { @@ -26556,11 +26680,11 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, + "viewportHeight": 945, "viewportWidth": 1920, - "weight": 0.00021899514802983046, + "weight": 0.00016438217746469076, "deviceCategory": "desktop" }, { @@ -26571,118 +26695,95 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 738, - "viewportWidth": 1536, - "weight": 0.0002189638658306552, + "viewportHeight": 838, + "viewportWidth": 1439, + "weight": 0.0001643685919788976, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 737, - "viewportWidth": 430, - "weight": 0.00021893251474764248, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 2.55, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 960, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1260, + "screenWidth": 2240, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 799, - "viewportWidth": 1536, - "weight": 0.00021868191065237095, + "viewportHeight": 1151, + "viewportWidth": 2198, + "weight": 0.0001640115816151175, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 776, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00021865434878250332, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00021842671590960696, + "weight": 0.00016400686974059472, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.00021836293313430048, - "deviceCategory": "mobile" + "screenHeight": 1414, + "screenWidth": 1264, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1287, + "viewportWidth": 1264, + "weight": 0.00016396189155739433, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 414, - "weight": 0.00021820338149563924, + "viewportHeight": 852, + "viewportWidth": 393, + "weight": 0.00016394044360024048, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 743, - "viewportWidth": 428, - "weight": 0.00021794192747597374, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00016379608141947637, "deviceCategory": "mobile" }, { @@ -26694,16 +26795,16 @@ "rtt": 100, "type": "cellular" }, - "language": "en-US", + "language": "it-IT", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 712, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 577, - "viewportWidth": 320, - "weight": 0.00021790245846016717, + "viewportHeight": 718, + "viewportWidth": 384, + "weight": 0.00016376072391909325, "deviceCategory": "mobile" }, { @@ -26711,108 +26812,101 @@ "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0002178924753606632, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00016368914583150918, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 8.75, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 100, + "type": "cellular" }, - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 646, - "viewportWidth": 360, - "weight": 0.00021770388685432506, + "viewportHeight": 731, + "viewportWidth": 384, + "weight": 0.00016357590798466508, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 1.45, + "effectiveType": "3g", + "rtt": 300 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 723, - "viewportWidth": 430, - "weight": 0.000217683222612642, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001635489392759315, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, "screenHeight": 1440, "screenWidth": 2560, - "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": 1279, - "viewportWidth": 2560, - "weight": 0.00021764515868172773, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15 Ddg/26.2", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1211, + "viewportWidth": 1399, + "weight": 0.0001635240226447887, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00021758889874042668, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00016343745432969637, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "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": 758, - "viewportWidth": 412, - "weight": 0.00021726717694470397, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00016341671171918925, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.8, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, @@ -26821,26 +26915,30 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 945, "viewportWidth": 1920, - "weight": 0.00021717220154333442, + "weight": 0.00016339214350921083, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Linux x86_64", - "platform": "Linux x86_64", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 683, - "viewportWidth": 1366, - "weight": 0.0002171703977793002, + "screenHeight": 1368, + "screenWidth": 1385, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1245, + "viewportWidth": 1385, + "weight": 0.0001633831503572559, "deviceCategory": "desktop" }, { @@ -26853,99 +26951,108 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 716, - "viewportWidth": 1528, - "weight": 0.0002169772018125133, + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.00016336126833929905, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "fr-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00016335449529235143, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 0.15, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 945, "viewportWidth": 1920, - "weight": 0.0002169588073795409, + "weight": 0.00016330512317469558, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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": 739, - "viewportWidth": 430, - "weight": 0.0002167497973392138, - "deviceCategory": "mobile" + "screenHeight": 1352, + "screenWidth": 1255, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1226, + "viewportWidth": 1255, + "weight": 0.00016326030115624044, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00021669548554225103, + "viewportHeight": 877, + "viewportWidth": 440, + "weight": 0.00016321295398577607, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 9.7, - "effectiveType": "4g", - "rtt": 0 - }, - "language": "zh-CN", - "platform": "Linux x86_64", - "pluginsLength": 0, - "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.3621.1174 Mobile Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 812, - "viewportWidth": 375, - "weight": 0.00021652022639003868, + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00016315765559653386, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "MacIntel", + "language": "en-AU", + "platform": "iPhone", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 959, - "viewportWidth": 1920, - "weight": 0.0002165074598207294, - "deviceCategory": "desktop" + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 713, + "viewportWidth": 428, + "weight": 0.00016314712033611113, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -26954,44 +27061,46 @@ "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) Mobile/15E148", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 756, + "viewportHeight": 745, "viewportWidth": 430, - "weight": 0.00021640249352848921, + "weight": 0.0001630219408755467, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/124.0.0.0 Safari/537.36 OPR/110.0.0.0", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 915, - "viewportWidth": 1844, - "weight": 0.00021626698597718985, - "deviceCategory": "desktop" + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00016297929973537937, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00021620737882761272, + "viewportHeight": 670, + "viewportWidth": 375, + "weight": 0.00016288860959511294, "deviceCategory": "mobile" }, { @@ -26999,34 +27108,62 @@ "language": "en-US", "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 Safari/605.1.15", + "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.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 1041, - "viewportWidth": 1890, - "weight": 0.0002160645834440138, + "viewportHeight": 1010, + "viewportWidth": 810, + "weight": 0.00016288414077915897, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 6.1, + "downlink": 10, "effectiveType": "4g", - "rtt": 250 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1373, + "screenWidth": 1329, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 904, - "viewportWidth": 1591, - "weight": 0.00021606154948002648, + "viewportHeight": 1249, + "viewportWidth": 1329, + "weight": 0.00016277223111433494, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 856, + "viewportWidth": 1366, + "weight": 0.00016274151387570348, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPad", + "pluginsLength": 5, + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 688, + "viewportWidth": 1180, + "weight": 0.00016272669537083806, + "deviceCategory": "tablet" + }, { "appName": "Netscape", "connection": { @@ -27039,27 +27176,80 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 750, - "viewportWidth": 412, - "weight": 0.0002160022456794301, + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00016271386496669903, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 919, + "viewportWidth": 1869, + "weight": 0.00016264009820205348, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2399.1785 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016261518965397486, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 991, + "viewportWidth": 1920, + "weight": 0.00016253017826801494, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 616, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00021595247674615533, + "weight": 0.0001623612113929561, "deviceCategory": "mobile" }, { @@ -27067,15 +27257,34 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 723, - "viewportWidth": 430, - "weight": 0.00021590401538726159, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00016235273708524456, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6969.1425 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00016222557132574412, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { @@ -27086,50 +27295,48 @@ "type": "wifi" }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 857, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 786, - "viewportWidth": 384, - "weight": 0.0002157884767234393, - "deviceCategory": "mobile" + "viewportHeight": 731, + "viewportWidth": 1517, + "weight": 0.00016221342658451289, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-AU", + "platform": "MacIntel", "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", + "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.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00021578507824422674, - "deviceCategory": "mobile" + "viewportHeight": 839, + "viewportWidth": 1470, + "weight": 0.0001621697271570485, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux armv8l", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 666, - "viewportWidth": 360, - "weight": 0.00021577828094354763, + "viewportHeight": 915, + "viewportWidth": 412, + "weight": 0.00016212786949561478, "deviceCategory": "mobile" }, { @@ -27139,100 +27346,136 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.0002152915166282302, + "weight": 0.00016207303331619794, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "de-DE", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "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) Version/18.0.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 723, - "viewportWidth": 430, - "weight": 0.00021522321033281302, + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00016202761275253732, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00021505615202431442, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2703.1995 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016199811767821464, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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 Edg/125.0.0.0", + "screenHeight": 1437, + "screenWidth": 1351, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1872, - "weight": 0.00021503058468708372, + "viewportHeight": 1311, + "viewportWidth": 1351, + "weight": 0.00016198673989171447, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 761, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1190.1021 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00021499145870579916, + "weight": 0.0001619803537855944, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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": 657, - "viewportWidth": 393, - "weight": 0.00021493345564453854, + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en", + "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/133.0.6943.141 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1600, + "viewportWidth": 1600, + "weight": 0.00016195199697888063, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 0.8, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "ru-RU", + "platform": "Linux aarch64", + "pluginsLength": 0, + "screenHeight": 904, + "screenWidth": 407, + "userAgent": "Mozilla/5.0 (Linux; arm_64; Android 15; 23122PCD1G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.169 YaBrowser/25.4.3.169.00 SA/3 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 714, + "viewportWidth": 406, + "weight": 0.0001618056642340599, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "platform": "iPhone", - "pluginsLength": 7, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 735, - "viewportWidth": 430, - "weight": 0.0002147514776407721, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00016179900861232801, "deviceCategory": "mobile" }, { @@ -27240,18 +27483,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00021474453897585768, + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.00016170915178761279, "deviceCategory": "desktop" }, { @@ -27259,42 +27502,28 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "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 Snapchat/13.63.1.0 (like Safari/8620.2.4.10.7, panda)", "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.00021468011837541746, + "viewportHeight": 677, + "viewportWidth": 390, + "weight": 0.00016166153558196486, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00021388665867142368, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00021386253289204884, - "deviceCategory": "mobile" + "viewportHeight": 810, + "viewportWidth": 1440, + "weight": 0.00016164465791761482, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -27304,43 +27533,34 @@ "rtt": 50 }, "language": "en-US", - "platform": "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": 945, - "viewportWidth": 1920, - "weight": 0.00021384287987317421, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "platform": "Linux armv8l", "pluginsLength": 0, - "screenHeight": 926, - "screenWidth": 428, - "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": 746, - "viewportWidth": 428, - "weight": 0.00021381715039793726, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 915, + "viewportWidth": 412, + "weight": 0.00016157722084261477, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 636, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4975.1706 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0002137589622518681, + "weight": 0.0001615438483922845, "deviceCategory": "mobile" }, { @@ -27353,13 +27573,13 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1600, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1289, - "viewportWidth": 2560, - "weight": 0.0002136785775577553, + "viewportHeight": 739, + "viewportWidth": 1600, + "weight": 0.00016153264495326195, "deviceCategory": "desktop" }, { @@ -27367,156 +27587,112 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9946.1454 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00021357781860040936, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 797, - "viewportWidth": 390, - "weight": 0.0002134957488223695, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "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": 660, - "viewportWidth": 393, - "weight": 0.00021344852253198915, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016144620908542916, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.00021331999003882678, - "deviceCategory": "mobile" + "screenHeight": 1444, + "screenWidth": 1303, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1319, + "viewportWidth": 1303, + "weight": 0.00016143832675987295, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 743, - "viewportWidth": 428, - "weight": 0.00021324182887415977, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00016143771828526664, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-GB", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9633.1675 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 667, - "viewportWidth": 360, - "weight": 0.0002131756844992064, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00021303781425574436, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00016134063796169576, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "wifi" }, - "language": "pt-BR", - "platform": "Win32", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1067, - "screenWidth": 1707, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 898, - "viewportWidth": 1707, - "weight": 0.00021278339362539996, + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00016133894820083162, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.00021274458237544752, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00021269002169818773, + "connection": { + "downlink": 6.95, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 646, + "viewportWidth": 360, + "weight": 0.00016124680326032057, "deviceCategory": "mobile" }, { @@ -27524,80 +27700,91 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4469.1138 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 1912, - "weight": 0.0002126639107482328, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016120252099357748, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1329, + "screenWidth": 1289, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 581, - "viewportWidth": 1284, - "weight": 0.00021263651805306785, + "viewportHeight": 1204, + "viewportWidth": 1289, + "weight": 0.0001612004676674334, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "zh-CN", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1287, - "viewportWidth": 2560, - "weight": 0.00021214636045832505, - "deviceCategory": "desktop" + "connection": { + "downlink": 5.95, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "nl-NL", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 757, + "viewportWidth": 411, + "weight": 0.00016118491229265272, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00021207536898669994, + "viewportHeight": 676, + "viewportWidth": 402, + "weight": 0.00016114339974134187, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 670, - "viewportWidth": 390, - "weight": 0.000212075174238107, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6716.1189 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001611280418283729, "deviceCategory": "mobile" }, { @@ -27607,38 +27794,36 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", - "platform": "MacIntel", + "language": "en-GB", + "platform": "Linux x86_64", "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/123.0.0.0 Safari/537.36", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 697, - "viewportWidth": 1440, - "weight": 0.00021206077414773807, + "viewportHeight": 922, + "viewportWidth": 2049, + "weight": 0.0001609477875862329, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 1480, - "screenWidth": 924, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "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.8227.1416 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1344, - "viewportWidth": 924, - "weight": 0.0002120510913311395, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016093924928201568, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -27647,16 +27832,16 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", - "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/106.0.0.0 Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1460, + "screenWidth": 1379, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 768, - "viewportWidth": 1366, - "weight": 0.00021193696488469986, + "viewportHeight": 1330, + "viewportWidth": 1379, + "weight": 0.00016081820262931366, "deviceCategory": "desktop" }, { @@ -27667,29 +27852,15 @@ "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6585.1402 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00021192483385421598, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.0002118917280272019, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00016074709885016182, "deviceCategory": "mobile" }, { @@ -27697,99 +27868,82 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 393, - "weight": 0.00021185984662543028, + "viewportHeight": 887, + "viewportWidth": 487, + "weight": 0.0001607111416672096, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 569, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1039, - "viewportWidth": 1920, - "weight": 0.0002117545162080367, - "deviceCategory": "desktop" + "viewportHeight": 489, + "viewportWidth": 320, + "weight": 0.00016069788882099858, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 598, - "viewportWidth": 1272, - "weight": 0.00021174908865361072, - "deviceCategory": "desktop" + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00016058243150688284, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1436, + "screenWidth": 1362, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00021161897501879149, + "viewportHeight": 1309, + "viewportWidth": 1362, + "weight": 0.00016035429867734967, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 932, - "screenWidth": 430, - "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": 740, - "viewportWidth": 430, - "weight": 0.00021150184473908088, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "screenHeight": 874, + "screenWidth": 402, + "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": 707, - "viewportWidth": 1080, - "weight": 0.00021149128475381475, - "deviceCategory": "desktop" + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.0001603397142334201, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -27798,177 +27952,140 @@ "downlinkMax": null, "effectiveType": "4g", "rtt": 50, - "type": "wifi" + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 869, + "screenHeight": 938, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 718, - "viewportWidth": 412, - "weight": 0.00021112968909779622, + "viewportHeight": 803, + "viewportWidth": 411, + "weight": 0.00016030461737669493, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 6.7, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "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": 670, - "viewportWidth": 360, - "weight": 0.00021107461543209968, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.0001602976164643222, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "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 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 848, - "viewportWidth": 1609, - "weight": 0.0002110673634459495, - "deviceCategory": "desktop" + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00016029371902293838, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 652, - "viewportWidth": 390, - "weight": 0.0002110239429546453, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00016022699554315474, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 958, - "screenWidth": 1925, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9771.1262 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 951, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.00021096160651033616, + "weight": 0.00016016117354259314, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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/17.5 Safari/605.1.15", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22G100 Twitter for iPhone/11.57", "vendor": "Apple Computer, Inc.", - "viewportHeight": 888, - "viewportWidth": 1280, - "weight": 0.00021096098501682809, - "deviceCategory": "desktop" + "viewportHeight": 668, + "viewportWidth": 430, + "weight": 0.00016011701227514941, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 721, - "viewportWidth": 414, - "weight": 0.00021093343862313129, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00015996154198430438, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, - "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": 543, - "viewportWidth": 375, - "weight": 0.0002107399798120914, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 559, - "viewportWidth": 375, - "weight": 0.00021071695268494824, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 1366, + "screenWidth": 1024, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 637, - "viewportWidth": 375, - "weight": 0.00021068318842483935, - "deviceCategory": "mobile" + "viewportHeight": 896, + "viewportWidth": 1366, + "weight": 0.0001597904051569128, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 5.05, - "downlinkMax": null, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 150, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux x86_64", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1369, + "screenWidth": 1364, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 617, - "viewportWidth": 1366, - "weight": 0.00021046611204312285, + "viewportHeight": 1247, + "viewportWidth": 1364, + "weight": 0.0001597896872207031, "deviceCategory": "desktop" }, { @@ -27976,60 +28093,39 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 150 }, - "language": "en-US", - "platform": "Win32", + "language": "en-GB", + "platform": "MacIntel", "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", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00021042331866557253, + "viewportHeight": 717, + "viewportWidth": 1469, + "weight": 0.00015978902380761338, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00021038423747518376, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 827, - "viewportWidth": 428, - "weight": 0.0002103778470509495, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00021030689655898566, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 360, + "weight": 0.00015968994819835268, "deviceCategory": "mobile" }, { @@ -28039,11 +28135,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.0002102892407592452, + "weight": 0.00015961945425010257, "deviceCategory": "mobile" }, { @@ -28052,52 +28148,61 @@ "downlink": 10, "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, + "rtt": 0, "type": "cellular" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 877, + "screenHeight": 892, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 750, - "viewportWidth": 412, - "weight": 0.00021022395935406084, + "viewportHeight": 715, + "viewportWidth": 411, + "weight": 0.00015943485399575483, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 791, - "viewportWidth": 1436, - "weight": 0.00021016879471622956, - "deviceCategory": "desktop" + "viewportHeight": 725, + "viewportWidth": 384, + "weight": 0.0001594329219507508, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 5.95, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, "language": "en-US", - "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.00020994526352785433, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 670, + "viewportWidth": 360, + "weight": 0.0001594151810543061, "deviceCategory": "mobile" }, { @@ -28105,32 +28210,58 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36", + "screenHeight": 1359, + "screenWidth": 1215, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0002098409133895917, + "viewportHeight": 1229, + "viewportWidth": 1215, + "weight": 0.00015941336525142333, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.00020983274941139147, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5642.1088 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00015936981138096255, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 960, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 813, + "viewportWidth": 432, + "weight": 0.00015935356831383216, "deviceCategory": "mobile" }, { @@ -28138,52 +28269,59 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 655, - "viewportWidth": 393, - "weight": 0.0002095686195302477, + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.0001593349542837017, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 640, - "screenWidth": 1024, - "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": 565, - "viewportWidth": 1024, - "weight": 0.00020940643323754678, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 854, + "viewportWidth": 1816, + "weight": 0.00015929377103977838, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1219, - "viewportWidth": 5120, - "weight": 0.00020933661554534713, - "deviceCategory": "desktop" + "viewportHeight": 701, + "viewportWidth": 384, + "weight": 0.00015916477658703017, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.95, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, @@ -28192,11 +28330,11 @@ "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 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 924, - "viewportWidth": 1912, - "weight": 0.00020908935813194525, + "viewportHeight": 993, + "viewportWidth": 1920, + "weight": 0.00015915687740779947, "deviceCategory": "desktop" }, { @@ -28204,46 +28342,56 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9145.1269 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0002090789132689052, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001591057434558881, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00020903297466553562, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2913.1541 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015908085053418508, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 713, - "screenWidth": 860, - "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": 713, - "viewportWidth": 860, - "weight": 0.0002090019108291112, + "screenHeight": 1481, + "screenWidth": 1323, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1356, + "viewportWidth": 1323, + "weight": 0.00015902638604412862, "deviceCategory": "desktop" }, { @@ -28256,42 +28404,51 @@ "language": "en-US", "platform": "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 Edg/124.0.0.0", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 966, - "viewportWidth": 1912, - "weight": 0.0002089878460784153, + "viewportHeight": 665, + "viewportWidth": 1280, + "weight": 0.00015893498860814007, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "oscpu": "Intel Mac OS X 10.15", - "platform": "MacIntel", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1117, - "screenWidth": 1728, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 994, - "viewportWidth": 1432, - "weight": 0.0002089660976787248, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 953, + "viewportWidth": 1920, + "weight": 0.0001589158910013264, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00020888549064911863, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9324.1786 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015886425761194698, "deviceCategory": "mobile" }, { @@ -28299,34 +28456,13 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.00020885890306672388, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 350, - "type": "cellular" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 880, - "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": 745, - "viewportWidth": 360, - "weight": 0.00020885813449701918, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00015885869418719772, "deviceCategory": "mobile" }, { @@ -28334,77 +28470,77 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 800, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1468, + "screenWidth": 1354, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 644, - "viewportWidth": 1232, - "weight": 0.00020880152743698118, + "viewportHeight": 1341, + "viewportWidth": 1354, + "weight": 0.00015879545033967572, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8539.1671 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1270, - "viewportWidth": 1278, - "weight": 0.0002087500831403607, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015875261638689225, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.8, - "downlinkMax": null, + "downlink": 8.3, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 100, + "type": "cellular" }, - "language": "es-419", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 869, + "screenHeight": 915, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 782, - "viewportWidth": 412, - "weight": 0.0002084162054334872, + "viewportHeight": 766, + "viewportWidth": 411, + "weight": 0.00015871687165590364, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 2.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 200 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1271, - "viewportWidth": 2560, - "weight": 0.00020838545221868175, + "viewportHeight": 1024, + "viewportWidth": 1280, + "weight": 0.00015870502625704995, "deviceCategory": "desktop" }, { @@ -28415,17 +28551,31 @@ "rtt": 0 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 815, - "viewportWidth": 1440, - "weight": 0.00020820391278432687, + "viewportHeight": 910, + "viewportWidth": 1920, + "weight": 0.00015858052520845994, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00015854653004256103, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { @@ -28434,15 +28584,15 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/119.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 717, - "viewportWidth": 1392, - "weight": 0.0002081369294304765, + "viewportHeight": 953, + "viewportWidth": 1920, + "weight": 0.00015851816526073372, "deviceCategory": "desktop" }, { @@ -28450,13 +28600,13 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00020807796341128026, + "viewportWidth": 402, + "weight": 0.0001584680662253191, "deviceCategory": "mobile" }, { @@ -28464,81 +28614,46 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 844, - "screenWidth": 390, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00020793571246934182, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.15, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "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": 773, - "viewportWidth": 412, - "weight": 0.00020788885479784203, + "viewportHeight": 751, + "viewportWidth": 428, + "weight": 0.00015842685462010052, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.3, + "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "platform": "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", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 768, - "viewportWidth": 1366, - "weight": 0.00020785924262814638, + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.0001584214337346661, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 1087, - "viewportWidth": 834, - "weight": 0.0002077930454037522, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 844, - "screenWidth": 390, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 797, - "viewportWidth": 390, - "weight": 0.00020772302269999533, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0001583644370978928, "deviceCategory": "mobile" }, { @@ -28546,88 +28661,53 @@ "language": "en-US", "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.00020758549178205284, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.0002075724920549562, + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00015836132540589124, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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 Ddg/17.5", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, - "viewportWidth": 390, - "weight": 0.00020749047133546107, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3758.1928 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015832905480802362, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "es-419", - "platform": "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", + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.0002073405368965059, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00020728068107537693, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00020723043046313137, + "viewportWidth": 360, + "weight": 0.00015828558362405865, "deviceCategory": "mobile" }, { @@ -28635,13 +28715,13 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 737, - "viewportWidth": 430, - "weight": 0.00020718387945276934, + "viewportHeight": 657, + "viewportWidth": 393, + "weight": 0.00015825498120993422, "deviceCategory": "mobile" }, { @@ -28649,51 +28729,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6442.1015 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1060, - "viewportWidth": 2230, - "weight": 0.00020711532515314024, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015824030006748234, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5864.1405 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 908, - "viewportWidth": 1179, - "weight": 0.00020710354158106318, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00020700859021757065, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015811476193684803, "deviceCategory": "mobile" }, { @@ -28701,53 +28767,56 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2718.1618 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 912, - "viewportWidth": 1099, - "weight": 0.0002062384589015928, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015804072288663954, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.5, - "downlinkMax": 100, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 632, - "screenWidth": 349, - "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", + "screenHeight": 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.7726.1585 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 632, - "viewportWidth": 349, - "weight": 0.00020621995124654328, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015800169736551864, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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": 523, - "viewportWidth": 320, - "weight": 0.0002061580496974059, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1415.1403 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015792307602244173, "deviceCategory": "mobile" }, { @@ -28755,325 +28824,315 @@ "language": "en-US", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "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": 677, - "viewportWidth": 428, - "weight": 0.00020614461098329294, + "viewportHeight": 637, + "viewportWidth": 375, + "weight": 0.00015772284787723625, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 694, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 966, - "viewportWidth": 1872, - "weight": 0.00020610218400774283, - "deviceCategory": "desktop" + "viewportHeight": 565, + "viewportWidth": 320, + "weight": 0.000157710869821905, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 0.35, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100 + "rtt": 100, + "type": "cellular" }, - "language": "ru-RU", - "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/125.0.0.0 Safari/537.36", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 738, - "viewportWidth": 1536, - "weight": 0.00020606228517189775, - "deviceCategory": "desktop" + "viewportHeight": 753, + "viewportWidth": 411, + "weight": 0.00015760201180839556, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1447, + "screenWidth": 1226, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 788, - "viewportWidth": 1440, - "weight": 0.00020605452603371884, + "viewportHeight": 1320, + "viewportWidth": 1226, + "weight": 0.00015759200087491797, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "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.2621.1824 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 682, - "viewportWidth": 360, - "weight": 0.00020601851401259405, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001574869762851039, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0002059891603428522, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1842 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015744604413810964, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 734, - "viewportWidth": 430, - "weight": 0.0002059890406113842, - "deviceCategory": "mobile" + "screenHeight": 915, + "screenWidth": 1463, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 754, + "viewportWidth": 1463, + "weight": 0.00015742698318961106, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-CA", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00020597720882140243, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0001573444347284371, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00020597556504453287, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5076.1650 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001573035690764101, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00020584666961311003, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.00020566861352390732, + "weight": 0.00015727929388554732, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 736, - "screenWidth": 414, - "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": 620, - "viewportWidth": 414, - "weight": 0.00020555561819387538, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2600.1355 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001571825070718703, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 5.1, + "downlink": 10, "effectiveType": "4g", "rtt": 100 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "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/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 613, - "viewportWidth": 1358, - "weight": 0.0002053915325144841, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001570302273675231, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.00020539065086370192, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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.5 Safari/605.1.15", + "screenHeight": 1117, + "screenWidth": 1728, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 1202, - "viewportWidth": 2091, - "weight": 0.00020504185456009645, + "viewportHeight": 889, + "viewportWidth": 918, + "weight": 0.00015702698056002724, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.75, - "downlinkMax": null, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.1109 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 791, - "viewportWidth": 384, - "weight": 0.00020500419676874258, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001570169088922227, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 679, - "viewportWidth": 1404, - "weight": 0.00020497989209140735, - "deviceCategory": "desktop" + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00015698826551462116, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 393, - "weight": 0.00020493218439990768, + "viewportHeight": 659, + "viewportWidth": 375, + "weight": 0.00015693710462560267, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.9, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 785, - "viewportWidth": 412, - "weight": 0.00020487882385174897, - "deviceCategory": "mobile" + "viewportHeight": 1200, + "viewportWidth": 2128, + "weight": 0.00015693348600986546, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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/16.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 726, - "viewportWidth": 1320, - "weight": 0.00020469648053761592, + "screenHeight": 1474, + "screenWidth": 1231, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1346, + "viewportWidth": 1231, + "weight": 0.0001568297546870283, "deviceCategory": "desktop" }, { @@ -29081,131 +29140,119 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1537, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1323, + "screenWidth": 1318, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 738, - "viewportWidth": 1536, - "weight": 0.00020459505251998209, + "viewportHeight": 1203, + "viewportWidth": 1318, + "weight": 0.00015679282214523988, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 390, - "weight": 0.00020437139749178071, + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00015678023243388743, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 662, - "viewportWidth": 390, - "weight": 0.0002042269561034698, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7655.1830 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015677541262464715, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "wifi" }, - "language": "en-US", - "platform": "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", + "language": "pt-BR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00020411261065412666, - "deviceCategory": "desktop" + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00015677124040501544, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "es-US", + "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00020384262259915016, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00015671149608474828, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 9, - "effectiveType": "4g", - "rtt": 0 - }, - "language": "ru-RU", - "platform": "Win32", + "language": "en-US", + "platform": "iPad", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.156 Not(A:Brand/24 YaBrowser/24.4.4.1168 Yowser/2.5 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 1080, - "viewportWidth": 1920, - "weight": 0.00020381936622178087, - "deviceCategory": "desktop" + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.34 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 668, + "viewportWidth": 1180, + "weight": 0.0001565817380095942, + "deviceCategory": "tablet" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6200.1821 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00020381017703161993, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 390, - "weight": 0.00020372261240016938, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015653533208599116, "deviceCategory": "mobile" }, { @@ -29215,30 +29262,30 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 736, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.00020354573205800283, + "weight": 0.00015636706295321475, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1494, + "screenWidth": 1234, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 728, - "viewportWidth": 1416, - "weight": 0.0002034111121342987, + "viewportHeight": 1368, + "viewportWidth": 1234, + "weight": 0.00015622269665757716, "deviceCategory": "desktop" }, { @@ -29246,67 +29293,39 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 881, - "viewportWidth": 1496, - "weight": 0.0002033221982022326, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "es-MX", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 624, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6592.1578 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00020309842074380048, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 746, - "viewportWidth": 430, - "weight": 0.0002029604814897298, + "weight": 0.00015617914435874433, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 100, + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, "screenHeight": 824, "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 722, + "viewportHeight": 692, "viewportWidth": 384, - "weight": 0.00020291941017388566, + "weight": 0.0001561037900067294, "deviceCategory": "mobile" }, { @@ -29314,47 +29333,38 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1107, + "screenWidth": 1710, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1240, - "viewportWidth": 2560, - "weight": 0.00020289595395517435, + "viewportHeight": 952, + "viewportWidth": 1710, + "weight": 0.0001560828222667359, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00020275467283411487, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0002025831308223951, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6377.1685 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00015603566157296544, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -29363,135 +29373,142 @@ "pluginsLength": 5, "screenHeight": 932, "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_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": 745, "viewportWidth": 430, - "weight": 0.00020242045161242427, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 667, - "screenWidth": 375, - "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": 540, - "viewportWidth": 375, - "weight": 0.00020241972471116582, + "weight": 0.00015584659138129784, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 1.6, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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/123.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 805, - "viewportWidth": 1410, - "weight": 0.00020241135392979465, + "viewportHeight": 1024, + "viewportWidth": 1280, + "weight": 0.00015583864015379555, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 873, - "viewportWidth": 430, - "weight": 0.0002023889869235103, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0", + "vendor": "", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00015575334068747314, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1402, + "screenWidth": 1214, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00020229475226439913, + "viewportHeight": 1282, + "viewportWidth": 1214, + "weight": 0.0001556982078272347, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00020220249203774514, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9020.1561 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015569265191259446, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00020219788937785857, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8759.1143 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015565254211714677, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 734, - "viewportWidth": 430, - "weight": 0.00020202983727964882, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5363.1558 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015565111221299855, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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": 656, - "viewportWidth": 393, - "weight": 0.00020188846941061439, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.0001556491461878759, "deviceCategory": "mobile" }, { @@ -29499,123 +29516,94 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1527.1777 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00020174590784551667, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPad", - "pluginsLength": 5, - "screenHeight": 1024, - "screenWidth": 768, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 16_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 653, - "viewportWidth": 1024, - "weight": 0.00020163003467087772, - "deviceCategory": "tablet" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015564082138036124, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 738, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.00020148062424403998, + "weight": 0.00015563200794596358, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "cellular" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 644, - "viewportWidth": 1272, - "weight": 0.00020137609747358123, - "deviceCategory": "desktop" + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00015554934248148268, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4927.1463 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 641, - "viewportWidth": 1366, - "weight": 0.00020133690498377462, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015552503164871997, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 991, - "viewportWidth": 2048, - "weight": 0.00020099775715263607, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.15, - "effectiveType": "4g", - "rtt": 100 + "rtt": 100, + "type": "cellular" }, "language": "en-US", - "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/123.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 720, - "viewportWidth": 1440, - "weight": 0.000200642104150831, - "deviceCategory": "desktop" + "viewportHeight": 696, + "viewportWidth": 360, + "weight": 0.0001555231787202714, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -29624,25 +29612,44 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0002006309127074536, + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.00015550675501501755, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9994.1963 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015548015922314164, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00020052361131571463, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00015545533052842652, "deviceCategory": "mobile" }, { @@ -29653,29 +29660,34 @@ "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 0, - "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", + "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.2150.1760 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00020047542440610738, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015542639144823967, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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/17.1.2 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 914, - "viewportWidth": 1728, - "weight": 0.00020040536372773984, + "screenHeight": 1402, + "screenWidth": 1236, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1278, + "viewportWidth": 1236, + "weight": 0.00015541545753903485, "deviceCategory": "desktop" }, { @@ -29685,11 +29697,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.0002004018307230061, + "weight": 0.0001554132707810962, "deviceCategory": "mobile" }, { @@ -29699,46 +29711,49 @@ "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, + "viewportHeight": 669, "viewportWidth": 390, - "weight": 0.00020021319762983963, + "weight": 0.00015538761208931876, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00020003465660890858, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00015522941108141142, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 753, - "screenWidth": 339, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.9939.1252 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 620, - "viewportWidth": 339, - "weight": 0.00019983335802081992, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015518616961680603, "deviceCategory": "mobile" }, { @@ -29753,67 +29768,59 @@ "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/125.0.0.0 Safari/537.36", + "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": 703, + "viewportHeight": 783, "viewportWidth": 1440, - "weight": 0.00019983310171895548, + "weight": 0.0001551426318312424, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 748, - "viewportWidth": 428, - "weight": 0.00019956589696112104, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1519.1549 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001550730010516537, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", + "oscpu": "Intel Mac OS X 10.15", "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": 712, - "viewportWidth": 1080, - "weight": 0.00019948446712201939, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1187, + "viewportWidth": 2310, + "weight": 0.00015505478675824987, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.00019942611379004282, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00019936079985599512, + "language": "es-ES", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 686, + "viewportWidth": 384, + "weight": 0.00015503371567017295, "deviceCategory": "mobile" }, { @@ -29826,90 +29833,83 @@ "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 857, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 647, - "viewportWidth": 1366, - "weight": 0.00019934627674515147, - "deviceCategory": "desktop" + "viewportHeight": 729, + "viewportWidth": 384, + "weight": 0.0001549895224463329, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 833, - "screenWidth": 1355, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 831, - "viewportWidth": 1353, - "weight": 0.00019933098754026254, - "deviceCategory": "desktop" + "viewportHeight": 643, + "viewportWidth": 360, + "weight": 0.00015498756415759018, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "de", - "platform": "Linux armv81", - "pluginsLength": 2, - "screenHeight": 915, - "screenWidth": 412, - "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": 784, - "viewportWidth": 412, - "weight": 0.00019928610969960895, + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00015497272946590515, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-CA", - "platform": "iPad", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1366, - "screenWidth": 1024, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 16_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 1024, - "viewportWidth": 1366, - "weight": 0.00019923673770995388, - "deviceCategory": "tablet" + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00015492147694278684, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4737.1844 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 856, - "viewportWidth": 1512, - "weight": 0.0001992223390722482, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0001991946404302605, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015490237766873093, "deviceCategory": "mobile" }, { @@ -29917,46 +29917,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1112, + "screenWidth": 1710, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 823, - "viewportWidth": 1512, - "weight": 0.00019909863063412243, + "viewportHeight": 888, + "viewportWidth": 1042, + "weight": 0.00015485052145427052, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00019898088622026622, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0001989738972355707, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5329.1507 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015480466656564448, "deviceCategory": "mobile" }, { @@ -29969,13 +29960,13 @@ "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 864, + "screenHeight": 960, "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.0001988322970955409, + "viewportHeight": 828, + "viewportWidth": 1528, + "weight": 0.00015476974855175963, "deviceCategory": "desktop" }, { @@ -29983,218 +29974,149 @@ "language": "en-US", "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": 739, - "viewportWidth": 430, - "weight": 0.00019876070051678813, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00019858224380366003, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0001984993219122176, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00019849653487981228, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00015459263628854236, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.00019834146182123736, - "deviceCategory": "mobile" + "screenHeight": 1403, + "screenWidth": 1262, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1274, + "viewportWidth": 1262, + "weight": 0.00015457675123204805, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 345, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.8943.1695 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 746, - "viewportWidth": 345, - "weight": 0.0001983330872841788, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015449170502081236, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 772, - "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", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1417, + "screenWidth": 1200, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 643, - "viewportWidth": 360, - "weight": 0.00019805971349089334, - "deviceCategory": "mobile" + "viewportHeight": 1297, + "viewportWidth": 1200, + "weight": 0.00015444890888885988, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "screenHeight": 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.1446.1813 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3554.1171 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0001980141976774359, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00019790182162486388, + "weight": 0.00015444017048796404, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 8.05, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, "type": "wifi" }, - "language": "de-DE", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "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": 670, - "viewportWidth": 360, - "weight": 0.00019789733554279875, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00019774277590758996, + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.0001544314072017679, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.05, + "downlink": 5.85, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 524, - "viewportWidth": 1099, - "weight": 0.00019741681136474257, + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00015430582247062053, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 667, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 521, - "viewportWidth": 375, - "weight": 0.000197361276522915, - "deviceCategory": "mobile" + "screenHeight": 1505, + "screenWidth": 1201, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1384, + "viewportWidth": 1201, + "weight": 0.0001542445131429116, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -30204,99 +30126,53 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 823, - "viewportWidth": 1512, - "weight": 0.00019734941229733309, + "viewportHeight": 956, + "viewportWidth": 1912, + "weight": 0.0001541954875688846, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 1280, - "screenWidth": 800, - "userAgent": "Mozilla/5.0 (Linux; Android 9; KFTRWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/124.3.2 like Chrome/124.0.6367.221 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 1094, - "viewportWidth": 800, - "weight": 0.00019726445464193375, - "deviceCategory": "tablet" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "zh-CN", "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/16.5.2 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 944, - "viewportWidth": 1238, - "weight": 0.0001970197917268467, + "screenHeight": 1519, + "screenWidth": 1363, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1399, + "viewportWidth": 1363, + "weight": 0.00015416789194656926, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.00019700259364557237, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00019689207167567115, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "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.5221.1369 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 666, - "viewportWidth": 360, - "weight": 0.00019681437828034668, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015414708070987307, "deviceCategory": "mobile" }, { @@ -30306,11 +30182,25 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00019674130383868656, + "weight": 0.000154069623198074, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00015405641558292432, "deviceCategory": "mobile" }, { @@ -30320,25 +30210,30 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 669, "viewportWidth": 390, - "weight": 0.00019662225607007668, + "weight": 0.00015402544602439002, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 977, - "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": 977, - "viewportWidth": 810, - "weight": 0.00019661363593474133, + "screenHeight": 1344, + "screenWidth": 1301, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1216, + "viewportWidth": 1301, + "weight": 0.00015397625605793666, "deviceCategory": "desktop" }, { @@ -30349,98 +30244,86 @@ "rtt": 0 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 704, - "viewportWidth": 1376, - "weight": 0.00019656543749577705, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.0001539526652450836, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "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": 664, - "viewportWidth": 390, - "weight": 0.00019652469548194735, + "viewportHeight": 658, + "viewportWidth": 393, + "weight": 0.00015392380615956929, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "oscpu": "Intel Mac OS X 10.15", - "platform": "MacIntel", - "pluginsLength": 5, - "screenHeight": 1117, - "screenWidth": 1728, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 917, - "viewportWidth": 1560, - "weight": 0.00019648364970378416, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 653, - "viewportWidth": 390, - "weight": 0.00019643095368120138, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7680.1589 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001539020550568095, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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": 696, - "viewportWidth": 384, - "weight": 0.00019639343134082214, - "deviceCategory": "mobile" + "viewportHeight": 466, + "viewportWidth": 780, + "weight": 0.00015389652919943969, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 945, "viewportWidth": 1920, - "weight": 0.0001963679715520824, + "weight": 0.0001538125049336842, "deviceCategory": "desktop" }, { @@ -30453,13 +30336,13 @@ "language": "en-US", "platform": "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 Edg/125.0.0.0", + "screenHeight": 1067, + "screenWidth": 1707, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 924, - "viewportWidth": 1872, - "weight": 0.00019624225466971694, + "viewportHeight": 900, + "viewportWidth": 1707, + "weight": 0.00015372982546058657, "deviceCategory": "desktop" }, { @@ -30467,76 +30350,121 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 738, - "viewportWidth": 430, - "weight": 0.00019622533310267558, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00015369431946914348, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2921.1187 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015366161512247407, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 951, - "viewportWidth": 810, - "weight": 0.00019618893041762882, - "deviceCategory": "desktop" + "viewportHeight": 738, + "viewportWidth": 393, + "weight": 0.00015365452432531212, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "MacIntel", + "language": "zh-CN", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1336, + "screenWidth": 1285, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1035, - "viewportWidth": 1900, - "weight": 0.00019607806333880946, + "viewportHeight": 1213, + "viewportWidth": 1285, + "weight": 0.00015361196927488724, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "de-AT", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 689, + "viewportWidth": 360, + "weight": 0.00015350828892681453, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "oscpu": "Linux x86_64", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", + "screenHeight": 1152, + "screenWidth": 2048, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0", "vendor": "", - "viewportHeight": 906, - "viewportWidth": 1892, - "weight": 0.0001960412043464841, + "viewportHeight": 816, + "viewportWidth": 1535, + "weight": 0.00015348935150385348, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 660, - "viewportWidth": 390, - "weight": 0.00019589899128598243, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.0001534792893713545, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -30548,13 +30476,13 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 3840, - "weight": 0.00019581425504852935, + "viewportHeight": 791, + "viewportWidth": 1536, + "weight": 0.00015344884627945175, "deviceCategory": "desktop" }, { @@ -30562,62 +30490,53 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0001957795316379873, + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00015341537893162724, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.1, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36 EdgA/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 734, - "viewportWidth": 412, - "weight": 0.0001957248161587998, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-AU", - "platform": "iPhone", + "platform": "Win32", "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.00019569527733927924, - "deviceCategory": "mobile" + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.00015330976016465073, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "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": 739, - "viewportWidth": 430, - "weight": 0.0001954368760818384, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 760, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 617, + "viewportWidth": 360, + "weight": 0.00015318317607666983, "deviceCategory": "mobile" }, { @@ -30625,34 +30544,32 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 390, - "weight": 0.0001954291839026893, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00015309902031236704, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.6, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 200, - "type": "wifi" + "rtt": 0 }, - "language": "en-GB", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.1150.1727 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 746, - "viewportWidth": 412, - "weight": 0.000195417255167449, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015308333617124585, "deviceCategory": "mobile" }, { @@ -30667,27 +30584,13 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00019537022215081963, + "viewportHeight": 948, + "viewportWidth": 1912, + "weight": 0.00015305680266636802, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.00019533159509879807, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { @@ -30696,29 +30599,15 @@ "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5856.1606 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0001952826762416141, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 737, - "viewportWidth": 430, - "weight": 0.00019525427371232693, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015301964996849185, "deviceCategory": "mobile" }, { @@ -30728,58 +30617,68 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "screenHeight": 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.9056.1557 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3476.1230 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.000195231966911597, + "weight": 0.00015294234650386633, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0001950480992254091, + "weight": 0.0001528897771108597, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) FxiOS/126.2 Mobile/15E148 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 642, - "viewportWidth": 390, - "weight": 0.0001950100409045371, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5536.1923 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001528443917547496, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00019499685794993314, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1992.1881 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015281599231555792, "deviceCategory": "mobile" }, { @@ -30792,55 +30691,60 @@ "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 800, + "screenHeight": 720, "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 673, + "viewportHeight": 585, "viewportWidth": 1280, - "weight": 0.00019495890985368993, + "weight": 0.00015281267042109136, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "iPad", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 18_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.0001948558248608442, - "deviceCategory": "mobile" + "viewportHeight": 696, + "viewportWidth": 1180, + "weight": 0.0001527820648828292, + "deviceCategory": "tablet" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 723, - "viewportWidth": 430, - "weight": 0.00019480101989243688, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4652.1222 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015277435047947858, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00019475406131252385, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0001527613766983617, "deviceCategory": "mobile" }, { @@ -30848,39 +30752,53 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 734, - "viewportWidth": 1420, - "weight": 0.00019473175187932745, + "viewportHeight": 644, + "viewportWidth": 1358, + "weight": 0.00015275650582078216, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 778, + "viewportWidth": 428, + "weight": 0.00015269920321589223, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { - "downlink": 4.7, - "downlinkMax": 100, + "downlink": 7.7, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 50, + "type": "wifi" }, "language": "en-US", "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", + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.00019464627962333865, + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.0001526957120978388, "deviceCategory": "mobile" }, { @@ -30890,124 +30808,181 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 721, "viewportWidth": 430, - "weight": 0.00019448740664014928, + "weight": 0.00015266282054673415, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3002.1918 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00019439315441435924, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015261408067824558, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.4.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 960, - "viewportWidth": 2123, - "weight": 0.00019434816951567675, - "deviceCategory": "desktop" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4641.1196 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015261106439301277, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 592, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 591, - "viewportWidth": 1280, - "weight": 0.00019428568064420342, - "deviceCategory": "desktop" + "viewportHeight": 788, + "viewportWidth": 411, + "weight": 0.00015260212431970807, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.05, - "effectiveType": "4g", - "rtt": 150 + "downlink": 1.3, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 300, + "type": "cellular" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 934, - "viewportWidth": 1920, - "weight": 0.00019412265044986944, - "deviceCategory": "desktop" + "viewportHeight": 765, + "viewportWidth": 411, + "weight": 0.00015255142133763864, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "MacIntel", + "language": "zh-CN", + "platform": "Win32", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1373, + "screenWidth": 1262, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 832, - "viewportWidth": 1470, - "weight": 0.00019400962585283706, + "viewportHeight": 1246, + "viewportWidth": 1262, + "weight": 0.00015241411409593197, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00019395632936850446, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8729.1010 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015231823971190362, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1380, + "screenWidth": 1240, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1258, + "viewportWidth": 1240, + "weight": 0.00015222407518778732, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.0001521794665310479, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00019382592708012315, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00015214321084623434, "deviceCategory": "mobile" }, { @@ -31015,13 +30990,13 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00019354637500210538, + "viewportHeight": 664, + "viewportWidth": 393, + "weight": 0.00015213534604574113, "deviceCategory": "mobile" }, { @@ -31029,46 +31004,46 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0001934895389969019, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00015206748107945888, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00019319342893957608, + "viewportHeight": 547, + "viewportWidth": 375, + "weight": 0.00015206491099144738, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "MacIntel", - "pluginsLength": 5, - "screenHeight": 1920, - "screenWidth": 1200, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3796.1089 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1737, - "viewportWidth": 1200, - "weight": 0.0001931517096980273, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00015206079099523912, "deviceCategory": "desktop" }, { @@ -31078,131 +31053,183 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en", - "platform": "MacIntel", + "language": "zh-CN", + "platform": "Win32", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1481, + "screenWidth": 1242, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 1440, - "weight": 0.00019314812354668861, + "viewportHeight": 1358, + "viewportWidth": 1242, + "weight": 0.00015205590288603382, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_14 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.0001519962345902238, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.9185.1512 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 750, - "viewportWidth": 412, - "weight": 0.00019288212433348482, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015195926362453614, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 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.8308.1838 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 663, - "viewportWidth": 360, - "weight": 0.000192781329136727, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015195009675821755, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 535, - "viewportWidth": 375, - "weight": 0.00019269385401588036, + "viewportHeight": 654, + "viewportWidth": 393, + "weight": 0.00015190889945400655, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "en-CA", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1073, + "viewportWidth": 820, + "weight": 0.00015190595103392683, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "MacIntel", + "language": "zh-CN", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1361, + "screenWidth": 1321, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 716, - "viewportWidth": 1470, - "weight": 0.0001926351750680967, + "viewportHeight": 1234, + "viewportWidth": 1321, + "weight": 0.00015190289734313535, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00015188153750814154, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.00015184917089876038, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 692, - "viewportWidth": 1440, - "weight": 0.00019253999076373224, - "deviceCategory": "desktop" + "viewportHeight": 777, + "viewportWidth": 411, + "weight": 0.00015184303294152608, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 872, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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.6546.1480 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 697, - "viewportWidth": 320, - "weight": 0.00019253301452053443, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015183276757691904, "deviceCategory": "mobile" }, { @@ -31210,13 +31237,32 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00019237834641790363, + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00015175115056760403, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4725.1386 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015174777951776924, "deviceCategory": "mobile" }, { @@ -31226,63 +31272,58 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.00019210726807943336, + "weight": 0.00015166376962047736, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "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": 550, - "viewportWidth": 1031, - "weight": 0.00019207977134338457, - "deviceCategory": "desktop" + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/405.0.859829126 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.0001516234391188641, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.95, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "platform": "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 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 966, - "viewportWidth": 1865, - "weight": 0.00019207821679044482, + "viewportHeight": 821, + "viewportWidth": 1648, + "weight": 0.00015161543540853672, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00019198454831936284, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0001516109822481555, "deviceCategory": "mobile" }, { @@ -31290,19 +31331,38 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3626.1732 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 767, - "weight": 0.00019196918387658952, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015158210162907103, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8594.1427 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000151520999301745, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -31316,89 +31376,102 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, + "viewportHeight": 945, "viewportWidth": 1920, - "weight": 0.00019192011570376226, + "weight": 0.00015148375016677839, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 100, + "type": "cellular" }, - "language": "fr-CA", + "language": "it-IT", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 960, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 755, - "viewportWidth": 412, - "weight": 0.00019183360698764803, + "viewportHeight": 809, + "viewportWidth": 432, + "weight": 0.00015145281856319035, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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", + "pluginsLength": 7, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 520, - "viewportWidth": 320, - "weight": 0.0001917715334439069, + "viewportHeight": 659, + "viewportWidth": 390, + "weight": 0.00015138971672250248, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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": 712, - "viewportWidth": 414, - "weight": 0.00019164774240642605, - "deviceCategory": "mobile" + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 976, + "screenWidth": 610, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 807, + "viewportWidth": 609, + "weight": 0.00015133486880944085, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "language": "en-CA", + "platform": "iPhone", "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.4.1 Safari/605.1.15", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 698, - "viewportWidth": 1024, - "weight": 0.00019158075629918957, - "deviceCategory": "desktop" + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00015131827170996397, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "cs-CZ", - "oscpu": "Linux armv81", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "fi-FI", "platform": "Linux armv81", - "pluginsLength": 5, - "screenHeight": 880, - "screenWidth": 396, - "userAgent": "Mozilla/5.0 (Android 12; Mobile; rv:126.0) Gecko/126.0 Firefox/126.0", - "vendor": "", - "viewportHeight": 738, - "viewportWidth": 396, - "weight": 0.00019151272183386473, + "pluginsLength": 0, + "screenHeight": 804, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 667, + "viewportWidth": 360, + "weight": 0.00015123027378740263, "deviceCategory": "mobile" }, { @@ -31406,19 +31479,19 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6741.1958 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 819, - "viewportWidth": 1395, - "weight": 0.00019143023879029657, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015120455573710935, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -31427,145 +31500,96 @@ "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00019119906475816655, + "weight": 0.0001511649922333547, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 8, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "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": 641, - "viewportWidth": 1366, - "weight": 0.000190982166315662, - "deviceCategory": "desktop" + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 751, + "viewportWidth": 428, + "weight": 0.00015115407956054635, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 641, "viewportWidth": 393, - "weight": 0.00019046640282150519, + "weight": 0.00015111205282945144, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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": 643, - "viewportWidth": 360, - "weight": 0.00019038448930557862, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "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": 634, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6725.1497 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00019033639837827486, + "weight": 0.00015109245207750027, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.55, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, - "language": "ko-KR", - "platform": "Win32", + "language": "en-US", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1313, - "viewportWidth": 2560, - "weight": 0.00019030814660547337, + "viewportHeight": 905, + "viewportWidth": 915, + "weight": 0.0001510658355219392, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00019026482758299464, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/124.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 918, - "viewportWidth": 1278, - "weight": 0.0001899447753119334, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 744, - "screenWidth": 1608, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6133.1051 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 739, - "viewportWidth": 1600, - "weight": 0.00018989598914438344, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00015105974519484931, "deviceCategory": "desktop" }, { @@ -31573,55 +31597,27 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "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": 740, - "viewportWidth": 430, - "weight": 0.00018973246711390741, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00018966127677586624, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00018956826953873087, + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00015098982009697636, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "hr-HR", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0001895655518058155, + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00015097028198965913, "deviceCategory": "mobile" }, { @@ -31631,30 +31627,51 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1352, + "screenWidth": 1239, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00018938592142724072, + "viewportHeight": 1232, + "viewportWidth": 1239, + "weight": 0.00015093138136404788, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 867, + "viewportWidth": 448, + "weight": 0.00015090760509975357, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "screenHeight": 693, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 393, - "weight": 0.00018935949928074823, + "viewportHeight": 562, + "viewportWidth": 320, + "weight": 0.0001508161963333971, "deviceCategory": "mobile" }, { @@ -31662,112 +31679,112 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9432.1835 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 586, - "viewportWidth": 1266, - "weight": 0.00018917034698084448, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015078878149154344, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 960, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9724.1777 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.00018916480469281704, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00018914376481597505, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015067922691631053, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 0.4, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 1150, + "type": "cellular" + }, "language": "en-US", - "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": 707, - "viewportWidth": 414, - "weight": 0.00018912056262011164, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 784, + "viewportWidth": 411, + "weight": 0.00015067170653939595, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 550 + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7144.1292 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.00018910870541881573, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00015059120253460752, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, - "viewportWidth": 393, - "weight": 0.00018910467301415395, + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.0001505830589865522, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "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": 659, - "viewportWidth": 393, - "weight": 0.0001889756651243966, + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "pl", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 808, + "viewportWidth": 411, + "weight": 0.00015040947719218787, "deviceCategory": "mobile" }, { @@ -31777,16 +31794,16 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "ru", + "language": "en-US", "platform": "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 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 754, - "viewportWidth": 1530, - "weight": 0.00018887379922811914, + "viewportHeight": 623, + "viewportWidth": 1280, + "weight": 0.00015036637122789367, "deviceCategory": "desktop" }, { @@ -31794,69 +31811,13 @@ "language": "en-CA", "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.000188823723667376, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00018868587506518477, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00018846964801098252, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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.00018833119007243552, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00018830427088913394, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00015036428371106706, "deviceCategory": "mobile" }, { @@ -31866,113 +31827,125 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1460, + "screenWidth": 1288, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 778, - "viewportWidth": 1592, - "weight": 0.00018823315085959773, + "viewportHeight": 1336, + "viewportWidth": 1288, + "weight": 0.00015033712577342627, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 150 }, - "language": "en-CA", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 938, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "en-US", + "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/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 805, - "viewportWidth": 412, - "weight": 0.0001882023707775914, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001502841533112168, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 393, - "weight": 0.00018814809463502553, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0001502708649046832, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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": 548, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6339.1399 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00018809260582791504, + "weight": 0.00015023137788044822, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00018808699393252864, - "deviceCategory": "mobile" + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00015021031878269215, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "MacIntel", + "language": "en-US", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 921, - "screenWidth": 768, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1", + "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": 921, - "viewportWidth": 768, - "weight": 0.00018806164334053452, - "deviceCategory": "desktop" + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00014996789887455284, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 959, - "viewportWidth": 1728, - "weight": 0.0001880287263801, - "deviceCategory": "desktop" + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00014993708239562792, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -31986,11 +31959,11 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00018776173696525024, + "viewportHeight": 962, + "viewportWidth": 1912, + "weight": 0.00014989793886655738, "deviceCategory": "desktop" }, { @@ -32000,67 +31973,100 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00018772478304396144, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00014985252289486861, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00014983130295900967, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 743, - "viewportWidth": 428, - "weight": 0.0001876143529021552, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00014980392006199437, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", "rtt": 50, - "type": "wifi" + "type": "cellular" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 782, - "viewportWidth": 412, - "weight": 0.0001875865877049247, + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00014974568497647865, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.15, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 938, - "screenWidth": 1250, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1419, + "screenWidth": 1326, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 787, - "viewportWidth": 1250, - "weight": 0.0001875351970100124, + "viewportHeight": 1292, + "viewportWidth": 1326, + "weight": 0.00014974175668820512, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2295.1075 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014970957087856237, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", @@ -32068,51 +32074,49 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00018752367278867336, + "weight": 0.00014969948460751123, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.1, + "downlink": 10, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", "platform": "Linux x86_64", - "pluginsLength": 3, + "pluginsLength": 0, "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", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1172.1279 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 600, - "viewportWidth": 800, - "weight": 0.00018747130433542379, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00014968094150367962, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.4, - "downlinkMax": 100, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "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.8050.1413 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.00018746931175796377, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001496622298255937, "deviceCategory": "mobile" }, { @@ -32125,117 +32129,70 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 959, - "viewportWidth": 1920, - "weight": 0.00018732352716144805, + "viewportHeight": 831, + "viewportWidth": 1470, + "weight": 0.00014957774787893952, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.55, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1175.1040 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00018728135087912957, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001494043173670051, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "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": 919, - "viewportWidth": 1920, - "weight": 0.00018704592818259404, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6068.1034 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00018694232580441722, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) Mobile/15E148", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 676, - "viewportWidth": 393, - "weight": 0.00018685153829298772, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 659, - "viewportWidth": 390, - "weight": 0.00018673768207798993, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001493935141350944, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 2.75, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", "platform": "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", + "screenHeight": 768, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00018672792834692933, + "viewportHeight": 641, + "viewportWidth": 1280, + "weight": 0.0001493099777685303, "deviceCategory": "desktop" }, { @@ -32243,18 +32200,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "platform": "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 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 969, - "viewportWidth": 1920, - "weight": 0.00018672514522673604, + "viewportHeight": 776, + "viewportWidth": 1421, + "weight": 0.00014928835125514812, "deviceCategory": "desktop" }, { @@ -32262,107 +32219,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.00018672138778406215, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 741, - "screenWidth": 1539, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8756.1243 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 735, - "viewportWidth": 1536, - "weight": 0.00018658641489675633, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 674, - "viewportWidth": 1440, - "weight": 0.00018657689632745237, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001492823690704777, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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.00018646326093834734, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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": 634, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5204.1975 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00018645278905225163, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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.00018639532081380232, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00018638388210438238, + "weight": 0.00014928226998252205, "deviceCategory": "mobile" }, { @@ -32370,18 +32257,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1369, + "screenWidth": 1318, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 889, - "viewportWidth": 1728, - "weight": 0.000186230716467465, + "viewportHeight": 1239, + "viewportWidth": 1318, + "weight": 0.00014923567333499866, "deviceCategory": "desktop" }, { @@ -32391,66 +32278,69 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.0001861849005861038, + "weight": 0.00014919545439506034, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.0001859992928393711, + "screenHeight": 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.5242.1990 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014919291397981978, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.3, - "downlinkMax": 100, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 720, - "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", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1471, + "screenWidth": 1283, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 588, - "viewportWidth": 360, - "weight": 0.00018596548040072187, - "deviceCategory": "mobile" + "viewportHeight": 1342, + "viewportWidth": 1283, + "weight": 0.00014918848214464097, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00018575713341143778, + "viewportHeight": 634, + "viewportWidth": 393, + "weight": 0.00014910632247258447, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.85, + "downlink": 1.65, "effectiveType": "4g", "rtt": 50 }, @@ -32459,154 +32349,157 @@ "pluginsLength": 5, "screenHeight": 768, "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 646, - "viewportWidth": 1358, - "weight": 0.000185454050868035, + "viewportHeight": 631, + "viewportWidth": 1366, + "weight": 0.0001490517328767387, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 869, - "screenWidth": 412, - "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": 722, - "viewportWidth": 412, - "weight": 0.00018535400565662235, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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.00018508911638877304, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "platform": "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 Edg/125.0.0.0", + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 1912, - "weight": 0.00018506694724520595, + "viewportHeight": 799, + "viewportWidth": 1536, + "weight": 0.00014898027881754346, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.85, + "downlink": 6.8, "effectiveType": "4g", "rtt": 150 }, "language": "en-US", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 749, - "viewportWidth": 1338, - "weight": 0.00018505941575745245, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00014895920821836483, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0001849919037584425, + "viewportHeight": 657, + "viewportWidth": 393, + "weight": 0.00014894918083406354, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 954, - "viewportWidth": 768, - "weight": 0.00018495543116784922, - "deviceCategory": "desktop" + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9253.1913 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014887332717800422, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "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": 694, + "viewportWidth": 384, + "weight": 0.00014884589505185787, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00018486860887308566, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00014884502713605508, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 4.05, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux armv81", "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.00018481855262231795, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00014878814547893078, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 660, - "viewportWidth": 390, - "weight": 0.00018477723941294914, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2066.1427 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014878213177982593, "deviceCategory": "mobile" }, { @@ -32614,27 +32507,27 @@ "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_14 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": 663, - "viewportWidth": 390, - "weight": 0.000184766680762668, + "viewportHeight": 548, + "viewportWidth": 375, + "weight": 0.0001486808831817925, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00018462831875152484, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00014845183397769777, "deviceCategory": "mobile" }, { @@ -32644,37 +32537,49 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "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.9057.1182 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2726.1321 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00018453740270676819, + "weight": 0.00014844371571315546, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00014840497177506402, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.5, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.6984.1108 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 710, - "viewportWidth": 412, - "weight": 0.0001844868173788628, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014839260515398528, "deviceCategory": "mobile" }, { @@ -32684,210 +32589,262 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1050, - "screenWidth": 1680, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1442, + "screenWidth": 1391, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 889, - "viewportWidth": 1680, - "weight": 0.0001844721811368335, + "viewportHeight": 1312, + "viewportWidth": 1391, + "weight": 0.0001483399186043432, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.2, - "downlinkMax": null, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.1693.1617 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 722, - "viewportWidth": 384, - "weight": 0.0001843388788374675, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014813844919437142, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 1.75, + "effectiveType": "4g", + "rtt": 250 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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": 707, - "viewportWidth": 1080, - "weight": 0.00018429559226404107, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 951, + "viewportWidth": 1920, + "weight": 0.00014812593538528532, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 760, - "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", + "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.6610.1382 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 626, - "viewportWidth": 360, - "weight": 0.00018429456632195623, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014812353358556346, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 639, - "viewportWidth": 390, - "weight": 0.00018420049304182515, - "deviceCategory": "mobile" + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00014809785449805088, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-CA", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 754, + "viewportWidth": 1440, + "weight": 0.00014807218993285892, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 674, + "viewportWidth": 1232, + "weight": 0.0001480661904295866, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, - "viewportWidth": 390, - "weight": 0.0001841673236113525, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00014805535442886299, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 780, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1488, + "screenWidth": 1227, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 612, - "viewportWidth": 360, - "weight": 0.00018409300076315788, - "deviceCategory": "mobile" + "viewportHeight": 1362, + "viewportWidth": 1227, + "weight": 0.00014796286816413503, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 6.65, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 880, - "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", + "screenHeight": 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.9343.1418 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 745, - "viewportWidth": 360, - "weight": 0.00018407486627981557, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001479529759590761, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 718, - "viewportWidth": 414, - "weight": 0.00018405538143410213, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9659.1983 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001479356725021582, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 934, - "viewportWidth": 1920, - "weight": 0.00018402803523602678, - "deviceCategory": "desktop" + "viewportHeight": 523, + "viewportWidth": 274, + "weight": 0.0001478656067090613, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, "language": "en-US", - "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.00018401217244222575, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 980, + "screenWidth": 444, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 829, + "viewportWidth": 443, + "weight": 0.0001478386888390356, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 727, - "screenWidth": 339, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.5601.1930 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 600, - "viewportWidth": 339, - "weight": 0.00018393558688247202, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014783332943157075, "deviceCategory": "mobile" }, { @@ -32897,96 +32854,120 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00018380170569850325, + "weight": 0.00014778811512474358, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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.0001838016480174084, - "deviceCategory": "mobile" + "screenHeight": 1200, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 854, + "viewportWidth": 1732, + "weight": 0.00014767936546534265, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1360, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 579, - "viewportWidth": 1360, - "weight": 0.00018375879584889805, + "screenHeight": 1024, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 855, + "viewportWidth": 1280, + "weight": 0.0001476570303097819, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.00018369297165300315, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 820, + "viewportWidth": 1810, + "weight": 0.0001476519455501062, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 621, - "viewportWidth": 375, - "weight": 0.00018345308740064218, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.0001476417506247136, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.0001834438053388763, - "deviceCategory": "mobile" + "screenHeight": 1338, + "screenWidth": 1286, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1217, + "viewportWidth": 1286, + "weight": 0.00014762376089494963, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00018344178513216868, + "viewportHeight": 712, + "viewportWidth": 414, + "weight": 0.00014761727719473917, "deviceCategory": "mobile" }, { @@ -32994,13 +32975,13 @@ "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00018342743271546592, + "viewportHeight": 582, + "viewportWidth": 375, + "weight": 0.00014757924731899968, "deviceCategory": "mobile" }, { @@ -33008,169 +32989,146 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00018332990073228068, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00014757104911086976, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 5.55, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50 + "rtt": 150, + "type": "cellular" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 738, - "viewportWidth": 1536, - "weight": 0.00018325825581140523, - "deviceCategory": "desktop" + "viewportHeight": 764, + "viewportWidth": 411, + "weight": 0.00014754722339023943, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.0001831690689572334, - "deviceCategory": "mobile" + "screenHeight": 1368, + "screenWidth": 1376, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1238, + "viewportWidth": 1376, + "weight": 0.00014741754647577604, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00018316724703265592, + "viewportHeight": 723, + "viewportWidth": 428, + "weight": 0.00014741566350029938, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-ca", - "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.00018306899921960315, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 657, - "viewportWidth": 393, - "weight": 0.00018306727149137485, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5781.1609 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014737625746098426, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "es-ES", - "platform": "Win32", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 5, "screenHeight": 768, "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 645, + "viewportHeight": 768, "viewportWidth": 1366, - "weight": 0.00018285922078762663, + "weight": 0.00014731740188117672, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.0001827011419558912, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.00018262905114244956, - "deviceCategory": "mobile" + "screenHeight": 1383, + "screenWidth": 1383, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1259, + "viewportWidth": 1383, + "weight": 0.00014718425680013792, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "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": 831, + "viewportHeight": 714, "viewportWidth": 414, - "weight": 0.0001824755824977246, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.145 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.0001822472807961404, + "weight": 0.0001471113903820559, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 7, "effectiveType": "4g", "rtt": 50 }, @@ -33179,31 +33137,31 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, + "viewportHeight": 969, "viewportWidth": 1920, - "weight": 0.00018215588514336033, + "weight": 0.0001470070655517431, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3257.1098 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 1440, - "weight": 0.0001819770937849132, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014684786854689882, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -33219,53 +33177,63 @@ "pluginsLength": 0, "screenHeight": 892, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 760, - "viewportWidth": 412, - "weight": 0.00018186390147433842, + "viewportHeight": 754, + "viewportWidth": 411, + "weight": 0.0001468370352534474, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00018181162528754162, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6465.1807 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014683429066288632, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00018180398832918652, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.0001468224518328619, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00018162861879168443, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4269.1368 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014665365916203895, "deviceCategory": "mobile" }, { @@ -33273,13 +33241,13 @@ "language": "en-US", "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", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00018146129795928792, + "viewportHeight": 664, + "viewportWidth": 375, + "weight": 0.00014665213805850199, "deviceCategory": "mobile" }, { @@ -33289,39 +33257,30 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 660, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.0001814532142177818, + "weight": 0.00014654585264800213, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "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.00018144796588737025, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 727, - "viewportWidth": 1194, - "weight": 0.0001814338532152055, + "screenHeight": 912, + "screenWidth": 1368, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 790, + "viewportWidth": 1368, + "weight": 0.0001465204166360569, "deviceCategory": "desktop" }, { @@ -33331,11 +33290,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 729, - "viewportWidth": 430, - "weight": 0.00018121027725807122, + "viewportHeight": 746, + "viewportWidth": 420, + "weight": 0.000146512973144146, "deviceCategory": "mobile" }, { @@ -33343,18 +33302,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1359, + "screenWidth": 1322, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.0001811574659897627, + "viewportHeight": 1233, + "viewportWidth": 1322, + "weight": 0.00014644628733166394, "deviceCategory": "desktop" }, { @@ -33362,18 +33321,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 250 }, "language": "en-US", "platform": "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", + "screenHeight": 960, + "screenWidth": 1707, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00018096432483937497, + "viewportHeight": 836, + "viewportWidth": 1459, + "weight": 0.00014644600644771462, "deviceCategory": "desktop" }, { @@ -33381,20 +33340,181 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7763.1772 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000146431044616971, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", "platform": "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", + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 827, + "viewportWidth": 1536, + "weight": 0.0001464211503384793, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2371.1561 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001464038100967077, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0001463829010388449, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1369, + "screenWidth": 1337, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1241, + "viewportWidth": 1337, + "weight": 0.00014633733335142913, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8804.1803 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.00018096379163777272, + "weight": 0.00014625858383410283, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2414.1045 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001462557645320289, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00014625047933969435, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "MacIntel", + "pluginsLength": 0, + "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.1 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 894, + "viewportWidth": 1366, + "weight": 0.00014622311584394589, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.35, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 650, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.0001462219405509768, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", @@ -33402,58 +33522,93 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00018089443719562472, + "weight": 0.00014609445844589658, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", + "pluginsLength": 7, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 674, + "viewportWidth": 402, + "weight": 0.00014604576525835617, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-NZ", + "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 Twitter for iPhone/11.62", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00018069340785119558, + "viewportHeight": 668, + "viewportWidth": 430, + "weight": 0.0001460372992845427, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.55, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2060.1067 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.00018068933608610926, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014601616214546362, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00018060412109459974, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00014596507025160728, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00014589741740780667, "deviceCategory": "mobile" }, { @@ -33461,27 +33616,51 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0001458768985415938, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, "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 Mobile/15E148 Safari/604.1 Ddg/17.3", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 636, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6858.1607 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00018055854525089024, + "weight": 0.00014581323028436605, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 667, + "screenHeight": 812, "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, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4323.1471 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00018050333524317113, + "weight": 0.00014579577591255287, "deviceCategory": "mobile" }, { @@ -33492,97 +33671,95 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 1254, - "viewportWidth": 2275, - "weight": 0.00018041323165713232, + "viewportHeight": 962, + "viewportWidth": 1912, + "weight": 0.0001457471726554894, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 7.25, - "downlinkMax": null, + "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", "rtt": 100, - "type": "wifi" + "type": "cellular" }, - "language": "en-GB", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 1130, - "screenWidth": 509, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 974, - "viewportWidth": 509, - "weight": 0.00018040334820413573, + "viewportHeight": 669, + "viewportWidth": 360, + "weight": 0.00014571277265884014, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "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.00018039755302922382, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "platform": "Win32", "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.0001803143711741229, - "deviceCategory": "mobile" + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 668, + "viewportWidth": 1272, + "weight": 0.00014569178792121732, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 698, - "viewportWidth": 414, - "weight": 0.0001802583019694867, - "deviceCategory": "mobile" + "screenHeight": 852, + "screenWidth": 1517, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 684, + "viewportWidth": 1517, + "weight": 0.00014562545377619888, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 100 }, - "language": "en-US", + "language": "en-GB", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1080, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 710, - "viewportWidth": 1478, - "weight": 0.0001802537741986261, + "viewportHeight": 925, + "viewportWidth": 2515, + "weight": 0.0001456157247918567, "deviceCategory": "desktop" }, { @@ -33592,16 +33769,16 @@ "effectiveType": "4g", "rtt": 100 }, - "language": "en-US", + "language": "en-GB", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 960, + "screenWidth": 2294, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.0001800818435454851, + "viewportHeight": 790, + "viewportWidth": 1349, + "weight": 0.00014554531834001593, "deviceCategory": "desktop" }, { @@ -33614,16 +33791,16 @@ "type": "wifi" }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/138.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 790, - "viewportWidth": 412, - "weight": 0.00017984837569210284, - "deviceCategory": "mobile" + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00014552387195867044, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -33637,28 +33814,33 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 640, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 508, - "viewportWidth": 320, - "weight": 0.0001798212418392799, + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00014552386755156658, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 723, - "viewportWidth": 430, - "weight": 0.00017981975901428348, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7196.1343 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001454766835760164, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -33667,156 +33849,108 @@ "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 844, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0001796560218267481, + "weight": 0.00014547059705527835, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 6.2, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 1279, - "viewportWidth": 2560, - "weight": 0.00017962040587152984, + "viewportHeight": 913, + "viewportWidth": 950, + "weight": 0.0001454501429994871, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.00017945633241125253, + "connection": { + "downlink": 9.4, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "vi-VN", + "platform": "Linux aarch64", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 15; V2430) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36 VivoBrowser/15.3.2.2", + "vendor": "Google Inc.", + "viewportHeight": 711, + "viewportWidth": 384, + "weight": 0.00014538376728675162, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-GB", + "oscpu": "Linux armv81", + "platform": "Linux armv81", "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": 652, - "viewportWidth": 393, - "weight": 0.00017939386782077715, + "screenHeight": 880, + "screenWidth": 396, + "userAgent": "Mozilla/5.0 (Android 14; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 773, + "viewportWidth": 396, + "weight": 0.0001453780221144439, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 3.95, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 200, + "type": "cellular" + }, "language": "en-US", - "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.0001793746591047007, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00014534764081493163, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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.00017934084273889405, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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.00017922735482927936, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 721, - "viewportWidth": 1194, - "weight": 0.00017919114576698175, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0001791656319497369, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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.00017900380545151075, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 745, - "viewportWidth": 428, - "weight": 0.0001790001524862129, + "connection": { + "downlink": 9.85, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "fr-FR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 803, + "viewportWidth": 411, + "weight": 0.00014530917847466638, "deviceCategory": "mobile" }, { @@ -33824,19 +33958,19 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5360.1570 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00017897483669142536, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014524801726287305, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -33845,11 +33979,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00017883237419402518, + "viewportHeight": 390, + "viewportWidth": 750, + "weight": 0.00014519898720185686, "deviceCategory": "mobile" }, { @@ -33857,161 +33991,164 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1600, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1335, + "screenWidth": 1253, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 739, - "viewportWidth": 1600, - "weight": 0.0001786205954393417, + "viewportHeight": 1212, + "viewportWidth": 1253, + "weight": 0.00014519124965359147, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 793, - "viewportWidth": 393, - "weight": 0.00017861431540749207, + "connection": { + "downlink": 2.95, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 701, + "viewportWidth": 384, + "weight": 0.00014515684643991172, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "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) Mobile/15E148 Safari/604.1", + "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/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 637, - "viewportWidth": 390, - "weight": 0.00017847177056182797, - "deviceCategory": "mobile" + "viewportHeight": 692, + "viewportWidth": 1180, + "weight": 0.00014513078856817835, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 639, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9586.1107 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0001783701247209555, + "weight": 0.0001451007655113092, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 888, - "screenWidth": 500, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/112.0.5615.46 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 888, - "viewportWidth": 500, - "weight": 0.00017834016138173477, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3207.1291 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001450959900881351, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 998, - "screenWidth": 448, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4561.1207 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 868, - "viewportWidth": 448, - "weight": 0.00017832763106092163, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001449852368625403, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.3, + "downlink": 10, "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "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.2531.1646 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2100.1071 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00017823832851693414, + "weight": 0.00014489760419764372, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 743, - "viewportWidth": 428, - "weight": 0.0001780560572633297, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00014489067288398232, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 633, - "viewportWidth": 1366, - "weight": 0.00017776544095433774, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00017772283639370273, + "viewportHeight": 725, + "viewportWidth": 384, + "weight": 0.0001448716415443196, "deviceCategory": "mobile" }, { @@ -34019,53 +34156,51 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 100 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.00017769359529896361, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00014486781282609373, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "fr-FR", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0001776657997479892, + "weight": 0.00014479896554840815, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.4563.1048 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 764, - "viewportWidth": 412, - "weight": 0.00017759517246503795, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014479614536790745, "deviceCategory": "mobile" }, { @@ -34073,83 +34208,41 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00017749821399076424, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 723, - "viewportWidth": 360, - "weight": 0.00017743424892916948, + "viewportHeight": 791, + "viewportWidth": 440, + "weight": 0.00014476274576889707, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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.5 Safari/605.1.15", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 1024, - "weight": 0.00017738590019779368, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-GB", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "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": 723, - "viewportWidth": 384, - "weight": 0.0001773320970717495, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00014473202275398284, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "fr-CA", + "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00017722044988133305, + "viewportHeight": 677, + "viewportWidth": 402, + "weight": 0.00014472749794022148, "deviceCategory": "mobile" }, { @@ -34159,79 +34252,35 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "zh-TW", - "platform": "Win32", + "language": "en-US", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + "screenHeight": 1152, + "screenWidth": 2048, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.00017707706178120568, + "viewportHeight": 872, + "viewportWidth": 1990, + "weight": 0.00014461522486647655, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "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": 689, - "viewportWidth": 384, - "weight": 0.00017700750461062932, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00017674556543429857, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 714, - "viewportWidth": 414, - "weight": 0.00017638959281350263, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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.0 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 802, - "viewportWidth": 1617, - "weight": 0.0001761933542738531, + "screenHeight": 1440, + "screenWidth": 3440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1281, + "viewportWidth": 1710, + "weight": 0.00014459899648442174, "deviceCategory": "desktop" }, { @@ -34239,18 +34288,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1484, + "screenWidth": 1316, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 715, - "viewportWidth": 1440, - "weight": 0.00017617571894696732, + "viewportHeight": 1358, + "viewportWidth": 1316, + "weight": 0.0001445454550200689, "deviceCategory": "desktop" }, { @@ -34262,42 +34311,33 @@ }, "language": "en-US", "platform": "Linux x86_64", - "pluginsLength": 0, + "pluginsLength": 5, "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", + "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": 768, - "viewportWidth": 1366, - "weight": 0.0001759479417644035, + "viewportHeight": 466, + "viewportWidth": 780, + "weight": 0.00014448460558888753, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00017591909769242017, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00017587403517508554, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1146.1157 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001444557587085342, "deviceCategory": "mobile" }, { @@ -34305,60 +34345,51 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 200 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.00017583117478372283, + "weight": 0.00014442248660837822, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00017560128315991205, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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": 820, - "viewportWidth": 1440, - "weight": 0.00017556831931798397, + "screenHeight": 1515, + "screenWidth": 1281, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1389, + "viewportWidth": 1281, + "weight": 0.00014441804983846514, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "pt-PT", "platform": "iPhone", "pluginsLength": 5, "screenHeight": 852, "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 643, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00017556697131274773, + "weight": 0.00014440240712745763, "deviceCategory": "mobile" }, { @@ -34366,121 +34397,107 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 667, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 553, - "viewportWidth": 375, - "weight": 0.00017551337119506982, + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00014432174582781099, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "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 Edg/124.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 924, - "viewportWidth": 1912, - "weight": 0.00017550655496030316, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "platform": "Linux armv81", "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": 547, - "viewportWidth": 375, - "weight": 0.00017545734418097328, - "deviceCategory": "mobile" + "screenHeight": 823, + "screenWidth": 1317, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 648, + "viewportWidth": 1316, + "weight": 0.00014430947831311187, + "deviceCategory": "tablet" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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": 662, - "viewportWidth": 390, - "weight": 0.00017530977207531352, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 7, - "screenHeight": 844, - "screenWidth": 390, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 630, - "viewportWidth": 390, - "weight": 0.0001752976933912526, - "deviceCategory": "mobile" + "screenHeight": 1412, + "screenWidth": 1371, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1284, + "viewportWidth": 1371, + "weight": 0.00014427382425920532, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 2.95, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1423.1372 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 608, - "viewportWidth": 1291, - "weight": 0.0001751711068774095, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00014423497193678805, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00017481176911796485, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00014421073830956865, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.00017464066243054482, + "connection": { + "downlink": 2.9, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 250, + "type": "wifi" + }, + "language": "pl-PL", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 857, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 783, + "viewportWidth": 384, + "weight": 0.0001441481461059581, "deviceCategory": "mobile" }, { @@ -34493,13 +34510,13 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1004, - "viewportWidth": 1634, - "weight": 0.000174555300758336, + "viewportHeight": 958, + "viewportWidth": 1920, + "weight": 0.00014414091655684473, "deviceCategory": "desktop" }, { @@ -34507,130 +34524,131 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "MacIntel", + "language": "zh-CN", + "platform": "Win32", "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/123.0.0.0 Safari/537.36", + "screenHeight": 1339, + "screenWidth": 1315, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 813, - "viewportWidth": 1440, - "weight": 0.00017454811692019744, + "viewportHeight": 1211, + "viewportWidth": 1315, + "weight": 0.00014412842539291443, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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": 507, - "viewportWidth": 320, - "weight": 0.00017444943333812655, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 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": 723, - "viewportWidth": 430, - "weight": 0.00017435095759389354, - "deviceCategory": "mobile" + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 1366, + "weight": 0.00014396010194460212, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00017431296552398038, - "deviceCategory": "mobile" + "screenWidth": 1517, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 765, + "viewportWidth": 1517, + "weight": 0.0001439281230870934, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1336, + "screenWidth": 1216, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 780, - "viewportWidth": 412, - "weight": 0.00017424694635572024, - "deviceCategory": "mobile" + "viewportHeight": 1210, + "viewportWidth": 1216, + "weight": 0.00014377642763210234, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-CA", + "platform": "MacIntel", "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", + "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": 670, - "viewportWidth": 390, - "weight": 0.00017416530331456929, - "deviceCategory": "mobile" + "viewportHeight": 1072, + "viewportWidth": 2048, + "weight": 0.00014372632916833026, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.00017395748827558782, - "deviceCategory": "mobile" + "screenHeight": 1376, + "screenWidth": 1277, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1253, + "viewportWidth": 1277, + "weight": 0.00014371895677165068, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 772, - "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", + "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.4439.1129 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 643, - "viewportWidth": 360, - "weight": 0.0001739566330257733, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014367407940511445, "deviceCategory": "mobile" }, { @@ -34640,145 +34658,112 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", + "language": "sr-RS", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 616, - "viewportWidth": 1278, - "weight": 0.00017374595240361062, + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00014359059370585477, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.00017369049651716638, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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": 657, - "viewportWidth": 393, - "weight": 0.00017325995029098738, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3123.1120 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0001731614686102128, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001435317781518566, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.00017315956608935845, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00014349955133078845, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "Win32", + "language": "en-NZ", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 646, - "viewportWidth": 1318, - "weight": 0.0001730663471829599, - "deviceCategory": "desktop" + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00014343672070632414, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 2.9, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 200, "type": "wifi" }, - "language": "en-US", + "language": "bs-BA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 815, + "screenHeight": 857, "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 666, + "viewportHeight": 729, "viewportWidth": 384, - "weight": 0.00017287933272560832, + "weight": 0.00014342306700650806, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00017285113065836498, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00014341744463023816, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-GB", + "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0001728459969813661, + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00014338807125107017, "deviceCategory": "mobile" }, { @@ -34786,39 +34771,39 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, - "language": "en-US", - "platform": "MacIntel", + "language": "en-CA", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1220, - "viewportWidth": 2062, - "weight": 0.00017274343635753287, + "viewportHeight": 607, + "viewportWidth": 1366, + "weight": 0.00014338045065790785, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 3.4, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 100, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 780, + "screenHeight": 820, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 645, + "viewportHeight": 730, "viewportWidth": 360, - "weight": 0.00017268858354596857, + "weight": 0.00014330224026807385, "deviceCategory": "mobile" }, { @@ -34826,41 +34811,32 @@ "language": "en-US", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 639, - "viewportWidth": 390, - "weight": 0.00017264799578621887, + "viewportHeight": 874, + "viewportWidth": 402, + "weight": 0.00014329905774664104, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 664, - "viewportWidth": 390, - "weight": 0.00017264795568293145, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "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": 637, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8445.1743 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00017254286904723554, + "weight": 0.0001432986096771716, "deviceCategory": "mobile" }, { @@ -34868,65 +34844,56 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1344, + "screenWidth": 1301, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0001725009157572997, + "viewportHeight": 1216, + "viewportWidth": 1301, + "weight": 0.00014326299488626296, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00017237101046846634, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 531, - "viewportWidth": 375, - "weight": 0.0001721153861135324, - "deviceCategory": "mobile" + "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.00014318824650295922, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 3.45, "effectiveType": "4g", - "rtt": 0 + "rtt": 100 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.00017203402831117318, + "weight": 0.00014314489721566103, "deviceCategory": "desktop" }, { @@ -34934,27 +34901,13 @@ "language": "en-CA", "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.00017202376257744587, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 660, - "viewportWidth": 390, - "weight": 0.00017199411315877035, + "viewportWidth": 402, + "weight": 0.000143141038045512, "deviceCategory": "mobile" }, { @@ -34964,91 +34917,100 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 3440, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1389, + "screenWidth": 1225, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1172, - "viewportWidth": 1712, - "weight": 0.00017188956668597085, + "viewportHeight": 1267, + "viewportWidth": 1225, + "weight": 0.000143139286167806, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 691, "viewportWidth": 390, - "weight": 0.00017183977664067754, + "weight": 0.00014313507368126597, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.5, + "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 965, + "screenWidth": 434, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 889, - "viewportWidth": 1728, - "weight": 0.00017181446252881685, - "deviceCategory": "desktop" + "viewportHeight": 814, + "viewportWidth": 433, + "weight": 0.00014309631592600912, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 712, - "viewportWidth": 414, - "weight": 0.00017176610791734496, + "viewportHeight": 852, + "viewportWidth": 393, + "weight": 0.00014306210755270758, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "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": 661, - "viewportWidth": 390, - "weight": 0.0001716380679837385, - "deviceCategory": "mobile" + "viewportHeight": 706, + "viewportWidth": 1194, + "weight": 0.00014297471853538647, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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": 550, - "viewportWidth": 375, - "weight": 0.00017160998479327633, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.000142958037374554, "deviceCategory": "mobile" }, { @@ -35056,81 +35018,103 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 967, - "screenWidth": 1496, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1339, + "screenWidth": 1330, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 797, - "viewportWidth": 1496, - "weight": 0.00017158632194276603, + "viewportHeight": 1217, + "viewportWidth": 1330, + "weight": 0.00014282602379676646, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 6.65, - "downlinkMax": 100, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1366, + "screenWidth": 1370, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 756, - "viewportWidth": 412, - "weight": 0.00017156032565891565, - "deviceCategory": "mobile" + "viewportHeight": 1237, + "viewportWidth": 1370, + "weight": 0.00014280279992192252, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.0001715541814466908, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00014274206447134025, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.5, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "pt-PT", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 665, + "viewportWidth": 1280, + "weight": 0.0001426313241931845, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "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": 659, - "viewportWidth": 393, - "weight": 0.00017129039835096893, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.0001426291330208174, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 390, - "weight": 0.0001712689072199718, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0001425574991362659, "deviceCategory": "mobile" }, { @@ -35138,33 +35122,38 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 838, - "viewportWidth": 1488, - "weight": 0.0001712356686460219, + "viewportHeight": 588, + "viewportWidth": 1272, + "weight": 0.00014253867662443183, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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) Mobile/15E148", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 756, - "viewportWidth": 430, - "weight": 0.00017113886915993612, - "deviceCategory": "mobile" + "screenHeight": 1508, + "screenWidth": 1322, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1380, + "viewportWidth": 1322, + "weight": 0.00014250779057632548, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -35173,96 +35162,71 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00017092490054533294, + "weight": 0.0001424682159895339, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 0, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 696, - "viewportWidth": 384, - "weight": 0.00017085446897424725, + "viewportHeight": 630, + "viewportWidth": 360, + "weight": 0.00014245983429926292, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 694, - "screenWidth": 320, - "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": 566, - "viewportWidth": 320, - "weight": 0.00017081232069358302, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.0001707474425071988, - "deviceCategory": "mobile" + "screenHeight": 1451, + "screenWidth": 1300, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1322, + "viewportWidth": 1300, + "weight": 0.00014244175917335492, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 200 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 643, - "viewportWidth": 393, - "weight": 0.00017071109380818863, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 896, - "screenWidth": 414, - "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": 714, - "viewportWidth": 414, - "weight": 0.00017070114909416287, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00014238163155366688, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -35272,15 +35236,15 @@ "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5232.1786 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1312, - "viewportWidth": 2307, - "weight": 0.00017068922189433265, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00014237629497414647, "deviceCategory": "desktop" }, { @@ -35288,51 +35252,79 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1419, + "screenWidth": 1312, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00017063642320439863, + "viewportHeight": 1297, + "viewportWidth": 1312, + "weight": 0.0001423619394459399, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00014234059179739266, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 634, - "viewportWidth": 375, - "weight": 0.00017051588029683048, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00014225246600813732, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00014225020157300938, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.3, + "downlink": 10, "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "screenHeight": 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.2365.1323 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4149.1825 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00017034575066797778, + "weight": 0.0001421609743010539, "deviceCategory": "mobile" }, { @@ -35345,48 +35337,32 @@ "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 646, - "viewportWidth": 1318, - "weight": 0.00016993725020683818, + "viewportHeight": 762, + "viewportWidth": 1536, + "weight": 0.0001420291414003428, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.1952.1918 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 702, - "viewportWidth": 384, - "weight": 0.00016993281839028745, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00016981014719352948, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014197277258203093, "deviceCategory": "mobile" }, { @@ -35394,32 +35370,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1508, + "screenWidth": 1294, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00016978071093169087, + "viewportHeight": 1380, + "viewportWidth": 1294, + "weight": 0.0001419562925829359, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "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": 664, - "viewportWidth": 390, - "weight": 0.0001697333300580995, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00014194544118378935, "deviceCategory": "mobile" }, { @@ -35427,47 +35403,61 @@ "language": "en-US", "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", + "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": 745, - "viewportWidth": 428, - "weight": 0.00016964059397701957, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00014184003144307317, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.00014174113949453522, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 719, - "viewportWidth": 414, - "weight": 0.0001694266878081692, + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00014169637532633863, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5228.1593 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.0001693986633711956, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001415925522066123, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -35475,85 +35465,80 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 100, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 998, - "screenWidth": 448, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 868, - "viewportWidth": 448, - "weight": 0.0001693762001181875, + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00014148556176517548, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1050, - "screenWidth": 1680, - "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": 915, - "viewportWidth": 1680, - "weight": 0.00016936334692522486, - "deviceCategory": "desktop" + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00014143363334278577, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "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": 612, - "viewportWidth": 1422, - "weight": 0.0001692517283976063, - "deviceCategory": "desktop" + "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.00014138554150520963, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2712.1302 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0001692279603380549, + "weight": 0.00014138012507265352, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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 Ddg/17.5", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 744, + "viewportHeight": 745, "viewportWidth": 428, - "weight": 0.00016917518765825328, + "weight": 0.00014137698160959132, "deviceCategory": "mobile" }, { @@ -35561,38 +35546,34 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 150 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1200, - "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1039, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.0001690957487991017, + "weight": 0.00014132139502507873, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 9.7, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "oscpu": "Linux armv81", + "platform": "Linux armv81", "pluginsLength": 5, - "screenHeight": 471, - "screenWidth": 837, - "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": 324, - "viewportWidth": 837, - "weight": 0.0001690654177621541, - "deviceCategory": "desktop" + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Android 16; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 640, + "viewportWidth": 360, + "weight": 0.00014127383771043742, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -35604,27 +35585,32 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 598, - "viewportWidth": 1272, - "weight": 0.00016899879395665136, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00014127249463807408, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.0001689881724282804, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6399.1815 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014114576072386107, "deviceCategory": "mobile" }, { @@ -35634,11 +35620,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 718, + "viewportHeight": 714, "viewportWidth": 414, - "weight": 0.0001689298065905536, + "weight": 0.00014112512841458143, "deviceCategory": "mobile" }, { @@ -35646,49 +35632,67 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00016892521003760447, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00014109461245850367, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9, - "downlinkMax": null, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 150, - "type": "wifi" + "rtt": 0 }, - "language": "en-GB", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.8442.1061 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 700, - "viewportWidth": 384, - "weight": 0.00016882200004540883, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001410764386835101, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1517, + "screenWidth": 1380, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1394, + "viewportWidth": 1380, + "weight": 0.0001410746955891741, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "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.0001688203708335815, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 816, + "viewportWidth": 1440, + "weight": 0.00014107359183468266, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -35700,53 +35704,51 @@ "language": "en-US", "platform": "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00016871524725485583, + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.000141067812341133, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "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", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1457, + "screenWidth": 1385, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 670, - "viewportWidth": 360, - "weight": 0.0001687114185187476, - "deviceCategory": "mobile" + "viewportHeight": 1331, + "viewportWidth": 1385, + "weight": 0.00014104110390010568, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1498, + "screenWidth": 1212, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00016862749478899073, + "viewportHeight": 1368, + "viewportWidth": 1212, + "weight": 0.0001409762253130017, "deviceCategory": "desktop" }, { @@ -35755,33 +35757,38 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 150, + "rtt": 50, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 753, - "screenWidth": 1205, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 585, - "viewportWidth": 1205, - "weight": 0.00016861012952983746, - "deviceCategory": "desktop" + "viewportHeight": 726, + "viewportWidth": 384, + "weight": 0.00014093499924831024, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 738, - "viewportWidth": 430, - "weight": 0.00016857714836625434, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4659.1153 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00014092996994592008, "deviceCategory": "mobile" }, { @@ -35789,41 +35796,51 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 390, - "weight": 0.00016849585365580978, + "viewportHeight": 762, + "viewportWidth": 440, + "weight": 0.00014091767578636557, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.00016829713892428823, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00014089206462377784, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 653, - "viewportWidth": 393, - "weight": 0.00016815116647445836, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5830.1581 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001408846180019931, "deviceCategory": "mobile" }, { @@ -35833,39 +35850,30 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 716, + "viewportHeight": 750, "viewportWidth": 414, - "weight": 0.00016813732597670752, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 745, - "viewportWidth": 428, - "weight": 0.00016773472167328033, + "weight": 0.00014079421914904282, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00016760666352915552, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9173.1545 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001407937678136344, "deviceCategory": "mobile" }, { @@ -35873,18 +35881,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 825, - "viewportWidth": 1707, - "weight": 0.00016758422312565332, + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.0001407435257818019, "deviceCategory": "desktop" }, { @@ -35892,123 +35900,100 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00016751893614456415, + "viewportHeight": 501, + "viewportWidth": 390, + "weight": 0.0001407118074460187, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 1.55, - "downlinkMax": null, - "effectiveType": "3g", - "rtt": 300, - "type": "wifi" - }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 768, + "screenHeight": 930, "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 633, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 930, "viewportWidth": 1366, - "weight": 0.0001673562503787862, + "weight": 0.00014069917819790447, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00014061223951396492, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 0, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 720, + "screenHeight": 800, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 624, + "viewportHeight": 666, "viewportWidth": 360, - "weight": 0.00016733847705927119, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 736, - "screenWidth": 414, - "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": 617, - "viewportWidth": 414, - "weight": 0.00016725089849266035, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 1640, - "viewportWidth": 980, - "weight": 0.00016717054799845977, + "weight": 0.00014059504810542823, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6509.1920 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 670, - "viewportWidth": 360, - "weight": 0.00016714263968061312, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00014051127796221665, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 150 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 1488, - "weight": 0.00016712536775178303, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00014047743887786297, "deviceCategory": "desktop" }, { @@ -36016,169 +36001,176 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 627, - "viewportWidth": 375, - "weight": 0.00016709812508517786, + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.00014046703314988715, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 6.55, + "effectiveType": "4g", + "rtt": 150 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 739, - "viewportWidth": 430, - "weight": 0.00016693029565228258, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.0001404351618278227, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "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": 786, - "viewportWidth": 412, - "weight": 0.00016685087742930948, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "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, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4558.1708 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00016682596751353533, + "weight": 0.00014042649040726105, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 Twitter for iPhone/11.62", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, - "viewportWidth": 393, - "weight": 0.0001668171404240391, + "viewportHeight": 607, + "viewportWidth": 402, + "weight": 0.00014040069300721614, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9, + "downlink": 8.4, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 50, + "type": "cellular" }, "language": "en-US", - "platform": "Linux aarch64", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "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", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 832, - "viewportWidth": 412, - "weight": 0.00016676378081548099, + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00014036020190553108, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00016648788030706045, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00014034548736917456, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 827, + "viewportWidth": 1512, + "weight": 0.00014034086539762859, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Intel Mac OS X 10.15", + "platform": "MacIntel", "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.0001663522515385655, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 714, + "viewportWidth": 721, + "weight": 0.0001403369677950913, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux armv81", "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.00016634459464355368, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 753, + "viewportWidth": 411, + "weight": 0.00014028771895103364, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 731, - "viewportWidth": 1112, - "weight": 0.00016626394774227373, + "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.0001402497165386504, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-CA", - "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": 658, - "viewportWidth": 390, - "weight": 0.00016624586029667326, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { @@ -36187,15 +36179,15 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 711, - "viewportWidth": 1440, - "weight": 0.00016611761378816656, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00014024667719539073, "deviceCategory": "desktop" }, { @@ -36208,86 +36200,76 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 765, - "viewportWidth": 1494, - "weight": 0.00016580223332358522, + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.0001402236362618826, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0, + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, "screenHeight": 832, "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 697, + "viewportHeight": 661, "viewportWidth": 384, - "weight": 0.00016562475996623237, + "weight": 0.00014015629737658278, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 649, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.000165447129326425, + "weight": 0.00014005836401592616, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 9.3, - "effectiveType": "4g", - "rtt": 100 - }, - "language": "en-US", + "language": "en-CA", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 749, - "viewportWidth": 1440, - "weight": 0.00016543047368192644, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1360, + "viewportWidth": 2560, + "weight": 0.00014003266682113, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 804, - "screenWidth": 1206, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 696, - "viewportWidth": 1198, - "weight": 0.00016537968536684688, + "viewportHeight": 765, + "viewportWidth": 1398, + "weight": 0.00013995329448850306, "deviceCategory": "desktop" }, { @@ -36295,73 +36277,94 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5836.1268 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 781, - "viewportWidth": 1512, - "weight": 0.00016516707427137014, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013991817244216108, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 812, - "screenWidth": 375, + "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": 621, - "viewportWidth": 375, - "weight": 0.00016515709641433225, + "viewportHeight": 737, + "viewportWidth": 430, + "weight": 0.00013991516153735365, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 50, + "type": "wifi" + }, + "language": "pt-PT", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00013988910628102394, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.75, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Linux aarch64", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 780, + "screenHeight": 820, "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 14; SM-S901U Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.148 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 705, + "viewportHeight": 688, "viewportWidth": 360, - "weight": 0.00016505448526099974, + "weight": 0.00013988704002029068, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 568, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.0001650405771738964, + "viewportHeight": 386, + "viewportWidth": 320, + "weight": 0.00013985640509187397, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.45, + "downlink": 1.8, "effectiveType": "4g", "rtt": 100 }, @@ -36370,11 +36373,11 @@ "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 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 958, + "viewportHeight": 924, "viewportWidth": 1912, - "weight": 0.0001650190280449857, + "weight": 0.0001398489552905235, "deviceCategory": "desktop" }, { @@ -36382,139 +36385,66 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 6, + "screenHeight": 1200, + "screenWidth": 1280, + "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": 798, - "viewportWidth": 1320, - "weight": 0.00016488523502521056, + "viewportHeight": 1200, + "viewportWidth": 1280, + "weight": 0.00013982233881891965, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 736, - "screenWidth": 414, - "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": 618, - "viewportWidth": 414, - "weight": 0.00016481725681050444, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "language": "en-US", "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": 739, - "viewportWidth": 430, - "weight": 0.00016476114144955853, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 1337, - "viewportWidth": 1442, - "weight": 0.00016463582367374653, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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", + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 730, - "viewportWidth": 430, - "weight": 0.00016443131427976127, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00013980064857852803, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 721, - "viewportWidth": 1378, - "weight": 0.00016441745171447004, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 737, "viewportWidth": 430, - "weight": 0.000164375950141089, + "weight": 0.00013976397176141347, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 880, - "screenWidth": 1408, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 742, - "viewportWidth": 1408, - "weight": 0.00016435160993618497, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { - "downlink": 1.25, - "downlinkMax": null, - "effectiveType": "3g", - "rtt": 450, - "type": "wifi" + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5437.1222 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.00016431428487360126, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001397477001040142, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -36523,79 +36453,77 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 654, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00016429606798601008, + "weight": 0.00013974641189996412, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000164293838527048, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4549.1949 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013971443433676567, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.95, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 750, - "viewportWidth": 412, - "weight": 0.00016425224576725205, - "deviceCategory": "mobile" + "viewportHeight": 773, + "viewportWidth": 1512, + "weight": 0.00013969921205767686, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 510, - "viewportWidth": 320, - "weight": 0.0001640816390765016, + "viewportHeight": 696, + "viewportWidth": 414, + "weight": 0.00013969369355490362, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", + "language": "pt-BR", "platform": "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", + "pluginsLength": 7, + "screenHeight": 2160, + "screenWidth": 3840, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0001639589649548794, + "viewportHeight": 1311, + "viewportWidth": 2560, + "weight": 0.00013956953281023374, "deviceCategory": "desktop" }, { @@ -36603,400 +36531,270 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00016393951536710705, + "viewportHeight": 737, + "viewportWidth": 430, + "weight": 0.00013953652557261657, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7417.1924 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013950529992354024, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", "platform": "iPhone", - "pluginsLength": 5, + "pluginsLength": 0, "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", + "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": 744, - "viewportWidth": 428, - "weight": 0.0001639372157735992, + "viewportHeight": 715, + "viewportWidth": 414, + "weight": 0.00013933800996293255, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1452, + "screenWidth": 1335, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.0001639360452006765, + "viewportHeight": 1329, + "viewportWidth": 1335, + "weight": 0.00013925413689165446, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 6.7, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 100 }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 617, - "viewportWidth": 1366, - "weight": 0.0001638974267666335, + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00013924281992744547, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00016386055200985652, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 150 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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 Edg/125.0.0.0", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1912, - "weight": 0.00016383320115463128, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001391766540037516, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "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.00016371588299653154, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 657, - "viewportWidth": 393, - "weight": 0.00016366951548888134, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "iPad", "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) Version/17.5 Mobile/15E148 Safari/604.1", + "screenHeight": 1366, + "screenWidth": 1024, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00016366480851299809, - "deviceCategory": "mobile" + "viewportHeight": 872, + "viewportWidth": 1366, + "weight": 0.00013917243998835447, + "deviceCategory": "tablet" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "wifi" }, - "language": "en-US", - "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/120.0.0.0 Safari/537.36 Edg/120.0.0.0", + "language": "pl-PL", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1181, - "viewportWidth": 2240, - "weight": 0.0001635845357391166, - "deviceCategory": "desktop" + "viewportHeight": 716, + "viewportWidth": 360, + "weight": 0.00013916378263855532, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", "rtt": 100, - "type": "wifi" + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 761, - "viewportWidth": 412, - "weight": 0.00016331799748164075, + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.0001391459577154162, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.3, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6647.1096 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 929, - "viewportWidth": 1920, - "weight": 0.00016330713926326242, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 666, - "viewportWidth": 393, - "weight": 0.00016312424430182568, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013912094665385284, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.0001630736625662358, - "deviceCategory": "mobile" + "screenHeight": 1505, + "screenWidth": 1369, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1384, + "viewportWidth": 1369, + "weight": 0.00013909323871242506, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 0.8, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2744.1581 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.00016305079416233676, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001390899092385652, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, + "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.00016304521595255096, + "viewportHeight": 718, + "viewportWidth": 414, + "weight": 0.000139079187523409, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 8.05, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 100, "type": "wifi" }, - "language": "en-CA", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 783, - "viewportWidth": 412, - "weight": 0.00016292717901267165, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00016291243139741164, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 884, - "viewportWidth": 1728, - "weight": 0.00016290846991946987, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "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": 719, + "viewportHeight": 699, "viewportWidth": 384, - "weight": 0.0001629084100926978, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00016269593018271614, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.00016266337650291726, + "weight": 0.00013903742392092975, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 2.65, - "downlinkMax": 100, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 735, - "screenWidth": 339, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.5145.1402 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 595, - "viewportWidth": 339, - "weight": 0.00016258799028798793, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 723, - "viewportWidth": 430, - "weight": 0.00016248294582041397, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001390300391528185, "deviceCategory": "mobile" }, { @@ -37004,72 +36802,70 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 430, - "weight": 0.00016219616448099906, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0001390209375685265, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 1.65, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 1112, + "screenWidth": 1710, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.00016217332024278015, + "viewportHeight": 981, + "viewportWidth": 1710, + "weight": 0.00013901588310494053, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1350, + "screenWidth": 1284, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 881, - "viewportWidth": 1680, - "weight": 0.0001621628029611448, + "viewportHeight": 1228, + "viewportWidth": 1284, + "weight": 0.00013900397774237156, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv8l", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 12; SAMSUNG SM-A115A) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/18.0 Chrome/99.0.4844.88 Mobile Safari/537.36", + "screenHeight": 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.6930.1127 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 800, - "viewportWidth": 412, - "weight": 0.0001621278929678284, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013896752844041934, "deviceCategory": "mobile" }, { @@ -37077,129 +36873,136 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, - "language": "en-US", + "language": "en", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.0001620595545610894, + "weight": 0.00013895864201325688, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 9.6, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 345, - "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": 746, - "viewportWidth": 345, - "weight": 0.00016203299227185864, - "deviceCategory": "mobile" + "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/26.3 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 692, + "viewportWidth": 1180, + "weight": 0.00013895494481440773, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 400 + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36", + "screenHeight": 1473, + "screenWidth": 1361, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 551, - "viewportWidth": 1280, - "weight": 0.00016190004751964241, + "viewportHeight": 1343, + "viewportWidth": 1361, + "weight": 0.00013889586320368734, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00013889485449002843, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 729, - "viewportWidth": 1536, - "weight": 0.00016189514467366346, + "viewportHeight": 960, + "viewportWidth": 1912, + "weight": 0.00013876246465202092, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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": 953, - "viewportWidth": 1920, - "weight": 0.0001618528105917155, + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 771, + "viewportWidth": 1462, + "weight": 0.00013874963818133302, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 5.6, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2297.1877 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.000161803438054153, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013874623322174273, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 718, - "viewportWidth": 414, - "weight": 0.00016172112447986525, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9631.1569 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001386930634015154, "deviceCategory": "mobile" }, { @@ -37207,13 +37010,13 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, - "viewportWidth": 375, - "weight": 0.00016169729200695153, + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00013868843653756912, "deviceCategory": "mobile" }, { @@ -37221,35 +37024,35 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 670, - "viewportWidth": 390, - "weight": 0.0001616291087093791, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00013866657997784216, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 6.5, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 710, - "viewportWidth": 412, - "weight": 0.0001616194492406423, - "deviceCategory": "mobile" + "viewportHeight": 647, + "viewportWidth": 1366, + "weight": 0.0001386243402425473, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -37263,13 +37066,13 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 736, - "viewportWidth": 412, - "weight": 0.00016159615876527042, + "viewportHeight": 601, + "viewportWidth": 360, + "weight": 0.00013862091832865062, "deviceCategory": "mobile" }, { @@ -37277,13 +37080,13 @@ "language": "en-US", "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", + "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": 736, - "viewportWidth": 430, - "weight": 0.00016157152078031888, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00013860840082384127, "deviceCategory": "mobile" }, { @@ -37291,107 +37094,67 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.00016155027626620156, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 740, - "viewportWidth": 1440, - "weight": 0.00016142008211374095, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, + "viewportHeight": 645, "viewportWidth": 390, - "weight": 0.0001614118423024071, + "weight": 0.00013860343207744937, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.75, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 50, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 960, - "screenWidth": 432, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 838, - "viewportWidth": 432, - "weight": 0.000161353878202974, + "viewportHeight": 760, + "viewportWidth": 411, + "weight": 0.00013857029156586655, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "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": 585, - "viewportWidth": 1280, - "weight": 0.00016130718924017447, - "deviceCategory": "desktop" + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0001385527058618923, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux x86_64", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 664, - "screenWidth": 1181, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + "screenHeight": 1323, + "screenWidth": 1235, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 495, - "viewportWidth": 1181, - "weight": 0.00016128220300472791, + "viewportHeight": 1203, + "viewportWidth": 1235, + "weight": 0.00013852277620073853, "deviceCategory": "desktop" }, { @@ -37401,91 +37164,84 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 660, + "viewportHeight": 645, "viewportWidth": 390, - "weight": 0.00016119255484180873, + "weight": 0.00013851201095711857, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.4758.1512 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 758, - "viewportWidth": 412, - "weight": 0.0001610420404724614, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013847601769470552, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 250 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPad", "pluginsLength": 5, - "screenHeight": 1110, - "screenWidth": 1664, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 949, - "viewportWidth": 1664, - "weight": 0.0001610084087838175, - "deviceCategory": "desktop" + "screenHeight": 1024, + "screenWidth": 768, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 17_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 636, + "viewportWidth": 1024, + "weight": 0.00013838197562030416, + "deviceCategory": "tablet" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 4.1, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 150, + "type": "cellular" }, "language": "en-US", - "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/123.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 889, - "viewportWidth": 1680, - "weight": 0.00016099235965640182, - "deviceCategory": "desktop" + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.0001383632811572337, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.7, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.6180.1122 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 804, - "viewportWidth": 412, - "weight": 0.000160877981951541, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013832735522020963, "deviceCategory": "mobile" }, { @@ -37493,149 +37249,206 @@ "language": "en-US", "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", + "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.0001608630958594182, + "viewportHeight": 718, + "viewportWidth": 414, + "weight": 0.00013830932491687114, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9126.1557 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.00016080792887338363, + "weight": 0.0001382664386856285, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "Win32", + "language": "en-CA", + "platform": "iPhone", "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": 911, - "viewportWidth": 1920, - "weight": 0.000160772086105268, - "deviceCategory": "desktop" + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00013825187359446878, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6500.1796 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 1872, - "weight": 0.00016075979727179934, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013823504679851936, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0001607375541228958, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00013820519909221135, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00016069619924188302, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3062.1182 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013814512046956602, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 600, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5602.1749 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00013811541621823865, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00016055516594916887, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00013805506470923395, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "fr-CA", "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", + "screenHeight": 1210, + "screenWidth": 834, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 977, - "viewportWidth": 810, - "weight": 0.0001605084768860806, + "viewportHeight": 706, + "viewportWidth": 1210, + "weight": 0.00013805210137247186, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.9, + "downlink": 10, "downlinkMax": 100, "effectiveType": "4g", - "rtt": 150, + "rtt": 50, "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, + "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", + "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": 670, + "viewportHeight": 648, "viewportWidth": 360, - "weight": 0.00016048663119074363, + "weight": 0.00013804717517283715, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 0.15, + "effectiveType": "3g", + "rtt": 250 + }, + "language": "pt-BR", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.00013803907450399744, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2670.1416 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00013792962366493243, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { @@ -37645,59 +37458,74 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-GB", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, + "screenHeight": 924, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 786, - "viewportWidth": 412, - "weight": 0.00016047050426243336, + "viewportHeight": 777, + "viewportWidth": 411, + "weight": 0.00013792007630088557, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 634, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4622.1882 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00016043505243487754, + "weight": 0.00013788617947902725, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00016038499901749472, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3802.1238 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013782296953615523, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.00016023864513731737, - "deviceCategory": "mobile" + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1213, + "viewportWidth": 2560, + "weight": 0.000137749168182875, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -37709,98 +37537,83 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 704, - "viewportWidth": 1538, - "weight": 0.00016019545117994328, + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.00013769717395395865, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00016004828920229382, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4528.1027 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013765955122384287, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "language": "en-CA", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 5120, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1180, - "viewportWidth": 2157, - "weight": 0.00015992724204835112, - "deviceCategory": "desktop" + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 793, + "viewportWidth": 393, + "weight": 0.00013761679331245364, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0001596115250789103, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00013760969804048342, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.85, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 640, - "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", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 514, - "viewportWidth": 360, - "weight": 0.00015955990522938568, + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.0001376066824075111, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/124.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 754, - "viewportWidth": 1369, - "weight": 0.00015952972362035978, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { @@ -37813,11 +37626,11 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.00015929192951485966, + "weight": 0.00013753704061185437, "deviceCategory": "desktop" }, { @@ -37825,46 +37638,46 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 538, - "viewportWidth": 375, - "weight": 0.00015927725172541548, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00013751880627397098, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1143, - "screenWidth": 1715, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4795.1153 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1008, - "viewportWidth": 1715, - "weight": 0.0001592097640479321, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013749775342682783, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.0001591292460823612, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00013747715996676992, "deviceCategory": "mobile" }, { @@ -37872,107 +37685,65 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00015909969499441776, + "weight": 0.00013745421097552103, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", - "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1194, - "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": 721, - "viewportWidth": 1194, - "weight": 0.00015892736661215714, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "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": 645, - "viewportWidth": 360, - "weight": 0.00015890592031617362, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1920, - "weight": 0.0001589009374677097, + "viewportHeight": 791, + "viewportWidth": 1536, + "weight": 0.00013745330363719896, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "Win32", + "language": "en-CA", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1200, - "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": 1039, - "viewportWidth": 1920, - "weight": 0.0001588404243560193, - "deviceCategory": "desktop" + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00013742909319934335, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.7593.1572 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 384, - "weight": 0.00015872433610872807, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013742818157850385, "deviceCategory": "mobile" }, { @@ -37982,132 +37753,111 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", + "language": "en-GB", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1243, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 1440, - "weight": 0.00015864041087781784, + "viewportHeight": 1084, + "viewportWidth": 1920, + "weight": 0.000137425691026515, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/138.0.7204.156 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00015847178282751593, + "viewportHeight": 762, + "viewportWidth": 440, + "weight": 0.00013739389157034086, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 708, - "viewportWidth": 1528, - "weight": 0.00015840290464769373, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "screenHeight": 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.2347.1716 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 647, - "viewportWidth": 360, - "weight": 0.0001583834565583763, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001373050448325852, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "language": "en-NZ", + "platform": "iPhone", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 706, - "viewportWidth": 1080, - "weight": 0.00015832471806039922, - "deviceCategory": "desktop" + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00013715514837259714, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like 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.00015826578322153807, + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00013713744696570556, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00015824484736186382, + "viewportHeight": 751, + "viewportWidth": 428, + "weight": 0.00013713411848376644, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "MacIntel", + "language": "en-US", + "platform": "iPhone", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 1010, - "viewportWidth": 810, - "weight": 0.0001581734298421595, - "deviceCategory": "desktop" + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00013702316415901796, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.15, "downlinkMax": null, "effectiveType": "4g", "rtt": 100, @@ -38116,107 +37866,81 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 780, + "screenHeight": 800, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 647, + "viewportHeight": 669, "viewportWidth": 360, - "weight": 0.00015805567118024405, + "weight": 0.00013700560851417218, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 942, - "screenWidth": 424, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2667.1925 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 799, - "viewportWidth": 424, - "weight": 0.00015803808829415025, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00013696865296934605, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "language": "en-US", - "platform": "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": 919, - "viewportWidth": 1920, - "weight": 0.00015796770776480077, - "deviceCategory": "desktop" + "language": "ru", + "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.00013695982715584648, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.6, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0, + "type": "cellular" }, - "language": "en-US", + "language": "en-GB", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 768, - "screenWidth": 346, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 869, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 641, - "viewportWidth": 346, - "weight": 0.00015783218134037607, + "viewportHeight": 682, + "viewportWidth": 411, + "weight": 0.00013695746988811388, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 1193, - "viewportWidth": 2280, - "weight": 0.0001577483245439372, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 711, - "viewportWidth": 414, - "weight": 0.0001576265781415506, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00013685977305144615, "deviceCategory": "mobile" }, { @@ -38226,119 +37950,84 @@ "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", + "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.00015745964235825132, + "weight": 0.00013685601881439024, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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": 520, - "viewportWidth": 320, - "weight": 0.00015740130874050516, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.00013684051569032171, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00015732903832255642, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "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": 758, - "viewportWidth": 412, - "weight": 0.00015731529095933702, + "weight": 0.0001367685941842075, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "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.6769.1419 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9456.1042 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.000157178325437268, + "weight": 0.0001367329404283696, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "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": 911, - "viewportWidth": 1920, - "weight": 0.00015716518471527795, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, + "downlink": 9.6, "downlinkMax": null, "effectiveType": "4g", "rtt": 0, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 768, - "screenWidth": 346, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 622, - "viewportWidth": 346, - "weight": 0.00015687889516160773, + "viewportHeight": 657, + "viewportWidth": 384, + "weight": 0.00013670007533112344, "deviceCategory": "mobile" }, { @@ -38346,32 +38035,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.0001568117098603255, + "viewportHeight": 948, + "viewportWidth": 1912, + "weight": 0.0001366302461147363, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00015668077378344034, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.0001365952603755941, "deviceCategory": "mobile" }, { @@ -38381,26 +38070,30 @@ "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", + "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, + "viewportHeight": 656, "viewportWidth": 390, - "weight": 0.00015657974360875222, + "weight": 0.00013658984115039167, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1067, - "screenWidth": 1707, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 952, - "viewportWidth": 1706, - "weight": 0.0001565277058149533, + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 710, + "viewportWidth": 1418, + "weight": 0.00013656193969506872, "deviceCategory": "desktop" }, { @@ -38408,79 +38101,60 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, + "viewportHeight": 953, "viewportWidth": 1920, - "weight": 0.00015647261042815857, + "weight": 0.00013644741379459938, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "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.0001564131445556242, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", + "connection": { + "downlink": 5.2, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, "language": "en-US", - "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.0001563040739269378, + "platform": "Linux armv8l", + "pluginsLength": 0, + "screenHeight": 732, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 9; SM-J737V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 652, + "viewportWidth": 412, + "weight": 0.00013644419056618338, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 7.95, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100 + "rtt": 150, + "type": "cellular" }, "language": "en-US", - "platform": "Win32", + "platform": "Linux armv81", "pluginsLength": 0, - "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 Edg/124.0.0.0", + "screenHeight": 1010, + "screenWidth": 444, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 966, - "viewportWidth": 1912, - "weight": 0.0001562782999243411, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0001562301791825528, + "viewportHeight": 865, + "viewportWidth": 443, + "weight": 0.00013644090754554863, "deviceCategory": "mobile" }, { @@ -38488,13 +38162,13 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0001562198369414426, + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.0001364090941299375, "deviceCategory": "mobile" }, { @@ -38502,130 +38176,106 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "pl-PL", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1067, + "screenWidth": 1707, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 796, - "viewportWidth": 1592, - "weight": 0.00015603487835509533, + "viewportHeight": 898, + "viewportWidth": 1707, + "weight": 0.00013639932978530745, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 2.15, - "effectiveType": "4g", - "rtt": 150 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1200, - "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": 763, - "viewportWidth": 1582, - "weight": 0.00015586679322757033, - "deviceCategory": "desktop" + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00013639317390816874, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.25, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 593, - "viewportWidth": 1280, - "weight": 0.00015582456749790448, + "viewportHeight": 695, + "viewportWidth": 1428, + "weight": 0.0001363923832826285, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 680, - "viewportWidth": 1284, - "weight": 0.00015580969185728408, + "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": 708, + "viewportWidth": 1439, + "weight": 0.0001363246595676855, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 776, - "viewportWidth": 1536, - "weight": 0.0001555878866267543, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00015555183750589092, + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.000136273586467166, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "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", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.00015534443458669378, - "deviceCategory": "mobile" + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.0001362528807653856, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -38634,107 +38284,65 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00015533476120739142, + "weight": 0.00013620894300423454, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 5.6, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "zh-CN", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 674, - "viewportWidth": 1440, - "weight": 0.00015521352183946692, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-NZ", "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 Mobile/15E148 Safari/604.1 Ddg/17.4", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00015519616200496345, + "weight": 0.00013616414772055644, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00015477544438236322, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4099.1145 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013614155698415587, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3162.1961 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 729, - "viewportWidth": 1536, - "weight": 0.00015450281872157322, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.00015447406225039477, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013613439617974731, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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/16.0 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 973, - "viewportWidth": 834, - "weight": 0.00015424304469426037, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { @@ -38745,81 +38353,84 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.00015419259426917225, + "viewportHeight": 673, + "viewportWidth": 1520, + "weight": 0.00013609149077122796, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "MacIntel", + "language": "zh-CN", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1418, + "screenWidth": 1311, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 737, - "viewportWidth": 756, - "weight": 0.00015416175541944628, + "viewportHeight": 1291, + "viewportWidth": 1311, + "weight": 0.0001360784398630012, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6016.1742 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 701, - "viewportWidth": 384, - "weight": 0.0001541094239647296, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00013607351883836177, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00015385270688099902, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00013607279050394984, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-us", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 896, - "screenWidth": 414, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.0001538137950954345, + "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.5389.1688 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013600101122912564, "deviceCategory": "mobile" }, { @@ -38829,25 +38440,40 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0001537449716036887, + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.00013593208305457178, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", + "oscpu": "Intel Mac OS X 10.15", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0", + "vendor": "", + "viewportHeight": 737, + "viewportWidth": 1382, + "weight": 0.00013589493440361637, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 741, - "viewportWidth": 428, - "weight": 0.00015363762228253857, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00013575984209897204, "deviceCategory": "mobile" }, { @@ -38855,80 +38481,122 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0001535349463645737, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00013575370878154343, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.75, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4843.1613 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1317, - "viewportWidth": 3440, - "weight": 0.00015349035007539746, - "deviceCategory": "desktop" - }, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013574743167035308, + "deviceCategory": "mobile" + }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1251, - "viewportWidth": 2560, - "weight": 0.00015332139840051727, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6126.1950 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001357363414724556, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.3, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 2048, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1411, + "screenWidth": 1225, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 2048, - "weight": 0.0001532959214445445, + "viewportHeight": 1287, + "viewportWidth": 1225, + "weight": 0.0001357075810968554, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4530.1523 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013570160676991896, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1133.1749 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001356953488753505, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C55 Twitter for iPhone/11.60", "vendor": "Apple Computer, Inc.", - "viewportHeight": 932, - "viewportWidth": 430, - "weight": 0.0001532213893857291, + "viewportHeight": 689, + "viewportWidth": 440, + "weight": 0.00013568802603741094, "deviceCategory": "mobile" }, { @@ -38936,60 +38604,48 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00015322009398186236, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.0001356460136148159, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.95, + "downlink": 5.05, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "cellular" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 606, - "viewportWidth": 1272, - "weight": 0.0001530730112068801, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00015302956572374482, - "deviceCategory": "desktop" + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.0001356444968130935, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00015268782892008054, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00013563945422017447, "deviceCategory": "mobile" }, { @@ -39001,162 +38657,185 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, "screenHeight": 915, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 755, - "viewportWidth": 412, - "weight": 0.00015266338652302906, + "viewportHeight": 758, + "viewportWidth": 411, + "weight": 0.00013558395823678012, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00015264198898527499, - "deviceCategory": "mobile" + "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": 633, + "viewportWidth": 1366, + "weight": 0.00013549127627542645, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00015262992742260209, - "deviceCategory": "mobile" + "screenHeight": 1386, + "screenWidth": 1350, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1261, + "viewportWidth": 1350, + "weight": 0.0001353362000516743, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00015256435992671105, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.0001352861452638505, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 960, - "screenWidth": 432, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 838, - "viewportWidth": 432, - "weight": 0.0001525514644240012, - "deviceCategory": "mobile" + "viewportHeight": 922, + "viewportWidth": 1872, + "weight": 0.00013526908449953108, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 200 }, - "language": "en-US", - "platform": "Win32", + "language": "en-GB", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.0001524709385458159, + "viewportHeight": 783, + "viewportWidth": 1454, + "weight": 0.00013510208943669393, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 736, - "viewportWidth": 428, - "weight": 0.0001523715450008172, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8363.1327 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013506684929305882, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.3, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-GB", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "en-US", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 778, - "viewportWidth": 412, - "weight": 0.00015236124728578823, - "deviceCategory": "mobile" + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.00013503093663085937, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 737, - "viewportWidth": 430, - "weight": 0.0001522700666734271, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00013501870603316784, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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) CriOS/124.0.6367.111 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 553, - "viewportWidth": 375, - "weight": 0.0001522145411341374, - "deviceCategory": "mobile" + "screenHeight": 1389, + "screenWidth": 1235, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1265, + "viewportWidth": 1235, + "weight": 0.0001349617991909954, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -39164,87 +38843,73 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 345, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 741, - "viewportWidth": 345, - "weight": 0.00015215129611893458, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00015209502185258147, + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00013493733161805226, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-CA", + "platform": "MacIntel", "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/319.0.638705450 Mobile/15E148 Safari/604.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/18.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 729, - "viewportWidth": 428, - "weight": 0.00015203748845060963, - "deviceCategory": "mobile" + "viewportHeight": 820, + "viewportWidth": 1440, + "weight": 0.00013493143273476493, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.35, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3371.1188 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.0001519899332638835, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013492393129404886, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.6, + "downlink": 10, "downlinkMax": 100, "effectiveType": "4g", - "rtt": 200, + "rtt": 100, "type": "cellular" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 762, - "viewportWidth": 412, - "weight": 0.0001519704855661815, + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.0001349167529652327, "deviceCategory": "mobile" }, { @@ -39252,39 +38917,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 907, - "viewportWidth": 1904, - "weight": 0.0001518318631029436, + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.0001348905469693088, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.6706.1474 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 384, - "weight": 0.00015181315068371533, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013488381276136353, "deviceCategory": "mobile" }, { @@ -39292,42 +38955,52 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 742, - "viewportWidth": 428, - "weight": 0.00015180992488799937, + "viewportHeight": 573, + "viewportWidth": 430, + "weight": 0.00013482435252051085, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en", + "platform": "MacIntel", "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": 657, - "viewportWidth": 393, - "weight": 0.0001517165170993341, - "deviceCategory": "mobile" + "screenHeight": 1107, + "screenWidth": 1710, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 951, + "viewportWidth": 1710, + "weight": 0.0001348178547567822, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 414, - "weight": 0.0001515986367693106, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6267.1887 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00013481263729959577, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -39336,185 +39009,235 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00015159520007398288, + "weight": 0.0001348069992097138, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.65, - "downlinkMax": null, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9695.1050 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.00015156160758621898, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001348050376131965, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, "language": "en-US", - "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": 716, - "viewportWidth": 414, - "weight": 0.0001514754642181797, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.0001347973726702357, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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.4.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 808, - "viewportWidth": 1324, - "weight": 0.0001514260114871114, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 959, + "viewportWidth": 1920, + "weight": 0.00013478036693439808, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0001512542487051445, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3734.1380 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001347775720760185, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00015124571426893723, + "viewportHeight": 815, + "viewportWidth": 430, + "weight": 0.00013477539965161677, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 781, + "viewportWidth": 411, + "weight": 0.00013476084114522947, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "nl-NL", + "platform": "MacIntel", "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", + "screenHeight": 1366, + "screenWidth": 1024, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0001511114381543064, - "deviceCategory": "mobile" + "viewportHeight": 872, + "viewportWidth": 1366, + "weight": 0.00013475390130645332, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "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/122.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5867.1755 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.0001510072026898828, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00013472584613450077, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 724, - "viewportWidth": 414, - "weight": 0.00015100696371417413, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6692.1106 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013468665496946358, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 737, - "viewportWidth": 430, - "weight": 0.00015096791949083968, - "deviceCategory": "mobile" + "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": 1366, + "weight": 0.00013463295549577146, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 889, - "viewportWidth": 1288, - "weight": 0.00015093880923663718, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5453.1391 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00013459834325677423, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.65, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.3902.1252 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 784, - "viewportWidth": 412, - "weight": 0.0001508806520660494, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013458285964683132, "deviceCategory": "mobile" }, { @@ -39523,201 +39246,204 @@ "oscpu": "Windows NT 10.0; Win64; x64", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1920, - "screenWidth": 1200, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", "vendor": "", - "viewportHeight": 826, - "viewportWidth": 1197, - "weight": 0.00015066682882364192, + "viewportHeight": 918, + "viewportWidth": 1920, + "weight": 0.00013455967373358853, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "zh-TW", - "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/125.0.0.0 Safari/537.36", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3525.1495 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00015065157328967337, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013455170032896806, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 4.7, - "effectiveType": "4g", - "rtt": 100 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1600, - "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": 773, - "viewportWidth": 1600, - "weight": 0.00015062415058452757, - "deviceCategory": "desktop" + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 852, + "viewportWidth": 393, + "weight": 0.00013452944210682718, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "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.0001505128563417068, - "deviceCategory": "mobile" + "screenHeight": 1024, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 822, + "viewportWidth": 1280, + "weight": 0.0001345186707343225, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00015047404986637302, + "weight": 0.00013448267230930434, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0001503760040751095, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7876.1178 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00013447451041737534, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 100, "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 786, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 654, - "viewportWidth": 393, - "weight": 0.00015031420019911653, + "viewportHeight": 752, + "viewportWidth": 411, + "weight": 0.00013442573923148934, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.1, + "downlink": 5.9, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "language": "fr-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 991, - "viewportWidth": 2752, - "weight": 0.0001502529536490645, - "deviceCategory": "desktop" + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.0001344224503009935, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 2.7, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7897.1292 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00015018736729629335, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001343936208455644, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 873, - "viewportWidth": 430, - "weight": 0.0001501412460387819, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00013429793547534673, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00015011046937177353, + "viewportHeight": 549, + "viewportWidth": 375, + "weight": 0.00013427803208508493, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 150, + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 784, - "viewportWidth": 412, - "weight": 0.00015000638857731323, + "viewportHeight": 721, + "viewportWidth": 384, + "weight": 0.00013419093033930526, "deviceCategory": "mobile" }, { @@ -39725,32 +39451,70 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 812, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 626, - "viewportWidth": 375, - "weight": 0.0001499595120913263, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00013416442994891104, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.3, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 200 }, "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001340852262745374, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1462, + "screenWidth": 1270, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.00014991082824216813, + "viewportHeight": 1340, + "viewportWidth": 1270, + "weight": 0.00013407508328802764, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3298.1609 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00013401472236885615, "deviceCategory": "desktop" }, { @@ -39758,48 +39522,74 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00013399667320764606, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00013396035057633028, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00014973176604746397, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00013394560589934817, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 5.4, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 150 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 384, - "weight": 0.0001496343669565805, - "deviceCategory": "mobile" + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00013393098175705156, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 742, - "viewportWidth": 428, - "weight": 0.00014962595971198294, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00013388131173040476, "deviceCategory": "mobile" }, { @@ -39807,34 +39597,32 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 585, - "viewportWidth": 375, - "weight": 0.00014957633210733293, + "viewportHeight": 696, + "viewportWidth": 390, + "weight": 0.00013387905764633242, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.6712.1984 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 753, - "viewportWidth": 412, - "weight": 0.00014949446138337315, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013385926132079682, "deviceCategory": "mobile" }, { @@ -39842,58 +39630,70 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4846.1298 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1341, - "viewportWidth": 2400, - "weight": 0.00014933221287299924, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013380966521900993, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00013369165861519577, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/126.0.0.0 Safari/537.36 Edg/126.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2348.1440 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1284, - "viewportWidth": 2552, - "weight": 0.0001492622150506199, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00013360300059577553, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "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.6567.1578 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 645, - "viewportWidth": 360, - "weight": 0.0001492249674795062, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001335066618222523, "deviceCategory": "mobile" }, { @@ -39901,74 +39701,70 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6896.1563 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 985, - "viewportWidth": 1311, - "weight": 0.00014910107461995508, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00013349697666399134, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPad", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 810, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 957, - "viewportWidth": 810, - "weight": 0.0001490388125039266, - "deviceCategory": "tablet" + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9738.1564 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013348759278069297, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.0001489984765049459, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5634.1453 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001334871824595468, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/142.0.7444.77 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 669, "viewportWidth": 390, - "weight": 0.00014897779129086525, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 735, - "viewportWidth": 430, - "weight": 0.00014891509326873248, + "weight": 0.00013347994261069025, "deviceCategory": "mobile" }, { @@ -39976,13 +39772,13 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/142.0.7444.77 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0001488966829883853, + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00013339001705085768, "deviceCategory": "mobile" }, { @@ -39990,32 +39786,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 585, - "viewportWidth": 1280, - "weight": 0.000148890041531646, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00013337928972268254, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, + "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.00014879957370692167, + "weight": 0.00013334642846442448, "deviceCategory": "mobile" }, { @@ -40023,20 +39819,39 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1497, + "screenWidth": 1304, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.00014876811944230186, + "viewportHeight": 1372, + "viewportWidth": 1304, + "weight": 0.00013328972286013536, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6882.1826 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001332856596926785, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", @@ -40044,153 +39859,162 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.0001486898903150034, + "weight": 0.0001332021237572632, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 918, - "viewportWidth": 1728, - "weight": 0.00014865242410060924, - "deviceCategory": "desktop" + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00013316067137492788, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00014864027019837107, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00013311187058616497, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 778, - "viewportWidth": 1486, - "weight": 0.00014861900522749607, - "deviceCategory": "desktop" + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00013308826625677575, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00014857933785319077, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00013307126876709277, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", "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.00014857885167194782, + "screenHeight": 960, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36 OPR/94.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 758, + "viewportWidth": 411, + "weight": 0.00013304797374561785, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en", + "language": "en-CA", "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", + "pluginsLength": 5, + "screenHeight": 682, + "screenWidth": 740, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 737, - "viewportWidth": 1280, - "weight": 0.00014857852032137476, + "viewportHeight": 682, + "viewportWidth": 740, + "weight": 0.00013304732641442735, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0001485438724523771, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0001329856722995984, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1477, + "screenWidth": 1204, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00014853588142115952, + "viewportHeight": 1351, + "viewportWidth": 1204, + "weight": 0.00013293576928829467, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00014851762930919652, - "deviceCategory": "mobile" + "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.0001327565719410885, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -40202,28 +40026,33 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 809, - "viewportWidth": 1652, - "weight": 0.00014840862383304408, + "viewportHeight": 607, + "viewportWidth": 1280, + "weight": 0.0001327562391359768, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.0001483527023196104, - "deviceCategory": "mobile" + "screenHeight": 1353, + "screenWidth": 1204, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1228, + "viewportWidth": 1204, + "weight": 0.0001326711246807041, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -40232,51 +40061,30 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1490, + "screenWidth": 1395, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0001482534418599104, + "viewportHeight": 1364, + "viewportWidth": 1395, + "weight": 0.0001326119083198796, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 712, - "viewportWidth": 414, - "weight": 0.00014816973617797448, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 846, - "screenWidth": 412, - "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": 693, - "viewportWidth": 412, - "weight": 0.0001481426468064337, + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.000132514688032044, "deviceCategory": "mobile" }, { @@ -40284,18 +40092,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, - "language": "en", - "platform": "MacIntel", + "language": "sl-SI", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1294, - "viewportWidth": 2560, - "weight": 0.00014811370462063133, + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00013248734314340478, "deviceCategory": "desktop" }, { @@ -40303,13 +40111,13 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00014809256175264644, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.0001324818762146736, "deviceCategory": "mobile" }, { @@ -40320,36 +40128,36 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1067, - "screenWidth": 1707, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1260, + "screenWidth": 2240, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1707, - "weight": 0.00014807178780104293, + "viewportHeight": 1056, + "viewportWidth": 1693, + "weight": 0.0001324682882981324, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 7.6, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 50, + "type": "cellular" }, - "language": "en-CA", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 980, + "screenWidth": 444, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 720, - "viewportWidth": 412, - "weight": 0.0001480478782816928, + "viewportHeight": 853, + "viewportWidth": 443, + "weight": 0.00013243947771171563, "deviceCategory": "mobile" }, { @@ -40359,133 +40167,108 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", - "platform": "MacIntel", + "language": "it-IT", + "platform": "Win32", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 813, - "viewportWidth": 1440, - "weight": 0.00014793406212345786, + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00013243946376383946, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.65, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "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.13.3 like Chrome/108.0.5359.220 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 614, - "viewportWidth": 1280, - "weight": 0.0001478956169956795, - "deviceCategory": "tablet" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 740, - "viewportWidth": 430, - "weight": 0.0001477688523317695, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00013243251702139966, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.2406.1654 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 696, - "viewportWidth": 384, - "weight": 0.00014776466221660197, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013243188538739347, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 4.6, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 200, + "type": "cellular" + }, + "language": "en-IN", + "platform": "Linux armv81", "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.00014765170560923781, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00014760247274771986, + "screenHeight": 872, + "screenWidth": 381, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 742, + "viewportWidth": 380, + "weight": 0.00013241794574666635, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6560.1823 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.00014757943981857067, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013234100798810696, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00014754819374355967, + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00013224623523305876, "deviceCategory": "mobile" }, { @@ -40495,278 +40278,290 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", + "language": "en-GB", "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/123.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1271, - "viewportWidth": 2560, - "weight": 0.00014740962184890073, + "viewportHeight": 898, + "viewportWidth": 1920, + "weight": 0.0001321177109211002, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.00014737685432076054, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 752, + "viewportWidth": 411, + "weight": 0.0001321077442911758, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 2.7, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", "platform": "MacIntel", - "pluginsLength": 5, + "pluginsLength": 2, "screenHeight": 1080, - "screenWidth": 810, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125 Version/11.1.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 687, - "viewportWidth": 1080, - "weight": 0.0001472869894870754, + "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": 893, + "viewportWidth": 1886, + "weight": 0.0001320966765737955, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.95, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6228.1279 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 680, - "viewportWidth": 1440, - "weight": 0.00014728136698580744, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001320755820918545, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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": 797, - "viewportWidth": 390, - "weight": 0.00014723590363224814, + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5435.1106 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013204835658642947, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00014722524948063988, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4906.1442 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001320287324476185, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-GB", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00013200980040389387, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00014719403907112078, + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.00013200328481397774, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Linux x86_64", - "platform": "Linux x86_64", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 384, - "screenWidth": 917, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 509, - "viewportWidth": 1467, - "weight": 0.00014707908564907704, + "screenHeight": 1369, + "screenWidth": 1372, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1249, + "viewportWidth": 1372, + "weight": 0.00013193617645345106, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.00014706385271454889, - "deviceCategory": "mobile" + "screenHeight": 1447, + "screenWidth": 1243, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1325, + "viewportWidth": 1243, + "weight": 0.00013192853841989072, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 685, - "viewportWidth": 1436, - "weight": 0.00014701286658801713, + "viewportHeight": 691, + "viewportWidth": 1420, + "weight": 0.00013191990704220044, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 3, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 150, "type": "wifi" }, - "language": "en-US", + "language": "en-GB", "platform": "Linux armv81", "pluginsLength": 0, "screenHeight": 800, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 622, + "viewportHeight": 666, "viewportWidth": 360, - "weight": 0.0001469331435500279, + "weight": 0.00013189046303943835, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "MacIntel", - "pluginsLength": 5, - "screenHeight": 1042, - "screenWidth": 834, - "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": 1042, - "viewportWidth": 834, - "weight": 0.00014689498032609185, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { - "downlink": 9.25, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6733.1847 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 607, - "viewportWidth": 1366, - "weight": 0.0001468469024262544, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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": 521, - "viewportWidth": 320, - "weight": 0.00014676566775590044, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001318703818587389, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 7, - "screenHeight": 926, - "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 741, - "viewportWidth": 428, - "weight": 0.00014675284881397724, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2663.1900 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00013183799708668304, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 742, - "viewportWidth": 428, - "weight": 0.00014671162274200973, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00013183489967185055, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Intel Mac OS X 10.15", - "platform": "MacIntel", - "pluginsLength": 5, - "screenHeight": 1152, - "screenWidth": 2048, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 855, - "viewportWidth": 1990, - "weight": 0.00014664991670520618, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-GB", "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", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 707, - "viewportWidth": 414, - "weight": 0.00014655886617099086, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00013182967414597486, "deviceCategory": "mobile" }, { @@ -40774,19 +40569,19 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4730.1435 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 685, - "viewportWidth": 1440, - "weight": 0.0001465487852912736, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013182800646161248, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -40795,81 +40590,67 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 670, + "viewportHeight": 645, "viewportWidth": 390, - "weight": 0.00014626475285015617, + "weight": 0.0001317385892382066, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.8, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 150, + "rtt": 50, "type": "wifi" }, - "language": "en-IN", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "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", + "language": "en-US", + "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/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 664, - "viewportWidth": 360, - "weight": 0.0001462041083799548, - "deviceCategory": "mobile" + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00013169370941006251, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00014617468497866504, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 702, - "viewportWidth": 414, - "weight": 0.00014615616976091357, + "weight": 0.00013168356384281172, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.9, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 100, + "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 1079, - "screenWidth": 486, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 938, - "viewportWidth": 486, - "weight": 0.000145931091988027, + "viewportHeight": 757, + "viewportWidth": 411, + "weight": 0.00013165743328586438, "deviceCategory": "mobile" }, { @@ -40877,53 +40658,27 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00014589682253327905, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00013158321158882717, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "Win32", + "language": "en-NZ", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 5120, - "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": 1270, - "viewportWidth": 2558, - "weight": 0.0001458533315693537, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "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": 678, - "viewportWidth": 384, - "weight": 0.00014583758562920646, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.0001315710897483623, "deviceCategory": "mobile" }, { @@ -40933,11 +40688,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00014576561155492162, + "weight": 0.00013155626164609808, "deviceCategory": "mobile" }, { @@ -40945,32 +40700,32 @@ "language": "en-US", "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", + "screenHeight": 735, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 740, - "viewportWidth": 1080, - "weight": 0.00014571928367842335, + "viewportHeight": 735, + "viewportWidth": 1470, + "weight": 0.00013155435995584994, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1600, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1327, + "screenWidth": 1268, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 739, - "viewportWidth": 1600, - "weight": 0.00014571033990964992, + "viewportHeight": 1206, + "viewportWidth": 1268, + "weight": 0.00013152396019084874, "deviceCategory": "desktop" }, { @@ -40978,448 +40733,460 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1 Ddg/26.2", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00014563495002978881, + "viewportHeight": 669, + "viewportWidth": 402, + "weight": 0.00013150331322916991, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "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.00014551550894938378, - "deviceCategory": "desktop" + "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.0001315026774639132, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00014547638919150513, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00013147582679063767, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.4112.1154 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 689, - "viewportWidth": 384, - "weight": 0.00014532397506241006, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001314751414758967, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "language": "en-CA", + "platform": "iPhone", "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.5 Safari/605.1.15", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 917, - "viewportWidth": 1366, - "weight": 0.00014516713452991038, - "deviceCategory": "desktop" + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.0001313776886293475, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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 Ddg/17.5", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 713, - "viewportWidth": 414, - "weight": 0.00014516398083716704, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00013131642745521958, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "MacIntel", + "language": "en-US", + "platform": "iPhone", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 684, - "viewportWidth": 1080, - "weight": 0.0001450473257676309, - "deviceCategory": "desktop" + "viewportHeight": 627, + "viewportWidth": 374, + "weight": 0.0001312101274096181, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.65, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "ko-KR", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4010.1264 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013113139963310194, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", "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.0001450317759450739, + "screenHeight": 1728, + "screenWidth": 3072, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1567, + "viewportWidth": 3021, + "weight": 0.00013112717893618315, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 740, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1279, - "viewportWidth": 2560, - "weight": 0.00014502790717052774, - "deviceCategory": "desktop" + "viewportHeight": 612, + "viewportWidth": 360, + "weight": 0.00013110810583542713, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 965, + "screenWidth": 434, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 702, - "viewportWidth": 1440, - "weight": 0.00014492005212322963, - "deviceCategory": "desktop" + "viewportHeight": 818, + "viewportWidth": 433, + "weight": 0.00013109984176473327, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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.00014491149021692487, + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 666, + "viewportWidth": 360, + "weight": 0.00013109670968669107, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "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": 745, + "viewportHeight": 746, "viewportWidth": 428, - "weight": 0.00014490057439706127, + "weight": 0.00013109492448482404, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1546.1709 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.00014484141307918698, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013106982767510642, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 544, - "viewportWidth": 375, - "weight": 0.00014482712409522828, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.0001310487258594189, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 770, - "viewportWidth": 1470, - "weight": 0.00014480997210804502, - "deviceCategory": "desktop" + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00013103550305750683, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 345, - "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": 746, - "viewportWidth": 345, - "weight": 0.00014480569449396797, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00013100485444274575, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1439, + "screenWidth": 1206, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 631, - "viewportWidth": 1280, - "weight": 0.00014476761660231694, + "viewportHeight": 1315, + "viewportWidth": 1206, + "weight": 0.00013098943485600358, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-CA", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 667, - "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", + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 559, - "viewportWidth": 375, - "weight": 0.00014456675440283862, - "deviceCategory": "mobile" + "viewportHeight": 685, + "viewportWidth": 1180, + "weight": 0.00013096980054129462, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 959, - "viewportWidth": 1827, - "weight": 0.00014453396145860738, - "deviceCategory": "desktop" + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0001309459295264824, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.3, - "downlinkMax": 100, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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": 666, - "viewportWidth": 360, - "weight": 0.0001445030778153, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "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, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2059.1874 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00014436421409241902, + "weight": 0.00013090182929159625, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "zh-TW", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 643, - "viewportWidth": 393, - "weight": 0.00014433991767853549, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00013089278197766165, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "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.1 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 390, - "weight": 0.00014430446085654812, - "deviceCategory": "mobile" + "viewportHeight": 921, + "viewportWidth": 1366, + "weight": 0.00013085876955012965, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00014413699438098608, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2736.1056 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013085297143315694, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.55, - "downlinkMax": null, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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/117.0.0.0 Safari/537.36", + "pluginsLength": 0, + "screenHeight": 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.4468.1264 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 692, - "viewportWidth": 1366, - "weight": 0.0001440470280641908, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013084140882787913, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 946, + "viewportWidth": 1920, + "weight": 0.00013083569058158258, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 778, - "viewportWidth": 412, - "weight": 0.0001439891498698856, - "deviceCategory": "mobile" + "viewportHeight": 865, + "viewportWidth": 1728, + "weight": 0.0001307800115300536, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.00014393183405397451, - "deviceCategory": "mobile" + "screenHeight": 1416, + "screenWidth": 1391, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1288, + "viewportWidth": 1391, + "weight": 0.00013074603813292447, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -41427,68 +41194,66 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 150, + "rtt": 50, "type": "wifi" }, - "language": "ru", + "language": "en-NZ", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 873, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 735, + "screenWidth": 339, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 732, - "viewportWidth": 393, - "weight": 0.0001437535314192239, + "viewportHeight": 603, + "viewportWidth": 338, + "weight": 0.0001306738264783896, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 744, - "viewportWidth": 428, - "weight": 0.00014374741975008322, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001306644311321737, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 9.4, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 0, - "type": "cellular" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 753, - "screenWidth": 339, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 581, - "viewportWidth": 339, - "weight": 0.00014357542912265352, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 657, + "viewportWidth": 393, + "weight": 0.0001306576602764732, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-GB", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 721, "viewportWidth": 430, - "weight": 0.00014344725846458927, + "weight": 0.0001305904066547411, "deviceCategory": "mobile" }, { @@ -41496,34 +41261,34 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, + "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": 776, - "viewportWidth": 428, - "weight": 0.00014332009461094704, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00013058872911906908, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 50, + "type": "wifi" }, - "language": "en-US", + "language": "pt-PT", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 835, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 758, - "viewportWidth": 412, - "weight": 0.00014331976118967093, + "viewportHeight": 697, + "viewportWidth": 375, + "weight": 0.00013057502996483345, "deviceCategory": "mobile" }, { @@ -41531,123 +41296,106 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00014322057067063922, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.0001305688667527018, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 764, - "viewportWidth": 1112, - "weight": 0.00014320667508872632, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", - "pluginsLength": 1, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 1337, - "viewportWidth": 2319, - "weight": 0.00014311682762199979, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00014311462695967486, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4769.1928 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013055458750531863, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 664, - "viewportWidth": 390, - "weight": 0.00014305609606416904, + "screenHeight": 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.7304.1277 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013054276778799904, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 889, - "viewportWidth": 1680, - "weight": 0.0001429727676251213, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0", + "vendor": "", + "viewportHeight": 710, + "viewportWidth": 1481, + "weight": 0.00013053382105306994, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00014294268351797734, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8410.1274 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013052145031147556, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, + "rtt": 150, "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 696, - "viewportWidth": 384, - "weight": 0.0001428889744180204, + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00013047632796006056, "deviceCategory": "mobile" }, { @@ -41658,36 +41406,34 @@ "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6748.1169 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1305, - "viewportWidth": 2560, - "weight": 0.00014279649213020014, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00013047092343231, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.1139.1309 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 723, - "viewportWidth": 384, - "weight": 0.00014250629289831173, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001304653351524354, "deviceCategory": "mobile" }, { @@ -41697,47 +41443,50 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00014248152295193565, + "viewportHeight": 712, + "viewportWidth": 414, + "weight": 0.00013036991214585548, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 730, - "viewportWidth": 430, - "weight": 0.0001420833420485903, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1229.1168 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001303583816977872, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 5.4, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 150 }, - "language": "en-US", - "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", + "language": "zh-CN", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 647, - "viewportWidth": 360, - "weight": 0.00014203752155774396, - "deviceCategory": "mobile" + "viewportHeight": 853, + "viewportWidth": 1335, + "weight": 0.00013033883975849692, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -41746,105 +41495,127 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", - "platform": "MacIntel", + "language": "fr-CA", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 731, - "viewportWidth": 1384, - "weight": 0.00014189015883267714, + "viewportHeight": 612, + "viewportWidth": 1358, + "weight": 0.00013032024486721465, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.00014184520665654478, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1709.1141 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013031558135889566, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1386, + "screenWidth": 1351, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1261, + "viewportWidth": 1351, + "weight": 0.00013029908516839188, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.8041.1706 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 689, - "viewportWidth": 384, - "weight": 0.0001418413889492963, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013027598353037835, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4373.1149 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.00014176051589342596, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013025273591615093, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00014158715336100313, - "deviceCategory": "mobile" + "viewportHeight": 848, + "viewportWidth": 1470, + "weight": 0.00013023085391827843, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 8.75, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 100, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, + "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 663, + "viewportHeight": 643, "viewportWidth": 360, - "weight": 0.00014158562626040866, + "weight": 0.00013020826284140124, "deviceCategory": "mobile" }, { @@ -41852,27 +41623,13 @@ "language": "en-US", "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) Mobile/21F90 Twitter for iPhone/10.44.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 393, - "weight": 0.00014153196629200463, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, + "viewportHeight": 695, "viewportWidth": 390, - "weight": 0.0001415158504079051, + "weight": 0.00013014464620925424, "deviceCategory": "mobile" }, { @@ -41882,37 +41639,35 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "pt-BR", + "language": "en-US", "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "pluginsLength": 0, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 604, - "viewportWidth": 1271, - "weight": 0.00014137047780302185, + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00013012662022734756, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.35, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 950, - "type": "cellular" + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "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.3085.1149 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 645, - "viewportWidth": 360, - "weight": 0.00014136099487467105, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00013011681326015453, "deviceCategory": "mobile" }, { @@ -41922,129 +41677,96 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1482, + "screenWidth": 1398, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00014134946910297956, + "viewportHeight": 1359, + "viewportWidth": 1398, + "weight": 0.00013006484748918256, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 752, - "viewportWidth": 428, - "weight": 0.00014129204454648824, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 926, - "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_1 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.00014128654081339286, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 670, - "viewportWidth": 390, - "weight": 0.00014114957464744391, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 0, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1024, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 897, - "viewportWidth": 1280, - "weight": 0.00014103627829079152, + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00013004677095470964, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", - "platform": "Linux x86_64", - "pluginsLength": 0, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1422, + "screenWidth": 1354, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1080, - "viewportWidth": 1920, - "weight": 0.00014099652847886538, + "viewportHeight": 1292, + "viewportWidth": 1354, + "weight": 0.00013004081030393807, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.8, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "fr-FR", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1389, + "screenWidth": 1353, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 551, - "viewportWidth": 1280, - "weight": 0.000140802555424845, + "viewportHeight": 1266, + "viewportWidth": 1353, + "weight": 0.000130040701032925, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 853, - "viewportWidth": 430, - "weight": 0.0001408016542096, + "platform": "Linux aarch64", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 14; SM-S928U1 Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/117.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 753, + "viewportWidth": 384, + "weight": 0.00013001100613980966, "deviceCategory": "mobile" }, { @@ -42052,67 +41774,60 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3459.1852 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 792, - "viewportWidth": 1440, - "weight": 0.00014071879431109893, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001299846433065732, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-NZ", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0001407009134158352, + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00012996741818958464, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-GB", + "language": "en-CA", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.0001406382624833435, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0001299434177619589, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 5.2, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 250, - "type": "cellular" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "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": 786, - "viewportWidth": 412, - "weight": 0.00014058434109055068, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0001299011204719533, "deviceCategory": "mobile" }, { @@ -42120,99 +41835,99 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 723, - "viewportWidth": 430, - "weight": 0.00014052117206111238, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.0001298355416051753, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 1.5, "effectiveType": "4g", "rtt": 100 }, "language": "en-US", - "platform": "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 Edg/124.0.0.0", + "platform": "iPhone", + "pluginsLength": 0, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 [FBAN/FBIOS;FBAV/495.1.0.27.296;FBBV/683141668;FBDV/iPhone13,2;FBMD/iPhone;FBSN/iOS;FBSV/26.2.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/684552024]", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1912, - "weight": 0.00014051030917583816, - "deviceCategory": "desktop" + "viewportHeight": 844, + "viewportWidth": 390, + "weight": 0.0001298241537682886, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 5.65, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "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 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 966, - "viewportWidth": 1912, - "weight": 0.00014050293501413847, - "deviceCategory": "desktop" + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00012982045894442841, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5111.1930 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 1536, - "weight": 0.00014045909909140138, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012979562952498071, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00014045526499902128, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00012979562117623243, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 812, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 640, - "viewportWidth": 375, - "weight": 0.00014044271412629386, - "deviceCategory": "mobile" + "screenHeight": 1467, + "screenWidth": 1350, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1346, + "viewportWidth": 1350, + "weight": 0.00012977969573848603, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -42226,163 +41941,211 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 953, "viewportWidth": 1920, - "weight": 0.00014043039538847154, + "weight": 0.00012976758626622896, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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", + "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.9210.1410 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012972981843230276, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "he-IL", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 648, - "viewportWidth": 390, - "weight": 0.00014040315787736067, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00012965585649068906, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 0, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, "screenHeight": 780, "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 682, + "viewportHeight": 605, "viewportWidth": 360, - "weight": 0.00014019766653076366, + "weight": 0.00012950238216677949, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00014003998428748098, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6323.1068 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012947729131985005, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Linux; Android 9; KFTRWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/124.3.2 like Chrome/124.0.6367.221 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2384.1064 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 614, - "viewportWidth": 1280, - "weight": 0.00014000860976639645, - "deviceCategory": "tablet" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00012944139068493666, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "zh-TW", + "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.0001399607014295772, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.0001293827815051408, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", - "pluginsLength": 4, - "screenHeight": 1571, - "screenWidth": 2998, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 1569, - "viewportWidth": 2998, - "weight": 0.00013979756645469523, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 598, - "screenWidth": 1708, - "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": 593, - "viewportWidth": 1707, - "weight": 0.0001397618402301872, - "deviceCategory": "desktop" + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00012929726909836198, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.55, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1000, - "screenWidth": 1500, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1363, + "screenWidth": 1243, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 839, - "viewportWidth": 1500, - "weight": 0.00013967956781764268, + "viewportHeight": 1243, + "viewportWidth": 1243, + "weight": 0.00012926637230515223, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.0001291618486690458, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00012914059200214135, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00012912228149226387, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.1021.1109 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 412, - "weight": 0.00013955890702131246, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012906838329487994, "deviceCategory": "mobile" }, { @@ -42392,11 +42155,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00013936111520768037, + "weight": 0.000128953568786487, "deviceCategory": "mobile" }, { @@ -42404,19 +42167,19 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4702.1359 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.00013931047316687397, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012893373923924704, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -42425,25 +42188,53 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.0001392083110293689, + "weight": 0.00012893156728856548, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "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.000139181178560164, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.0001289303879402602, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00012891298030386382, "deviceCategory": "mobile" }, { @@ -42451,27 +42242,32 @@ "language": "en-CA", "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) Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 637, - "viewportWidth": 390, - "weight": 0.0001390984421845105, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00012885966809745084, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00013904886441437088, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9499.1129 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012883970628288467, "deviceCategory": "mobile" }, { @@ -42479,18 +42275,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1333, + "screenWidth": 1388, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 655, - "viewportWidth": 1338, - "weight": 0.00013904666751356237, + "viewportHeight": 1212, + "viewportWidth": 1388, + "weight": 0.00012883940776829927, "deviceCategory": "desktop" }, { @@ -42498,27 +42294,51 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.00013888084833004312, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.0001288065828649631, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.0001385313687916138, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 944, + "viewportWidth": 1897, + "weight": 0.00012874923550021956, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3470.1986 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001287453444033417, "deviceCategory": "mobile" }, { @@ -42526,41 +42346,53 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00013852704483314576, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00012874150511516173, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 4.75, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 718, - "viewportWidth": 414, - "weight": 0.00013850032823607672, - "deviceCategory": "mobile" + "screenHeight": 852, + "screenWidth": 1517, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 684, + "viewportWidth": 1517, + "weight": 0.00012869605181859095, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 890, - "viewportWidth": 1324, - "weight": 0.00013836406834184082, + "screenHeight": 1377, + "screenWidth": 1242, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1248, + "viewportWidth": 1242, + "weight": 0.0001286560355615308, "deviceCategory": "desktop" }, { @@ -42571,50 +42403,48 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenWidth": 1600, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 1440, - "weight": 0.00013835679183897063, + "viewportHeight": 739, + "viewportWidth": 1600, + "weight": 0.00012863989945496437, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 861, - "screenWidth": 388, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.9849.1513 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 776, - "viewportWidth": 388, - "weight": 0.00013828073802613514, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001285970182937037, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00013819484080862914, + "weight": 0.0001285942260625166, "deviceCategory": "mobile" }, { @@ -42622,43 +42452,34 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23B85 Twitter for iPhone/11.62", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, - "viewportWidth": 375, - "weight": 0.00013817874430267494, + "viewportHeight": 592, + "viewportWidth": 393, + "weight": 0.00012859336554839007, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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)", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 760, - "viewportWidth": 1264, - "weight": 0.00013816607514937276, + "screenHeight": 1392, + "screenWidth": 1294, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1269, + "viewportWidth": 1294, + "weight": 0.00012851334434655476, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.0001381602030761682, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "language": "en-US", @@ -42666,84 +42487,49 @@ "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", + "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, + "viewportHeight": 661, "viewportWidth": 390, - "weight": 0.00013814404501359735, + "weight": 0.000128503924117269, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.45, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1050, - "screenWidth": 1680, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1260, + "screenWidth": 2240, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 915, - "viewportWidth": 1680, - "weight": 0.00013813192418818951, + "viewportHeight": 1041, + "viewportWidth": 1876, + "weight": 0.00012844827102837127, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "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": 723, - "viewportWidth": 384, - "weight": 0.0001380802537170772, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 642, - "viewportWidth": 375, - "weight": 0.00013800106626269822, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8554.1363 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 792, - "viewportWidth": 1552, - "weight": 0.0001380000675405461, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00012843087339422065, "deviceCategory": "desktop" }, { @@ -42758,47 +42544,32 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 824, + "screenHeight": 854, "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 689, + "viewportHeight": 721, "viewportWidth": 384, - "weight": 0.0001379009087086571, + "weight": 0.0001284076293829303, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1060, - "screenWidth": 1696, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 939, - "viewportWidth": 1696, - "weight": 0.00013787272992903593, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 865, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "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": 703, - "viewportWidth": 1536, - "weight": 0.00013764046207370812, + "viewportHeight": 466, + "viewportWidth": 780, + "weight": 0.00012840028597656117, "deviceCategory": "desktop" }, { @@ -42806,13 +42577,13 @@ "language": "en-US", "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) FxiOS/126.2 Mobile/15E148 Safari/605.1.15", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 724, - "viewportWidth": 428, - "weight": 0.00013759421569569516, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00012839710044274048, "deviceCategory": "mobile" }, { @@ -42820,19 +42591,19 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 1200, - "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", + "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.7409.1162 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1073, - "viewportWidth": 1920, - "weight": 0.00013749071678445814, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001283877663917077, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -42840,19 +42611,19 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 0, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.00013743374241182346, + "viewportHeight": 686, + "viewportWidth": 384, + "weight": 0.00012838469873500605, "deviceCategory": "mobile" }, { @@ -42860,119 +42631,168 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 200 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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/125.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 1728, - "weight": 0.0001374194098050234, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00012834568900044554, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 932, - "screenWidth": 430, - "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", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00013733023071700403, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.0001283272879536186, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "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": 957, - "viewportWidth": 1920, - "weight": 0.0001373049091917062, - "deviceCategory": "desktop" + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00012829905718416491, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.0001372997436707027, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0001282868068740419, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.55, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 150 }, - "language": "pt-BR", - "platform": "MacIntel", + "language": "en-US", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1024, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 720, - "viewportWidth": 1280, - "weight": 0.00013726768229610367, + "viewportHeight": 898, + "viewportWidth": 1488, + "weight": 0.0001281946447442949, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 844, + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 967, + "screenWidth": 1496, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 537, + "viewportWidth": 869, + "weight": 0.00012817176913978908, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 771, + "viewportWidth": 1080, + "weight": 0.00012812858944881246, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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", + "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.0001372628290635246, + "weight": 0.00012811828544814907, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.7, + "downlinkMax": null, "effectiveType": "4g", "rtt": 100, - "type": "cellular" + "type": "wifi" }, "language": "en-US", "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", + "screenHeight": 960, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 650, - "viewportWidth": 360, - "weight": 0.000137252568184774, + "viewportHeight": 814, + "viewportWidth": 411, + "weight": 0.00012811219312033003, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 705, + "viewportWidth": 384, + "weight": 0.00012810933719951595, "deviceCategory": "mobile" }, { @@ -42980,41 +42800,60 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.41 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0001371160796888822, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.0001281090454200563, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1305, + "viewportWidth": 2560, + "weight": 0.00012808127255325326, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.00013705687670961437, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00012808104712798256, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 634, - "viewportWidth": 375, - "weight": 0.0001370317882459725, + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.00012792603731890856, "deviceCategory": "mobile" }, { @@ -43022,18 +42861,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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 Edg/125.0.0.0", + "screenHeight": 1400, + "screenWidth": 1335, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1912, - "weight": 0.00013681465328736918, + "viewportHeight": 1276, + "viewportWidth": 1335, + "weight": 0.00012791462715811046, "deviceCategory": "desktop" }, { @@ -43041,66 +42880,88 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0001367404186100253, + "viewportWidth": 390, + "weight": 0.0001276979921415103, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Intel Mac OS X 10.15", - "platform": "MacIntel", + "platform": "iPad", "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1440, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 677, - "viewportWidth": 1440, - "weight": 0.00013672044558597204, - "deviceCategory": "desktop" + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 1180, + "weight": 0.00012765995016109457, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0001275918985617613, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 450 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "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": 1001, - "viewportWidth": 1370, - "weight": 0.00013671257662055582, - "deviceCategory": "desktop" + "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": 658, + "viewportWidth": 393, + "weight": 0.00012753937061508598, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 629, + "viewportWidth": 375, + "weight": 0.00012753183305817443, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1271, - "viewportWidth": 2560, - "weight": 0.0001364606342118809, + "viewportHeight": 712, + "viewportWidth": 1280, + "weight": 0.00012744654327172987, "deviceCategory": "desktop" }, { @@ -43108,48 +42969,20 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-CA", + "language": "zh-CN", "platform": "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", + "screenHeight": 1373, + "screenWidth": 1250, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00013644615896266527, + "viewportHeight": 1247, + "viewportWidth": 1250, + "weight": 0.00012744649228583718, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.00013638457224315163, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.00013631423223703753, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { @@ -43162,11 +42995,11 @@ "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 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1872, - "weight": 0.0001362625994979081, + "viewportHeight": 576, + "viewportWidth": 1268, + "weight": 0.0001273987403071878, "deviceCategory": "desktop" }, { @@ -43176,91 +43009,53 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.00013609851857079218, + "weight": 0.00012737574232126426, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "es-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 712, - "viewportWidth": 414, - "weight": 0.00013607321668886697, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00012727323836750817, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.00013577513806495406, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "language": "zh-CN", - "platform": "Linux x86_64", - "pluginsLength": 0, - "screenHeight": 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.4221.1515 Mobile Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 812, - "viewportWidth": 375, - "weight": 0.00013557672291354317, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0001272708103935926, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 8.9, - "effectiveType": "4g", - "rtt": 0 - }, - "language": "en-US", - "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/121.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.00013550541994920715, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "zh-TW", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00013542959669001576, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00012726630100810607, "deviceCategory": "mobile" }, { @@ -43270,11 +43065,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0001352212355465241, + "weight": 0.00012722771582084473, "deviceCategory": "mobile" }, { @@ -43282,88 +43077,72 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00013514963123788883, + "viewportHeight": 715, + "viewportWidth": 402, + "weight": 0.00012721945668116446, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.6, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/123.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1872.1908 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 712, - "viewportWidth": 1440, - "weight": 0.0001351348170044657, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.0001350941987306445, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012721594755140008, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 100 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 723, - "viewportWidth": 384, - "weight": 0.0001350385551849692, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00012708615213072064, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.9, - "downlinkMax": null, + "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", "rtt": 0, - "type": "wifi" + "type": "cellular" }, "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 869, + "screenHeight": 892, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 412, - "weight": 0.0001349960201830187, + "viewportHeight": 709, + "viewportWidth": 411, + "weight": 0.00012705407852598195, "deviceCategory": "mobile" }, { @@ -43372,89 +43151,114 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 100, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, + "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 663, + "viewportHeight": 649, "viewportWidth": 360, - "weight": 0.0001348958405814841, + "weight": 0.00012698645747428037, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00012698449889572949, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 1248, + "weight": 0.00012689189545993132, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 797, + "viewportHeight": 668, "viewportWidth": 390, - "weight": 0.00013487354795014794, + "weight": 0.00012682805841513964, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 526, - "viewportWidth": 320, - "weight": 0.0001348512498568328, + "viewportHeight": 654, + "viewportWidth": 402, + "weight": 0.000126819951305142, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.6, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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.8427.1363 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 661, - "viewportWidth": 384, - "weight": 0.00013483013506829437, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001268033935295561, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 50, - "type": "cellular" - }, "language": "en-US", + "oscpu": "Linux armv81", "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "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": 760, - "viewportWidth": 412, - "weight": 0.00013472706963215626, + "pluginsLength": 5, + "screenHeight": 819, + "screenWidth": 378, + "userAgent": "Mozilla/5.0 (Android 16; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 687, + "viewportWidth": 378, + "weight": 0.00012678831687251444, "deviceCategory": "mobile" }, { @@ -43462,130 +43266,108 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00013465591692840277, + "viewportHeight": 680, + "viewportWidth": 402, + "weight": 0.0001267833204829892, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-CA", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "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": 718, - "viewportWidth": 414, - "weight": 0.00013424268696015518, - "deviceCategory": "mobile" + "screenHeight": 1152, + "screenWidth": 2048, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1001, + "viewportWidth": 2048, + "weight": 0.00012675226210720505, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "cellular" }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 345, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 1872, - "weight": 0.00013409333491535706, - "deviceCategory": "desktop" + "viewportHeight": 746, + "viewportWidth": 344, + "weight": 0.00012669947880595723, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 736, - "screenWidth": 414, - "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": 616, - "viewportWidth": 414, - "weight": 0.00013407330684480102, - "deviceCategory": "mobile" + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 712, + "viewportWidth": 898, + "weight": 0.00012667778643077028, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.25, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 300, - "type": "cellular" + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "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": 689, - "viewportWidth": 384, - "weight": 0.00013394708997205607, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00013389314085747241, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "zh-CN", + "platform": "MacIntel", "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.00013377414235952653, - "deviceCategory": "mobile" + "screenHeight": 1363, + "screenWidth": 1386, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1237, + "viewportWidth": 1386, + "weight": 0.00012666913989717936, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 2.55, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 50, + "type": "cellular" }, "language": "en-US", "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", + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 643, - "viewportWidth": 360, - "weight": 0.00013377281669949573, + "viewportHeight": 867, + "viewportWidth": 448, + "weight": 0.0001266513884954811, "deviceCategory": "mobile" }, { @@ -43593,72 +43375,51 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 1536, - "weight": 0.00013363677563593758, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.2549.1767 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 760, - "viewportWidth": 412, - "weight": 0.00013360401672782507, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012661741844639213, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1280, - "screenWidth": 3072, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9457.1310 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1111, - "viewportWidth": 1535, - "weight": 0.00013349511657861934, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012660222286929343, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 393, - "weight": 0.00013327516577424004, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00012659938716941998, "deviceCategory": "mobile" }, { @@ -43666,13 +43427,13 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/120.0.6099.119 Mobile/15E148 Safari/604.1", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.0001332278383819544, + "viewportHeight": 547, + "viewportWidth": 375, + "weight": 0.0001265986787868318, "deviceCategory": "mobile" }, { @@ -43680,28 +43441,13 @@ "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/138.0.7204.156 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 744, - "viewportWidth": 428, - "weight": 0.00013322209309300887, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Linux armv81", - "platform": "Linux armv81", - "pluginsLength": 5, - "screenHeight": 800, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Android 14; Mobile; rv:126.0) Gecko/126.0 Firefox/126.0", - "vendor": "", - "viewportHeight": 686, - "viewportWidth": 360, - "weight": 0.00013321812726750588, + "viewportHeight": 553, + "viewportWidth": 375, + "weight": 0.00012658319598293395, "deviceCategory": "mobile" }, { @@ -43709,32 +43455,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9374.1782 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.00013321330241512173, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012657199441106542, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 852, - "viewportWidth": 414, - "weight": 0.00013304658261133285, + "viewportHeight": 839, + "viewportWidth": 430, + "weight": 0.00012654664816396836, "deviceCategory": "mobile" }, { @@ -43742,41 +43488,66 @@ "language": "en-US", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00013301223321123833, + "viewportHeight": 627, + "viewportWidth": 393, + "weight": 0.00012653484068978605, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-CA", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "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": 655, - "viewportWidth": 393, - "weight": 0.00013296026716951004, + "screenHeight": 1024, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 899, + "viewportWidth": 1280, + "weight": 0.0001265088198919323, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7649.1711 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012648596545873067, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 657, - "viewportWidth": 393, - "weight": 0.00013287415176857384, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5067.1746 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012646980572716065, "deviceCategory": "mobile" }, { @@ -43784,13 +43555,13 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 629, - "viewportWidth": 375, - "weight": 0.00013283884167033312, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00012642943380810316, "deviceCategory": "mobile" }, { @@ -43798,51 +43569,61 @@ "language": "en-US", "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", + "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": 657, - "viewportWidth": 390, - "weight": 0.00013283547032215488, + "viewportHeight": 522, + "viewportWidth": 320, + "weight": 0.00012639853732865296, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 6.2, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", + "oscpu": "Intel Mac OS X 10.15", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 934, - "viewportWidth": 1920, - "weight": 0.000132832869375165, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 738, + "viewportWidth": 1470, + "weight": 0.00012637879671227492, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00012635204519375985, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 100 }, "language": "en-US", "platform": "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00013268884125605925, + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00012631507938678558, "deviceCategory": "desktop" }, { @@ -43850,13 +43631,13 @@ "language": "en-US", "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", + "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": 739, - "viewportWidth": 430, - "weight": 0.00013257147735499597, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00012630841470534225, "deviceCategory": "mobile" }, { @@ -43864,18 +43645,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 926, - "viewportWidth": 1746, - "weight": 0.00013235402059813762, + "viewportHeight": 387, + "viewportWidth": 1111, + "weight": 0.0001262927805588452, "deviceCategory": "desktop" }, { @@ -43886,62 +43667,29 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 796, - "viewportWidth": 1455, - "weight": 0.00013226982838732606, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.0001262695997952735, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "language": "zh-CN", - "platform": "Linux x86_64", - "pluginsLength": 0, - "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.2004.1118 Mobile Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 812, - "viewportWidth": 375, - "weight": 0.000132225812456345, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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": 483, - "viewportWidth": 320, - "weight": 0.0001322139899960094, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 631, - "viewportWidth": 375, - "weight": 0.00013221291843302556, + "viewportHeight": 873, + "viewportWidth": 430, + "weight": 0.00012625160634538937, "deviceCategory": "mobile" }, { @@ -43949,32 +43697,53 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1103, - "viewportWidth": 1965, - "weight": 0.00013217045381979238, + "viewportHeight": 835, + "viewportWidth": 1470, + "weight": 0.00012619989153553972, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00013211116384009334, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00012619896352005741, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 669, + "viewportWidth": 360, + "weight": 0.0001261844522278633, "deviceCategory": "mobile" }, { @@ -43982,13 +43751,13 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00013209100219998762, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.0001261632739083158, "deviceCategory": "mobile" }, { @@ -44003,112 +43772,93 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 760, - "viewportWidth": 412, - "weight": 0.00013208910183207473, + "viewportHeight": 748, + "viewportWidth": 384, + "weight": 0.00012615706621659032, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 740, - "viewportWidth": 430, - "weight": 0.00013206436586438622, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00012613722051263912, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 0.75, - "effectiveType": "4g", - "rtt": 100 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "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": 651, - "viewportWidth": 1250, - "weight": 0.00013192023795320016, - "deviceCategory": "desktop" + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000126065492155554, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.9, + "downlink": 2.8, "effectiveType": "4g", - "rtt": 0 + "rtt": 150 }, "language": "en-US", "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/101.0.4951.67 Safari/537.36", + "pluginsLength": 5, + "screenHeight": 696, + "screenWidth": 1238, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.0001319096529543826, + "viewportHeight": 578, + "viewportWidth": 1230, + "weight": 0.00012599540062892297, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 6.55, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1600, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1371, + "screenWidth": 1359, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 792, - "viewportWidth": 1271, - "weight": 0.00013188885945965303, + "viewportHeight": 1243, + "viewportWidth": 1359, + "weight": 0.00012596291348293713, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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": 748, - "viewportWidth": 428, - "weight": 0.00013178809088612497, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 390, - "weight": 0.00013171014433488256, + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00012595304519449668, "deviceCategory": "mobile" }, { @@ -44117,39 +43867,34 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 50, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 345, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 345, - "weight": 0.00013169569565495818, + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.0001259063571903739, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "MacIntel", + "language": "es-MX", + "platform": "iPhone", "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": 699, - "viewportWidth": 1402, - "weight": 0.00013169169848122162, - "deviceCategory": "desktop" + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.00012590324938351757, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -44161,13 +43906,13 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 755, - "viewportWidth": 1368, - "weight": 0.00013160186877608435, + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00012588546685310994, "deviceCategory": "desktop" }, { @@ -44177,25 +43922,25 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.00013159981182693552, + "weight": 0.00012587397943730072, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00013159648059208386, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00012584974212851303, "deviceCategory": "mobile" }, { @@ -44203,18 +43948,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1424, + "screenWidth": 1306, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 634, - "viewportWidth": 1262, - "weight": 0.00013154855573148605, + "viewportHeight": 1304, + "viewportWidth": 1306, + "weight": 0.0001257882029879199, "deviceCategory": "desktop" }, { @@ -44225,15 +43970,15 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.0001315013147125342, + "viewportHeight": 718, + "viewportWidth": 1470, + "weight": 0.00012575690949690117, "deviceCategory": "desktop" }, { @@ -44243,39 +43988,63 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00013129821406323655, + "weight": 0.00012574963627705668, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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.1 Safari/605.1.15", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 775, - "viewportWidth": 1344, - "weight": 0.0001312864175309518, + "viewportHeight": 546, + "viewportWidth": 375, + "weight": 0.00012574909834753783, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1490, + "screenWidth": 1300, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1369, + "viewportWidth": 1300, + "weight": 0.00012572757084550852, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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) Mobile/15E148", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 640, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3167.1233 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0001312648033412438, + "weight": 0.0001256434265851283, "deviceCategory": "mobile" }, { @@ -44283,126 +44052,137 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 812, + "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/119.0.6045.109 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 629, + "viewportHeight": 545, "viewportWidth": 375, - "weight": 0.00013112302546017287, + "weight": 0.0001256170623680162, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.75, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 869, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 598, - "viewportWidth": 1232, - "weight": 0.0001310691082960732, - "deviceCategory": "desktop" + "viewportHeight": 722, + "viewportWidth": 411, + "weight": 0.00012559798552519506, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 100, + "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 837, - "screenWidth": 377, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 689, - "viewportWidth": 377, - "weight": 0.00013088970830874429, + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00012555992384018078, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 0, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 952, - "viewportWidth": 1423, - "weight": 0.0001308677172625814, - "deviceCategory": "desktop" + "viewportHeight": 658, + "viewportWidth": 384, + "weight": 0.00012552443429914473, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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", + "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": 522, - "viewportWidth": 320, - "weight": 0.00013083344011565246, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00012548972035194027, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "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": 750, - "viewportWidth": 412, - "weight": 0.00013077755205021728, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00012548538383649486, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00012546566820570185, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1440, + "screenWidth": 1304, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0001306965704388131, + "viewportHeight": 1316, + "viewportWidth": 1304, + "weight": 0.0001254494155993265, "deviceCategory": "desktop" }, { @@ -44410,18 +44190,51 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3081.1505 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012538023451686255, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1366, + "screenWidth": 1381, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0001306940439910966, + "viewportHeight": 1245, + "viewportWidth": 1381, + "weight": 0.00012534145208428077, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 983, + "viewportWidth": 1710, + "weight": 0.00012532714319493584, "deviceCategory": "desktop" }, { @@ -44429,27 +44242,46 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 687, - "viewportWidth": 390, - "weight": 0.0001305424112443465, + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00012528245348510537, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00013046929491546596, + "viewportHeight": 685, + "viewportWidth": 1180, + "weight": 0.00012528238109591364, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5969.1464 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012524487009526054, "deviceCategory": "mobile" }, { @@ -44459,72 +44291,75 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", + "language": "nl", "platform": "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 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 966, - "viewportWidth": 1872, - "weight": 0.0001303354749525737, + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.00012518810361856862, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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": 449, - "viewportWidth": 278, - "weight": 0.00013032981498370194, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "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": 740, - "viewportWidth": 430, - "weight": 0.00013031641678721306, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1080.1943 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00012514782477173822, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", "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": 695, - "viewportWidth": 1360, - "weight": 0.00013027761402093334, + "screenHeight": 1107, + "screenWidth": 1710, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 947, + "viewportWidth": 1710, + "weight": 0.00012514344937696788, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 643, - "viewportWidth": 393, - "weight": 0.00013026488847026838, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00012514116204483897, "deviceCategory": "mobile" }, { @@ -44532,89 +44367,81 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "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": 669, - "viewportWidth": 390, - "weight": 0.00013018141872464222, + "viewportHeight": 744, + "viewportWidth": 428, + "weight": 0.0001251292507104278, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8708.1034 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00013016398008691823, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012503012497922487, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 6.15, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, "language": "en-US", - "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.0001298693210061282, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.0001250089151431321, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 735, + "viewportHeight": 739, "viewportWidth": 430, - "weight": 0.00012972257019195325, + "weight": 0.00012495469459931056, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 937, - "viewportWidth": 1920, - "weight": 0.00012960922775379988, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00012950940860410323, + "viewportHeight": 741, + "viewportWidth": 430, + "weight": 0.00012488586210177499, "deviceCategory": "mobile" }, { @@ -44622,95 +44449,65 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/120.0.0.0 Safari/537.36", + "screenHeight": 1501, + "screenWidth": 1322, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 959, - "viewportWidth": 1920, - "weight": 0.0001294244643280113, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Linux x86_64", - "platform": "Linux x86_64", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 683, - "viewportWidth": 1366, - "weight": 0.00012938592812466518, + "viewportHeight": 1371, + "viewportWidth": 1322, + "weight": 0.0001248829798063203, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, + "viewportHeight": 750, "viewportWidth": 414, - "weight": 0.0001293201176347476, + "weight": 0.00012488044409663266, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 5120, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1245, - "viewportWidth": 2239, - "weight": 0.00012918731251916786, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1362, + "screenWidth": 1326, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1031, - "viewportWidth": 1920, - "weight": 0.00012915478809185914, + "viewportHeight": 1242, + "viewportWidth": 1326, + "weight": 0.00012487564360301573, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 653, - "viewportWidth": 390, - "weight": 0.00012912127085551743, + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00012482746716530946, "deviceCategory": "mobile" }, { @@ -44718,53 +44515,51 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5646.1648 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 937, - "viewportWidth": 1920, - "weight": 0.00012907814892035044, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012477307483061448, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 50 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "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", + "language": "nl", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 667, - "viewportWidth": 360, - "weight": 0.0001290083459699565, - "deviceCategory": "mobile" + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00012476724735856442, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00012896154090776137, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0001247370531913373, "deviceCategory": "mobile" }, { @@ -44777,54 +44572,66 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 708, - "viewportWidth": 1488, - "weight": 0.00012894271444914018, + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.00012471471772691344, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 6.55, - "downlinkMax": null, + "downlink": 9.35, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 50 }, - "language": "en-US", - "platform": "Linux x86_64", + "language": "en-GB", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 731, - "screenWidth": 1300, - "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", + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 629, - "viewportWidth": 1300, - "weight": 0.00012891345435704404, + "viewportHeight": 826, + "viewportWidth": 1536, + "weight": 0.0001247126589863779, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00012462135384593253, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9134.1138 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1318, - "viewportWidth": 3392, - "weight": 0.00012886298564429666, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012456408853599575, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -44835,54 +44642,58 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 786, - "viewportWidth": 412, - "weight": 0.0001288200690280632, + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00012455845392650664, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "platform": "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", + "language": "lv-LV", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 918, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.0001287488629957829, - "deviceCategory": "desktop" + "viewportHeight": 820, + "viewportWidth": 411, + "weight": 0.000124548822340187, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "wifi" }, - "language": "en-US", - "platform": "Win32", + "language": "en-GB", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1200, - "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 OPR/109.0.0.0", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1051, - "viewportWidth": 1879, - "weight": 0.00012873550851641538, + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.0001245427877130694, "deviceCategory": "desktop" }, { @@ -44890,53 +44701,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 3440, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1393, + "screenWidth": 1367, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 650, - "viewportWidth": 1636, - "weight": 0.00012871387566575098, + "viewportHeight": 1263, + "viewportWidth": 1367, + "weight": 0.00012449264887375881, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.1, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 0, - "type": "cellular" - }, - "language": "fr-CA", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 627, - "viewportWidth": 360, - "weight": 0.00012869204572504514, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00012865948181146243, + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00012445571473458392, "deviceCategory": "mobile" }, { @@ -44946,63 +44736,67 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00012855343699253328, + "weight": 0.00012445094600594048, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1200, - "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": 1039, - "viewportWidth": 1920, - "weight": 0.00012845185858992062, + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1044, + "viewportWidth": 820, + "weight": 0.0001243968612770219, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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": 634, - "viewportWidth": 375, - "weight": 0.00012829771545595764, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00012437968104844763, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.65, + "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 200 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "platform": "Win32", + "language": "en-GB", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1600, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 786, - "viewportWidth": 1592, - "weight": 0.0001282016372098351, + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00012437421802243028, "deviceCategory": "desktop" }, { @@ -45010,53 +44804,51 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1474, + "screenWidth": 1250, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.0001281994063438476, + "viewportHeight": 1346, + "viewportWidth": 1250, + "weight": 0.00012429944629319695, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "de", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.4799.1212 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 718, - "viewportWidth": 384, - "weight": 0.00012811427247928395, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012429167714632364, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00012810561781880197, + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00012426759340064078, "deviceCategory": "mobile" }, { @@ -45064,19 +44856,33 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1011.1160 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 551, - "viewportWidth": 1280, - "weight": 0.00012801934993306134, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001242431161103815, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00012421414098687432, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -45087,35 +44893,35 @@ "rtt": 50, "type": "wifi" }, - "language": "ca-ES", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 851, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 672, - "viewportWidth": 393, - "weight": 0.00012793385623705643, + "viewportHeight": 753, + "viewportWidth": 411, + "weight": 0.0001242100405948953, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 7.25, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 878, - "viewportWidth": 1588, - "weight": 0.00012792981685777385, + "viewportHeight": 831, + "viewportWidth": 1470, + "weight": 0.00012409046192075765, "deviceCategory": "desktop" }, { @@ -45123,129 +44929,130 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00012779120780210287, + "viewportHeight": 712, + "viewportWidth": 430, + "weight": 0.0001240644394282885, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "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": 552, - "viewportWidth": 1266, - "weight": 0.0001277874470892647, - "deviceCategory": "desktop" + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00012404784204008212, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "es-MX", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, + "viewportHeight": 739, "viewportWidth": 390, - "weight": 0.00012778032327700854, + "weight": 0.00012403764094749285, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1285, - "viewportWidth": 2560, - "weight": 0.00012773450897522382, - "deviceCategory": "desktop" + "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.00012399811602001155, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.8, + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8246.1252 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001239138395593216, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, - "language": "en-CA", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, + "screenHeight": 883, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 737, - "viewportWidth": 412, - "weight": 0.0001277195912359215, + "viewportHeight": 749, + "viewportWidth": 411, + "weight": 0.0001239010696796472, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 1.85, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "wifi" }, - "language": "de-DE", - "platform": "Win32", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1024, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 852, + "screenWidth": 1517, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 907, - "viewportWidth": 1280, - "weight": 0.00012751246690563065, + "viewportHeight": 852, + "viewportWidth": 1517, + "weight": 0.00012386066997838494, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "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": 736, - "viewportWidth": 430, - "weight": 0.00012744270074400705, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "fr-CA", + "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 520, - "viewportWidth": 320, - "weight": 0.0001273866429390038, + "viewportHeight": 778, + "viewportWidth": 428, + "weight": 0.00012385919192820942, "deviceCategory": "mobile" }, { @@ -45254,19 +45061,19 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, - "language": "en-CA", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 585, - "viewportWidth": 360, - "weight": 0.000127370193330555, + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00012383724168436614, "deviceCategory": "mobile" }, { @@ -45275,19 +45082,19 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 661, - "viewportWidth": 384, - "weight": 0.0001272930029044351, + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.0001237608704177998, "deviceCategory": "mobile" }, { @@ -45295,60 +45102,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9716.1968 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00012725604397971195, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001236649315859569, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-CA", - "platform": "MacIntel", - "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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": 516, - "viewportWidth": 320, - "weight": 0.00012713985847788114, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", "platform": "iPhone", "pluginsLength": 5, "screenHeight": 852, "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 653, + "viewportHeight": 665, "viewportWidth": 393, - "weight": 0.0001270429491018619, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 737, - "viewportWidth": 430, - "weight": 0.0001269716745829566, + "weight": 0.00012362013616216077, "deviceCategory": "mobile" }, { @@ -45356,27 +45135,34 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 650, - "viewportWidth": 393, - "weight": 0.0001269677331059054, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00012353221446369803, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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": 660, - "viewportWidth": 390, - "weight": 0.00012694760760527445, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 782, + "viewportWidth": 411, + "weight": 0.0001235247434397912, "deviceCategory": "mobile" }, { @@ -45386,91 +45172,141 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 662, "viewportWidth": 390, - "weight": 0.0001269174857393078, + "weight": 0.00012348946127525224, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 5.95, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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": 657, - "viewportWidth": 393, - "weight": 0.00012691705666074122, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.0001234832831751007, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00012686894518798894, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5151.1138 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012348295167083096, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 773, + "viewportWidth": 411, + "weight": 0.00012345060571854273, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.05, + "effectiveType": "4g", + "rtt": 150 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 1440, - "weight": 0.00012678032018810265, + "viewportHeight": 798, + "viewportWidth": 1470, + "weight": 0.00012341101922572667, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1356, + "screenWidth": 1291, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1235, + "viewportWidth": 1291, + "weight": 0.0001234081990827914, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 655, - "viewportWidth": 393, - "weight": 0.00012677149034471454, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00012338560853575862, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "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.3580.1420 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9155.1845 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00012673938762031755, + "weight": 0.00012335896291009704, "deviceCategory": "mobile" }, { @@ -45480,39 +45316,30 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, + "viewportHeight": 665, "viewportWidth": 393, - "weight": 0.00012673697825290543, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 747, - "viewportWidth": 428, - "weight": 0.00012671784889115747, + "weight": 0.00012334042780499683, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 2, - "screenHeight": 780, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1710.1092 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 553, - "viewportWidth": 360, - "weight": 0.0001267085652915, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012332115614869092, "deviceCategory": "mobile" }, { @@ -45523,52 +45350,78 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 1440, - "weight": 0.00012647206150952648, + "viewportHeight": 664, + "viewportWidth": 1262, + "weight": 0.00012328655588742803, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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) Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 636, - "viewportWidth": 390, - "weight": 0.00012641560160198354, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.000123282186956051, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.3226.1307 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 762, - "viewportWidth": 412, - "weight": 0.0001262877350046921, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012323413336151625, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00012315434420287838, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPad", + "pluginsLength": 5, + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.108 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 668, + "viewportWidth": 1180, + "weight": 0.00012313755769360554, + "deviceCategory": "tablet" + }, { "appName": "Netscape", "language": "en-US", @@ -45576,248 +45429,251 @@ "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", + "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": 745, - "viewportWidth": 428, - "weight": 0.00012626833499619533, + "viewportHeight": 795, + "viewportWidth": 414, + "weight": 0.00012312479966248926, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 100, + "type": "cellular" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 960, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 722, - "viewportWidth": 384, - "weight": 0.00012626727109814738, + "viewportHeight": 837, + "viewportWidth": 432, + "weight": 0.00012310876824632677, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 737, - "viewportWidth": 430, - "weight": 0.00012624875055831139, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00012310319888206008, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1152, - "screenWidth": 2048, - "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": 991, - "viewportWidth": 2048, - "weight": 0.0001261914005863824, + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 685, + "viewportWidth": 1180, + "weight": 0.00012305645859839284, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 5.6, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00012614448294419485, + "viewportHeight": 762, + "viewportWidth": 1141, + "weight": 0.00012299337460215217, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "Win32", + "language": "en-CA", + "platform": "iPhone", "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": 919, - "viewportWidth": 1920, - "weight": 0.00012613090743840218, - "deviceCategory": "desktop" + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/378.0.783859256 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00012292202828414456, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0001229087187820948, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 100 }, - "language": "he-IL", + "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 974, - "viewportWidth": 1792, - "weight": 0.0001261299554782448, + "viewportHeight": 807, + "viewportWidth": 1512, + "weight": 0.00012288663041374332, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 3.35, + "downlink": 10, "downlinkMax": 100, "effectiveType": "4g", - "rtt": 150, + "rtt": 0, "type": "cellular" }, - "language": "en-GB", - "platform": "Linux armv81", + "language": "en-PH", + "platform": "Linux aarch64", "pluginsLength": 0, - "screenHeight": 851, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 776, + "screenWidth": 350, + "userAgent": "Mozilla/5.0 (Linux; Android 13; V2131 Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.59 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 722, - "viewportWidth": 393, - "weight": 0.00012609463822634465, + "viewportHeight": 613, + "viewportWidth": 349, + "weight": 0.00012288259581806656, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 1.55, + "effectiveType": "3g", + "rtt": 400 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 568, - "screenWidth": 320, - "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": 509, - "viewportWidth": 320, - "weight": 0.00012593234337955245, - "deviceCategory": "mobile" + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00012281010674101514, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 667, - "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", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 548, - "viewportWidth": 375, - "weight": 0.0001259312758217342, + "viewportHeight": 754, + "viewportWidth": 414, + "weight": 0.0001228088573391521, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "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", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1360, + "screenWidth": 1201, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.00012580552731667664, - "deviceCategory": "mobile" + "viewportHeight": 1237, + "viewportWidth": 1201, + "weight": 0.0001228081532115598, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 200, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.1672 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 384, - "weight": 0.0001257490878739101, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012277902678638588, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 14; SM-S906U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.179 Mobile Safari/537.36 OPR/82.5.4342.79868", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1376, + "screenWidth": 1363, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 392, - "viewportWidth": 384, - "weight": 0.00012573261650204148, - "deviceCategory": "mobile" + "viewportHeight": 1248, + "viewportWidth": 1363, + "weight": 0.00012277404457926292, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0001257306265753549, + "viewportHeight": 673, + "viewportWidth": 402, + "weight": 0.00012266721018268693, "deviceCategory": "mobile" }, { @@ -45825,63 +45681,73 @@ "language": "en-US", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00012569531239993006, + "viewportHeight": 852, + "viewportWidth": 414, + "weight": 0.00012266410968462366, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 998, - "screenWidth": 448, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.1178.1973 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 844, - "viewportWidth": 448, - "weight": 0.00012554710745888014, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012265510586833284, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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.0001254549751154817, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 752, + "viewportWidth": 411, + "weight": 0.00012255539120872638, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00012542087020150694, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6941.1279 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00012252053206956786, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -45893,13 +45759,13 @@ "language": "en-US", "platform": "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", + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 895, - "viewportWidth": 1848, - "weight": 0.00012537415359105782, + "viewportHeight": 791, + "viewportWidth": 1536, + "weight": 0.00012250746944555616, "deviceCategory": "desktop" }, { @@ -45907,18 +45773,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 150 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 890, - "viewportWidth": 1012, - "weight": 0.00012518592578918301, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00012248161975561653, "deviceCategory": "desktop" }, { @@ -45926,98 +45792,124 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00012516314142970738, + "viewportHeight": 894, + "viewportWidth": 440, + "weight": 0.00012247901818466676, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-GB", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 955, - "viewportWidth": 1920, - "weight": 0.0001250843740017687, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00012506511483225896, + "connection": { + "downlink": 9.7, + "downlinkMax": 42, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "es-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 906, + "screenWidth": 369, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 761, + "viewportWidth": 368, + "weight": 0.00012239312382418926, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 812, "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 553, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2369.1035 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0001250596335926158, + "weight": 0.00012236812897926122, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 2, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 645, - "viewportWidth": 384, - "weight": 0.00012498517387885477, - "deviceCategory": "mobile" + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.0001223634173939792, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0001249537356855557, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2978.1729 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012233571601811755, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "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.0001222722928660756, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, + "viewportHeight": 631, "viewportWidth": 390, - "weight": 0.00012492197027748995, + "weight": 0.00012222094390232707, "deviceCategory": "mobile" }, { @@ -46025,94 +45917,79 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9257.1993 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 970, - "viewportWidth": 1872, - "weight": 0.0001248296142512139, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012221687844387113, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-NZ", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.00012473694156197126, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0001222085823055598, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 947, - "viewportWidth": 1920, - "weight": 0.00012460795930784239, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4012.1209 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1838, - "viewportWidth": 3840, - "weight": 0.0001246072502053818, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001221989935864869, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 490, - "viewportWidth": 320, - "weight": 0.00012460282724441725, + "viewportHeight": 894, + "viewportWidth": 440, + "weight": 0.00012213229920852466, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00012459431694930557, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00012210728732853378, "deviceCategory": "mobile" }, { @@ -46120,81 +45997,167 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5105.1880 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012209426060151324, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1522, + "screenWidth": 1258, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 680, - "viewportWidth": 1440, - "weight": 0.0001245822026992107, + "viewportHeight": 1395, + "viewportWidth": 1258, + "weight": 0.00012204975213685475, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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) Version/17.5 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 743, - "viewportWidth": 428, - "weight": 0.00012454912297376616, - "deviceCategory": "mobile" + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1222, + "viewportWidth": 2560, + "weight": 0.00012202814633590641, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4871.1644 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012200390621484906, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00012453993173285855, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.0001219310809408504, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1376, + "screenWidth": 1329, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1256, + "viewportWidth": 1329, + "weight": 0.00012188578895585417, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 816, - "viewportWidth": 412, - "weight": 0.00012450634457039568, + "viewportHeight": 670, + "viewportWidth": 360, + "weight": 0.000121875699033045, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0001244379000377494, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1727.1879 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012184425728766105, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1349.1421 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012178805314659286, "deviceCategory": "mobile" }, { @@ -46202,13 +46165,13 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 390, - "weight": 0.0001242931836232013, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00012178699719621223, "deviceCategory": "mobile" }, { @@ -46216,52 +46179,52 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4144.1283 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 527, - "viewportWidth": 1357, - "weight": 0.0001242584121578075, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012172721220434639, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00012423557016112322, - "deviceCategory": "mobile" + "viewportHeight": 692, + "viewportWidth": 1180, + "weight": 0.00012169971700515192, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00012418877581749188, + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.0001216639450562201, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.8, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, @@ -46270,151 +46233,157 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 919, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 384, - "weight": 0.00012400384131389924, + "viewportHeight": 760, + "viewportWidth": 411, + "weight": 0.00012164823102167135, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.05, - "downlinkMax": null, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.6244.1297 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 722, - "viewportWidth": 384, - "weight": 0.00012399127344976337, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012158030715661919, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", "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.00012393814014675982, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00012154893855376809, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.0001239163647720917, + "viewportHeight": 664, + "viewportWidth": 375, + "weight": 0.00012151395657485813, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.9, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, - "language": "en-US", - "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", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1363, + "screenWidth": 1339, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 645, - "viewportWidth": 360, - "weight": 0.00012384264211457544, - "deviceCategory": "mobile" + "viewportHeight": 1237, + "viewportWidth": 1339, + "weight": 0.00012150837506215418, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 6.2, - "downlinkMax": 100, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 0 }, - "language": "en-PH", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 796, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.4303.1574 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 704, - "viewportWidth": 360, - "weight": 0.00012374256489336563, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012149941758143525, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00012371731131509593, + "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.9265.1006 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012149141839304338, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1150.1159 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00012368974964701828, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012147756569577018, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.00012360432558616768, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00012146921726761053, "deviceCategory": "mobile" }, { @@ -46424,11 +46393,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 852, + "viewportHeight": 641, "viewportWidth": 393, - "weight": 0.00012357238985785896, + "weight": 0.00012146084991261891, "deviceCategory": "mobile" }, { @@ -46436,163 +46405,213 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00012348049862793414, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00012144749121155254, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "screenHeight": 812, "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 621, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5693.1828 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0001234387362659565, + "weight": 0.00012132093935247246, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 820, - "viewportWidth": 1198, - "weight": 0.00012338790244352147, - "deviceCategory": "desktop" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3904.1214 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000121178430506998, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00012338099656726136, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00012115108131004156, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6634.1603 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012114445384500984, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00012113659376760008, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", "language": "en-US", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 873, - "viewportWidth": 1920, - "weight": 0.00012334414476417163, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 975, + "viewportWidth": 1600, + "weight": 0.00012110673107792352, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000123316955256557, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9030.1292 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012107191911919866, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 698, - "viewportWidth": 414, - "weight": 0.00012329635288170238, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1959.1888 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012106220530216462, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "ko-KR", - "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/125.0.0.0 Safari/537.36", + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1049, - "viewportWidth": 1920, - "weight": 0.00012323157314300337, - "deviceCategory": "desktop" + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00012105438718126412, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 736, + "viewportHeight": 781, "viewportWidth": 428, - "weight": 0.00012310928765344587, + "weight": 0.00012105176645812389, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "MacIntel", - "pluginsLength": 5, - "screenHeight": 896, - "screenWidth": 1366, - "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", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 896, - "viewportWidth": 1366, - "weight": 0.0001230890136847409, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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": 739, - "viewportWidth": 430, - "weight": 0.00012305181116321708, + "connection": { + "downlink": 9, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "es-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 643, + "viewportWidth": 360, + "weight": 0.00012104495145173385, "deviceCategory": "mobile" }, { @@ -46600,75 +46619,75 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3168.1595 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00012296909597953845, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012103321288746326, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like 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.00012291053511598025, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00012101273335686114, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "fi-FI", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00012289007650424772, + "weight": 0.00012100594669228905, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "fi-FI", "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", + "screenHeight": 693, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.0001228176422074385, + "viewportHeight": 527, + "viewportWidth": 320, + "weight": 0.00012100118970965086, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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", + "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": 707, - "viewportWidth": 1080, - "weight": 0.00012280237396377966, - "deviceCategory": "desktop" + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00012097437688813778, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -46677,199 +46696,185 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.00012274059479958936, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.0001209085404718571, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 8.55, - "effectiveType": "4g", - "rtt": 150 - }, - "language": "da-DK", - "platform": "Win32", + "language": "en-US", + "platform": "iPhone", "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.00012267311741903918, - "deviceCategory": "desktop" + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like 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.00012082639039126985, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 0, + "type": "wifi" }, - "language": "en-US", - "platform": "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", + "language": "zh-CN", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 903, - "viewportWidth": 1638, - "weight": 0.00012266273599834032, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00012264319541375863, + "viewportHeight": 684, + "viewportWidth": 360, + "weight": 0.00012080090162867617, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1152, - "screenWidth": 2048, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1025, - "viewportWidth": 2048, - "weight": 0.00012261723818368078, + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00012079587291982027, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.00012255566673464825, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00012250732128416407, + "viewportWidth": 402, + "weight": 0.00012076882557753425, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9479.1243 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 768, - "viewportWidth": 1366, - "weight": 0.00012239122451395567, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012076554196162647, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00012220591916872094, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1906.1288 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012073692319599378, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 656, - "viewportWidth": 393, - "weight": 0.0001221985779285057, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8783.1979 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012071847758175013, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 921, - "viewportWidth": 768, - "weight": 0.00012218043600045392, - "deviceCategory": "desktop" + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7927.1429 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012070989834163159, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-CA", + "platform": "MacIntel", "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", + "screenHeight": 1194, + "screenWidth": 834, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Safari/605.1.15", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0001221767667157065, - "deviceCategory": "mobile" + "viewportWidth": 1169, + "weight": 0.0001207072274393878, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 510, - "viewportWidth": 320, - "weight": 0.00012205106463740226, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00012069158922226216, "deviceCategory": "mobile" }, { @@ -46877,86 +46882,72 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00012195914565994277, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00012067457621138963, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 0, - "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", + "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.1839.1714 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00012194481001729901, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012065870622623515, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.4, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 1072, - "screenWidth": 640, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Safari/537.36", + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 928, - "viewportWidth": 640, - "weight": 0.00012162530622466335, - "deviceCategory": "tablet" + "viewportHeight": 644, + "viewportWidth": 384, + "weight": 0.0001206486999345858, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.9, + "downlink": 9.4, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", "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", + "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.9225.1300 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 768, - "viewportWidth": 1366, - "weight": 0.00012161795116272334, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) Version/16.6 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 617, - "viewportWidth": 414, - "weight": 0.00012158947849577286, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012062833058799263, "deviceCategory": "mobile" }, { @@ -46964,72 +46955,66 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 953, - "screenWidth": 1524, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 2160, + "screenWidth": 3840, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 794, - "viewportWidth": 1525, - "weight": 0.00012158615320897224, + "viewportHeight": 1945, + "viewportWidth": 3840, + "weight": 0.00012058269187336918, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 646, - "viewportWidth": 390, - "weight": 0.0001215429050951665, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "screenHeight": 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.4792.1322 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 643, - "viewportWidth": 360, - "weight": 0.00012150206599401261, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012056953703487473, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 400, - "viewportWidth": 1440, - "weight": 0.00012142451844304523, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 627, + "viewportWidth": 375, + "weight": 0.00012055549377654298, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 703, + "viewportWidth": 1536, + "weight": 0.00012053399327539133, "deviceCategory": "desktop" }, { @@ -47040,94 +47025,131 @@ "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7649.1680 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 764, - "viewportWidth": 1512, - "weight": 0.00012139348673483532, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012052574633425589, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100 + "rtt": 150, + "type": "cellular" }, + "language": "el-GR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 835, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 375, + "weight": 0.00012042243423012311, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "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", + "screenHeight": 693, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 526, + "viewportWidth": 320, + "weight": 0.00012040145556195688, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1421, + "screenWidth": 1372, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00012134679963611724, + "viewportHeight": 1301, + "viewportWidth": 1372, + "weight": 0.00012039331103745982, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 5.6, + "downlink": 10, "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, + "rtt": 50, "type": "cellular" }, - "language": "en-US", + "language": "hr", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 998, - "screenWidth": 448, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 868, - "viewportWidth": 448, - "weight": 0.00012132928143045528, + "viewportHeight": 739, + "viewportWidth": 392, + "weight": 0.00012038785275085297, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 6, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "cellular" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 806, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 669, - "viewportWidth": 1440, - "weight": 0.00012119456514337328, - "deviceCategory": "desktop" + "viewportHeight": 666, + "viewportWidth": 360, + "weight": 0.00012036775873230333, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36 Edg/124.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4459.1307 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 717, - "viewportWidth": 1536, - "weight": 0.00012109314371590597, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00012036439166726545, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -47136,49 +47158,77 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "ru-RU", + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.142 Chrome/125.0.6422.142 Not.A/Brand/24 Safari/537.36", + "screenHeight": 1394, + "screenWidth": 1248, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1080, - "viewportWidth": 1920, - "weight": 0.0001210084521491888, + "viewportHeight": 1266, + "viewportWidth": 1248, + "weight": 0.00012026916524577516, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0 + "rtt": 0, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 768, - "viewportWidth": 1366, - "weight": 0.00012097464299283371, - "deviceCategory": "desktop" + "viewportHeight": 630, + "viewportWidth": 360, + "weight": 0.00012020948967956532, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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": 552, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2559.1813 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00012091408344478398, + "weight": 0.00012018319174330586, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 827, + "viewportWidth": 448, + "weight": 0.00012018073715495205, "deviceCategory": "mobile" }, { @@ -47186,13 +47236,13 @@ "language": "en-US", "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 Ddg/17.5", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 744, - "viewportWidth": 428, - "weight": 0.00012091218849856114, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00012017155288576216, "deviceCategory": "mobile" }, { @@ -47200,60 +47250,102 @@ "language": "en-CA", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 667, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 531, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00012015355285644853, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4923.1592 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00012065052799625859, + "weight": 0.00012011601232691175, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0 + "rtt": 50, + "type": "wifi" }, - "language": "en-HK", - "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/125.0.0.0 Safari/537.36", + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1707, - "weight": 0.00012062900189415482, - "deviceCategory": "desktop" + "viewportHeight": 721, + "viewportWidth": 384, + "weight": 0.00012010965934076987, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 390, - "weight": 0.00012047032501169368, + "viewportHeight": 735, + "viewportWidth": 430, + "weight": 0.0001200564408629806, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux armv81", "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) CriOS/124.0.6367.111 Mobile/15E148 Safari/604.1", + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 627, + "viewportWidth": 329, + "weight": 0.00012005179305448488, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.00012043043791489496, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00012004168956833933, "deviceCategory": "mobile" }, { @@ -47261,79 +47353,86 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1476, + "screenWidth": 1331, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00012041811641287257, + "viewportHeight": 1356, + "viewportWidth": 1331, + "weight": 0.00012001485113508143, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2762.1113 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 863, - "viewportWidth": 1280, - "weight": 0.00012036274036183671, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011998811662005796, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.85, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, "language": "en-US", - "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": 670, - "viewportWidth": 390, - "weight": 0.00012034912222052142, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 960, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 432, + "weight": 0.00011997844210909531, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, + "viewportHeight": 781, "viewportWidth": 428, - "weight": 0.00012034081624690766, + "weight": 0.00011992691536659802, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "he-IL", "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", + "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": 658, - "viewportWidth": 393, - "weight": 0.00012029911693438732, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00011990220921443566, "deviceCategory": "mobile" }, { @@ -47343,30 +47442,37 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "es-US", - "platform": "Linux armv8l", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 480, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.2698.1843 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 480, - "viewportWidth": 320, - "weight": 0.00012025997862250659, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011988122544961544, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 2.1, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "tr-TR", + "platform": "Linux armv81", "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/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00012021484459484836, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 798, + "viewportWidth": 400, + "weight": 0.00011986177150505928, "deviceCategory": "mobile" }, { @@ -47379,69 +47485,119 @@ "language": "en-US", "platform": "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", + "screenHeight": 900, + "screenWidth": 1600, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 773, - "viewportWidth": 1637, - "weight": 0.00012019058022631063, + "viewportHeight": 774, + "viewportWidth": 1592, + "weight": 0.0001197768655895942, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00012012851168843481, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8893.1820 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001197278852651964, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.00012010875255589947, - "deviceCategory": "mobile" + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 738, + "viewportWidth": 1536, + "weight": 0.000119712543176175, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1862.1454 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011969154158813936, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 698, "viewportWidth": 390, - "weight": 0.00012005195507376176, + "weight": 0.0001196901614364389, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.5, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 768, + "viewportWidth": 1366, + "weight": 0.00011963986230365022, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0001200113489692767, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0001196156913241417, "deviceCategory": "mobile" }, { @@ -47449,39 +47605,56 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6963.1034 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00012000817681016173, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011961501418231803, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.95, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.6400.1335 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 782, - "viewportWidth": 412, - "weight": 0.00011998142887335262, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011956813815166923, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9425.1275 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011955946426822385, "deviceCategory": "mobile" }, { @@ -47489,13 +47662,27 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1 Ddg/26.2", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0001199764357744869, + "viewportHeight": 669, + "viewportWidth": 402, + "weight": 0.00011952996127096294, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00011952995844159417, "deviceCategory": "mobile" }, { @@ -47503,32 +47690,32 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00011992208571135928, + "viewportHeight": 752, + "viewportWidth": 428, + "weight": 0.00011952781476621673, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.55, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "pluginsLength": 5, + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1912, - "weight": 0.00011980307173646958, + "viewportHeight": 585, + "viewportWidth": 1280, + "weight": 0.00011952462424040962, "deviceCategory": "desktop" }, { @@ -47536,55 +47723,41 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 655, - "viewportWidth": 393, - "weight": 0.00011979498973213654, + "viewportHeight": 727, + "viewportWidth": 428, + "weight": 0.00011950565989711669, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 670, + "viewportHeight": 669, "viewportWidth": 390, - "weight": 0.00011974989588439264, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 713, - "viewportWidth": 414, - "weight": 0.00011973000194291373, + "weight": 0.00011947109069971415, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00011962303242248972, + "weight": 0.00011943558630009284, "deviceCategory": "mobile" }, { @@ -47592,81 +47765,69 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, - "viewportWidth": 375, - "weight": 0.00011958798920930607, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00011939947765147149, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 393, - "weight": 0.00011953164805682034, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 814, + "screenWidth": 367, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 718, + "viewportWidth": 366, + "weight": 0.0001193937104807719, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.2, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", "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", + "screenHeight": 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.3581.1055 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 768, - "viewportWidth": 1366, - "weight": 0.0001195179316330894, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011935723107896761, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "fi-FI", "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", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00011948060965599962, + "viewportHeight": 664, + "viewportWidth": 375, + "weight": 0.00011934029494009949, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "language": "ko", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1800, - "screenWidth": 4267, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 1283, - "viewportWidth": 1837, - "weight": 0.00011930782041771193, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-CA", @@ -47674,32 +47835,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 697, + "viewportHeight": 714, "viewportWidth": 414, - "weight": 0.00011928654041650905, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.15, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "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": 722, - "viewportWidth": 384, - "weight": 0.00011921713878121796, + "weight": 0.00011932493497279443, "deviceCategory": "mobile" }, { @@ -47708,19 +47848,19 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 735, - "viewportWidth": 412, - "weight": 0.00011916801401570325, + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.0001192126516121481, "deviceCategory": "mobile" }, { @@ -47728,160 +47868,129 @@ "language": "en-US", "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": 725, - "viewportWidth": 414, - "weight": 0.00011904765775385641, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-AU", - "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 780, + "viewportHeight": 645, "viewportWidth": 390, - "weight": 0.00011894869949445181, + "weight": 0.00011919932634179493, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00011887800170570275, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00011874723909116911, + "screenHeight": 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.2301.1211 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011918454475733354, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 6, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 150, "type": "wifi" }, - "language": "en-US", + "language": "en-PH", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 998, - "screenWidth": 448, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 868, - "viewportWidth": 448, - "weight": 0.00011860759426727086, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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": 573, - "viewportWidth": 430, - "weight": 0.00011851921862238977, + "viewportHeight": 736, + "viewportWidth": 392, + "weight": 0.00011917343534046244, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0001184182259969062, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6040.1581 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00011916284619674113, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 716, - "viewportWidth": 414, - "weight": 0.00011841276547354026, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5512.1709 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011914208064899825, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 150 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "es-419", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 810, - "viewportWidth": 412, - "weight": 0.00011836645753296477, - "deviceCategory": "mobile" + "viewportHeight": 636, + "viewportWidth": 1358, + "weight": 0.00011913655378013922, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.85, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 200, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.3475.1343 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 782, - "viewportWidth": 412, - "weight": 0.00011834775914593456, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011911102166915297, "deviceCategory": "mobile" }, { @@ -47889,37 +47998,58 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "fr-FR", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 1528, - "weight": 0.00011829122629329447, + "viewportHeight": 959, + "viewportWidth": 1920, + "weight": 0.00011907214887791771, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.25, + "downlink": 7.9, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100 + "rtt": 150, + "type": "cellular" }, "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.00011905017832999305, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1516, + "screenWidth": 1335, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 654, - "viewportWidth": 1420, - "weight": 0.00011812486604553723, + "viewportHeight": 1387, + "viewportWidth": 1335, + "weight": 0.00011903962057334126, "deviceCategory": "desktop" }, { @@ -47927,166 +48057,166 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00011804032484676348, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00011901313917854138, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 587, - "viewportWidth": 344, - "weight": 0.00011803831648516256, - "deviceCategory": "mobile" + "viewportHeight": 833, + "viewportWidth": 1470, + "weight": 0.00011900741523617987, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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) Mobile/15E148", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 756, - "viewportWidth": 430, - "weight": 0.00011802998156949172, - "deviceCategory": "mobile" + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 1503, + "screenWidth": 902, + "userAgent": "Mozilla/5.0 (Linux; Android 11; KFSNWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/142.7.22 like Chrome/142.0.7444.273 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1308, + "viewportWidth": 901, + "weight": 0.00011897699298191143, + "deviceCategory": "tablet" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", "rtt": 0 }, - "language": "ru-RU", + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.156 Not(A:Brand/24 YaBrowser/24.4.4.1168 Yowser/2.5 Safari/537.36", + "screenHeight": 1517, + "screenWidth": 1337, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1080, - "viewportWidth": 1920, - "weight": 0.00011800556182320985, + "viewportHeight": 1391, + "viewportWidth": 1337, + "weight": 0.00011895999148343935, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.1, - "downlinkMax": 100, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.6431.1545 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 685, - "viewportWidth": 384, - "weight": 0.00011799235596076572, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011891779624089542, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6997.1758 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 551, - "viewportWidth": 1280, - "weight": 0.00011793465338419786, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011888171173820676, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9, + "downlink": 9.1, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36", + "screenHeight": 1404, + "screenWidth": 1316, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 768, - "viewportWidth": 1366, - "weight": 0.00011790700823088156, + "viewportHeight": 1278, + "viewportWidth": 1316, + "weight": 0.00011888109506392372, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "Win32", + "language": "en-CA", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "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": 1313, - "viewportWidth": 2560, - "weight": 0.00011787843188736008, - "deviceCategory": "desktop" + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.00011886658086106741, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 628, - "viewportWidth": 375, - "weight": 0.00011771037367266593, + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00011885948757508852, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 667, - "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", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 552, - "viewportWidth": 375, - "weight": 0.00011770405434471381, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00011883036461666256, "deviceCategory": "mobile" }, { @@ -48094,13 +48224,13 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00011769109460091237, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00011882374257963444, "deviceCategory": "mobile" }, { @@ -48109,371 +48239,410 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 150, "type": "wifi" }, "language": "en-US", - "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", + "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/138.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 645, - "viewportWidth": 360, - "weight": 0.00011764700356952019, - "deviceCategory": "mobile" + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00011881338551232402, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, "language": "en-US", - "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", + "platform": "Win32", + "pluginsLength": 7, + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.00011760715883174908, - "deviceCategory": "mobile" + "viewportHeight": 702, + "viewportWidth": 1536, + "weight": 0.00011879805142543787, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.41 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00011760300183878815, + "viewportHeight": 874, + "viewportWidth": 402, + "weight": 0.00011866155324049716, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "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.1201.1030 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 652, - "viewportWidth": 360, - "weight": 0.0001175242205079305, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011864053617276443, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00011748138962300592, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00011862017720346319, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "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.00011747936834627589, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "platform": "Win32", "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.00011735387434050532, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00011861809007255713, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.00011735078160116268, + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00011861292502374418, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1200, - "screenWidth": 2867, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1085, - "viewportWidth": 2866, - "weight": 0.00011718925043562869, - "deviceCategory": "desktop" + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 861, + "screenWidth": 388, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 744, + "viewportWidth": 387, + "weight": 0.00011860689075241673, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1390, + "screenWidth": 1336, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 867, - "viewportWidth": 1920, - "weight": 0.00011717194906778823, + "viewportHeight": 1266, + "viewportWidth": 1336, + "weight": 0.00011859122811833221, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 969, - "screenWidth": 1926, - "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": 965, - "viewportWidth": 1920, - "weight": 0.0001171600254356781, - "deviceCategory": "desktop" + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00011856314863766497, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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": 707, - "viewportWidth": 1080, - "weight": 0.00011704743234613596, + "screenHeight": 900, + "screenWidth": 1600, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, + "viewportWidth": 1600, + "weight": 0.00011854015310573265, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "de", + "language": "en-US", "oscpu": "Windows NT 10.0; Win64; x64", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", + "screenHeight": 1024, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", "vendor": "", - "viewportHeight": 899, - "viewportWidth": 1920, - "weight": 0.00011704707022047227, + "viewportHeight": 871, + "viewportWidth": 1280, + "weight": 0.00011850727780621348, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 743, - "viewportWidth": 428, - "weight": 0.0001170435421084233, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00011850302591269872, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPad", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1180, - "screenWidth": 820, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 820, - "viewportWidth": 1180, - "weight": 0.0001169242437443632, - "deviceCategory": "tablet" + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00011845604926095012, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 987, + "screenWidth": 444, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 816, + "viewportWidth": 443, + "weight": 0.00011843809957723599, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00011690853187028035, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00011842701435098998, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.15, + "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7655.1474 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00011689450501715247, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011842646801008455, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00011839766417312784, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4401.1667 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 1912, - "weight": 0.00011689160977663202, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011834195087655384, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 741, - "viewportWidth": 393, - "weight": 0.00011685251463183815, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0001183132306082281, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "language": "en-CA", + "platform": "iPhone", "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.2.1 Safari/605.1.15", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 966, - "viewportWidth": 1710, - "weight": 0.0001167642007568599, - "deviceCategory": "desktop" + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00011828938328925926, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 + "downlink": 0.45, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 400, + "type": "cellular" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.0001167052472475858, - "deviceCategory": "desktop" + "viewportHeight": 753, + "viewportWidth": 411, + "weight": 0.00011828008314145192, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "Win32", + "language": "pt-BR", + "platform": "iPhone", "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 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 924, - "viewportWidth": 1872, - "weight": 0.00011669511994408534, - "deviceCategory": "desktop" + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 390, + "weight": 0.00011827888422676746, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "de", "oscpu": "Windows NT 10.0; Win64; x64", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1152, - "screenWidth": 2048, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", "vendor": "", - "viewportHeight": 991, - "viewportWidth": 2048, - "weight": 0.00011652104740296505, + "viewportHeight": 799, + "viewportWidth": 1536, + "weight": 0.00011821540486812831, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00011820976078258766, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", @@ -48481,46 +48650,58 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, + "viewportHeight": 781, "viewportWidth": 428, - "weight": 0.00011636999865404186, + "weight": 0.0001181315385303731, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-CA", + "platform": "Linux armv81", "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": 661, - "viewportWidth": 390, - "weight": 0.00011632436384306693, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 596, + "viewportWidth": 384, + "weight": 0.00011812682429384409, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "en-CA", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1073, + "viewportWidth": 1710, + "weight": 0.00011812520609490102, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.7938.1106 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 758, - "viewportWidth": 384, - "weight": 0.00011625711127356401, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011807478807407264, "deviceCategory": "mobile" }, { @@ -48528,93 +48709,84 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3053.1606 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 924, - "viewportWidth": 1872, - "weight": 0.0001161594546916155, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011807073500480736, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.25, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3256.1812 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00011608765219553381, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001180469823895502, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-GB", + "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0001160551333215575, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00011802774356936828, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 4.2, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 772, - "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": 643, - "viewportWidth": 360, - "weight": 0.0001160169016695046, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00011801023224302883, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.9081.1388 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 666, - "viewportWidth": 360, - "weight": 0.000116009908208746, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011800936453207664, "deviceCategory": "mobile" }, { @@ -48627,32 +48799,32 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 606, - "viewportWidth": 1272, - "weight": 0.00011596403279207536, + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00011792591875087324, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 6.75, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2004.1062 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.00011586722164527717, + "weight": 0.00011791523581030837, "deviceCategory": "desktop" }, { @@ -48660,101 +48832,169 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, - "language": "zh-CN", - "platform": "Linux x86_64", - "pluginsLength": 0, - "screenHeight": 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.1672 Mobile Safari/537.36", + "language": "en-US", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 812, - "viewportWidth": 375, - "weight": 0.0001158422061390874, - "deviceCategory": "mobile" + "viewportHeight": 849, + "viewportWidth": 1710, + "weight": 0.00011791371722634747, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, + "viewportHeight": 945, "viewportWidth": 1920, - "weight": 0.00011571863394683825, + "weight": 0.00011787962319298299, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.00011564270708285103, - "deviceCategory": "mobile" + "screenHeight": 1507, + "screenWidth": 1293, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1387, + "viewportWidth": 1293, + "weight": 0.0001178393510780377, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/402.0.850515619 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00011556017371619931, + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00011776735851293349, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.5, - "downlinkMax": null, - "effectiveType": "3g", - "rtt": 300, - "type": "wifi" + "downlink": 2.7, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" }, - "language": "es-US", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 760, - "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", + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 629, - "viewportWidth": 360, - "weight": 0.00011554027916115073, + "viewportHeight": 784, + "viewportWidth": 411, + "weight": 0.00011766558586418231, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", + "connection": { + "downlink": 1.8, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 808, + "viewportWidth": 1571, + "weight": 0.00011764918319248707, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00011764416176999829, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 3440, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1287, - "viewportWidth": 3440, - "weight": 0.00011544393121279454, + "screenHeight": 1374, + "screenWidth": 1260, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1246, + "viewportWidth": 1260, + "weight": 0.00011762588260137019, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1352, + "screenWidth": 1336, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1223, + "viewportWidth": 1336, + "weight": 0.00011760495902072214, "deviceCategory": "desktop" }, { @@ -48762,42 +49002,47 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00011543549977602808, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00011750949504362164, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00011535866709027056, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00011747338332479604, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "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.00011534452328594982, - "deviceCategory": "mobile" + "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": 509, + "viewportWidth": 780, + "weight": 0.00011747230065351897, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -48811,32 +49056,32 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 919, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 667, - "viewportWidth": 360, - "weight": 0.00011532882531426317, + "viewportHeight": 712, + "viewportWidth": 411, + "weight": 0.00011742812177696769, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.65, + "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 100 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 813, - "viewportWidth": 1440, - "weight": 0.00011530932021086038, + "viewportHeight": 881, + "viewportWidth": 1680, + "weight": 0.00011738915006588895, "deviceCategory": "desktop" }, { @@ -48844,41 +49089,67 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00011527224924480832, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00011737109529415256, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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.0001152620185676629, - "deviceCategory": "mobile" + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.00011734732097322692, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00011725511835161439, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 742, + "viewportHeight": 781, "viewportWidth": 428, - "weight": 0.00011525593592549983, + "weight": 0.00011725349594461697, "deviceCategory": "mobile" }, { @@ -48886,116 +49157,154 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 390, - "weight": 0.00011522962218415202, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00011722933748262347, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.00011521197565323945, + "connection": { + "downlink": 3, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "es-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00011720891538149713, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00011520975861180719, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00011718256677462013, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1970 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011715937718759067, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 737, - "viewportWidth": 430, - "weight": 0.00011511982246333933, + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00011714983874412697, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "Linux armv81", "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", + "screenHeight": 824, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 719, - "viewportWidth": 1344, - "weight": 0.00011510215574343015, - "deviceCategory": "desktop" + "viewportHeight": 652, + "viewportWidth": 384, + "weight": 0.00011711687636680277, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1439, + "screenWidth": 1337, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 839, - "viewportWidth": 1373, - "weight": 0.00011494182122787735, + "viewportHeight": 1309, + "viewportWidth": 1337, + "weight": 0.00011707684838904396, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.00011490695394128392, - "deviceCategory": "mobile" + "screenHeight": 1465, + "screenWidth": 1313, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1335, + "viewportWidth": 1313, + "weight": 0.00011705667969277353, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 667, - "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", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 548, - "viewportWidth": 375, - "weight": 0.00011489855185597892, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00011704368702615372, "deviceCategory": "mobile" }, { @@ -49003,46 +49312,46 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00011489018308264473, + "viewportHeight": 759, + "viewportWidth": 440, + "weight": 0.00011702044992594095, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "fr-CA", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5426.1173 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 708, - "viewportWidth": 1488, - "weight": 0.00011486465473015748, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011700625842466539, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00011485280809250516, + "viewportHeight": 715, + "viewportWidth": 430, + "weight": 0.00011699878551030203, "deviceCategory": "mobile" }, { @@ -49052,25 +49361,30 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00011484379442990182, + "weight": 0.00011698287789411267, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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 Ddg/17.5", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 738, - "viewportWidth": 430, - "weight": 0.00011472150564118451, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5507.1124 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011697554588155789, "deviceCategory": "mobile" }, { @@ -49078,122 +49392,53 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 736, + "screenHeight": 896, "screenWidth": 414, - "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": 624, - "viewportWidth": 414, - "weight": 0.0001147093336817131, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "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.00011463706073037394, + "weight": 0.00011697433080583368, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-CA", - "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.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 820, - "viewportWidth": 1440, - "weight": 0.00011455578102701898, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 890, - "viewportWidth": 1213, - "weight": 0.00011450684828431774, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1472, + "screenWidth": 1207, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 665, - "viewportWidth": 1280, - "weight": 0.00011439860119200038, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Intel Mac OS X 10.15", - "platform": "MacIntel", - "pluginsLength": 5, - "screenHeight": 982, - "screenWidth": 1512, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 859, - "viewportWidth": 1512, - "weight": 0.00011438975976084226, + "viewportHeight": 1351, + "viewportWidth": 1207, + "weight": 0.0001169326564477644, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 894, + "screenWidth": 534, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1271, - "viewportWidth": 2560, - "weight": 0.0001142691398921533, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-GB", - "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": 705, - "viewportWidth": 414, - "weight": 0.00011426250257902055, + "viewportHeight": 765, + "viewportWidth": 533, + "weight": 0.00011692668466092115, "deviceCategory": "mobile" }, { @@ -49201,32 +49446,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "pt-BR", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1401, + "screenWidth": 1342, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 607, - "viewportWidth": 1366, - "weight": 0.00011420234802816858, + "viewportHeight": 1279, + "viewportWidth": 1342, + "weight": 0.00011692218447132453, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00011409349238763909, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3691.1517 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011689543392733445, "deviceCategory": "mobile" }, { @@ -49234,33 +49484,35 @@ "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.00011408649901450758, + "viewportHeight": 553, + "viewportWidth": 375, + "weight": 0.0001168680110661706, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 0, + "type": "wifi" }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1271, - "viewportWidth": 5120, - "weight": 0.0001140833446022587, - "deviceCategory": "desktop" + "viewportHeight": 605, + "viewportWidth": 360, + "weight": 0.00011683747842733882, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -49269,79 +49521,143 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", - "platform": "Win32", + "language": "en-CA", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 654, - "viewportWidth": 1358, - "weight": 0.00011401350688528766, - "deviceCategory": "desktop" + "viewportHeight": 958, + "viewportWidth": 1920, + "weight": 0.0001168360426039984, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 657, "viewportWidth": 393, - "weight": 0.00011395561192594781, + "weight": 0.00011683151868543121, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00011393318174304148, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4367.1696 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011682986272830422, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "es-MX", - "platform": "iPhone", + "language": "en-US", + "platform": "MacIntel", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.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/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00011391932460505551, + "viewportHeight": 757, + "viewportWidth": 1440, + "weight": 0.00011681940518735653, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 678, + "viewportWidth": 1280, + "weight": 0.00011681635749115883, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3006.1228 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011670638840789622, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.3, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, "type": "wifi" }, "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 547, + "viewportWidth": 1187, + "weight": 0.00011665224638360787, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "sr-RS", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 786, + "screenHeight": 804, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 648, + "viewportHeight": 674, "viewportWidth": 360, - "weight": 0.00011391778375219632, + "weight": 0.00011657642095779738, "deviceCategory": "mobile" }, { @@ -49349,41 +49665,67 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 721, - "viewportWidth": 430, - "weight": 0.00011384255353210101, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00011656205907601888, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, "language": "en-US", - "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": 737, - "viewportWidth": 430, - "weight": 0.00011380617870612024, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 752, + "viewportWidth": 411, + "weight": 0.00011654960820858443, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1503, + "screenWidth": 1202, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1377, + "viewportWidth": 1202, + "weight": 0.00011652945433973866, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21C66 Instagram 415.1.0.24.68 (iPhone14,5; iOS 17_2_1; en_US; en; scale=3.00; 1170x2532; IABMV/1; 876143997) Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 662, "viewportWidth": 390, - "weight": 0.00011373422049366341, + "weight": 0.00011648280475084463, "deviceCategory": "mobile" }, { @@ -49391,13 +49733,13 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00011364696315574593, + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.00011643862151844408, "deviceCategory": "mobile" }, { @@ -49405,138 +49747,107 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1368, + "screenWidth": 1335, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 744, - "viewportWidth": 1600, - "weight": 0.00011359832540177338, + "viewportHeight": 1244, + "viewportWidth": 1335, + "weight": 0.00011639679903413834, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 200 - }, - "language": "zh-CN", - "platform": "MacIntel", + "language": "en-US", + "platform": "iPhone", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 1218, - "viewportWidth": 1920, - "weight": 0.0001135592876843429, - "deviceCategory": "desktop" + "screenHeight": 926, + "screenWidth": 428, + "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": 743, + "viewportWidth": 428, + "weight": 0.00011639285799953593, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 2.2, - "effectiveType": "4g", - "rtt": 200 - }, - "language": "en-US", - "platform": "Win32", + "language": "en-CA", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1000, - "screenWidth": 1500, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 808, - "viewportWidth": 1447, - "weight": 0.00011351382569820312, - "deviceCategory": "desktop" + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 670, + "viewportWidth": 430, + "weight": 0.00011638987552114901, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.2, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 749, - "viewportWidth": 384, - "weight": 0.00011328904600424572, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 635, - "viewportWidth": 393, - "weight": 0.00011317269460398347, + "viewportHeight": 680, + "viewportWidth": 360, + "weight": 0.00011633341791616561, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00011309709793905382, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1287.1904 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011632893531988993, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 2.25, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100 + "rtt": 100, + "type": "cellular" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 1399, - "weight": 0.00011303983712223778, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 737, - "viewportWidth": 430, - "weight": 0.00011295748979511985, + "viewportHeight": 784, + "viewportWidth": 411, + "weight": 0.00011632480113083975, "deviceCategory": "mobile" }, { @@ -49549,126 +49860,151 @@ "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 641, - "viewportWidth": 1366, - "weight": 0.00011287793539764667, + "viewportHeight": 791, + "viewportWidth": 1536, + "weight": 0.00011631243304740827, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5636.1065 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00011285290049274506, + "weight": 0.00011628254855440029, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00011270971956437572, - "deviceCategory": "mobile" + "viewportHeight": 692, + "viewportWidth": 1180, + "weight": 0.0001162762729480795, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 5, + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 634, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4338.1107 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00011269573205041739, + "weight": 0.00011625682406798374, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 793, "viewportWidth": 393, - "weight": 0.00011267931338519931, + "weight": 0.00011617752301930852, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.00011266569464635523, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 840, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 360, + "weight": 0.00011615604648150618, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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.00011260491355488241, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 810, + "viewportWidth": 411, + "weight": 0.0001161322145967728, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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 Ddg/17.5", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, - "viewportWidth": 390, - "weight": 0.00011251258645070516, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.0001161227675348718, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "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": 653, - "viewportWidth": 390, - "weight": 0.0001125081584324373, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 815, + "viewportWidth": 1440, + "weight": 0.00011610440209280333, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -49682,109 +50018,173 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 721, + "viewportWidth": 384, + "weight": 0.00011609515000914243, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 2.7, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Linux armv8l", + "pluginsLength": 0, + "screenHeight": 640, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 666, + "viewportHeight": 640, "viewportWidth": 360, - "weight": 0.0001124975107892982, + "weight": 0.0001160319374618685, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.92 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 884, - "viewportWidth": 520, - "weight": 0.00011248395040899888, + "viewportHeight": 751, + "viewportWidth": 428, + "weight": 0.00011601620196036462, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00011600930649427331, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.25, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1180.1325 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00011247009798540499, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011600078983024842, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.000112453922075182, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00011597016684081646, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.25, + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1410, + "screenWidth": 1346, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1289, + "viewportWidth": 1346, + "weight": 0.00011594631239348423, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.35, "downlinkMax": 100, "effectiveType": "3g", - "rtt": 450, + "rtt": 300, "type": "cellular" }, - "language": "en-US", + "language": "en-GB", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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": 779, - "viewportWidth": 412, - "weight": 0.0001124012019428554, + "viewportHeight": 724, + "viewportWidth": 384, + "weight": 0.00011589230220589953, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "es-419", - "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": 739, - "viewportWidth": 430, - "weight": 0.00011238362791265605, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, + "viewportWidth": 384, + "weight": 0.00011588750302070862, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00011237940786075444, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6850.1780 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011586973956497964, "deviceCategory": "mobile" }, { @@ -49792,41 +50192,27 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1 Ddg/26.2", "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 390, - "weight": 0.00011228954457180857, + "viewportHeight": 751, + "viewportWidth": 440, + "weight": 0.00011581070739780612, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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.3.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 891, - "viewportWidth": 1495, - "weight": 0.00011219522361384617, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00011211689601249424, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00011574870839257262, "deviceCategory": "mobile" }, { @@ -49836,49 +50222,30 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 669, "viewportWidth": 390, - "weight": 0.00011210357004755428, + "weight": 0.00011572957572443921, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.9, + "downlink": 6.9, "effectiveType": "4g", - "rtt": 100 - }, - "language": "en-US", - "platform": "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": 919, - "viewportWidth": 1920, - "weight": 0.00011209115731602713, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 400 + "rtt": 150 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, + "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.00011201647069980387, + "weight": 0.00011572440850087636, "deviceCategory": "desktop" }, { @@ -49886,137 +50253,88 @@ "language": "en-US", "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.00011198615630005102, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/122.0.6261.89 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 414, - "weight": 0.00011196041562593649, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.0001118817872155786, + "viewportHeight": 927, + "viewportWidth": 524, + "weight": 0.00011571358910305922, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 745, - "screenWidth": 1147, - "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": 578, - "viewportWidth": 906, - "weight": 0.00011183120864236557, + "screenHeight": 852, + "screenWidth": 1517, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 765, + "viewportWidth": 1517, + "weight": 0.00011569688118726878, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.00011171030485197556, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "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": 731, - "viewportWidth": 430, - "weight": 0.00011170770652994724, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00011568377520263013, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1302.1001 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 696, - "viewportWidth": 1455, - "weight": 0.0001116392747735119, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011567067063457784, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", "rtt": 50, - "type": "wifi" + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, + "screenHeight": 915, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 760, - "viewportWidth": 412, - "weight": 0.00011157501571881515, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00011153605024812884, + "viewportHeight": 765, + "viewportWidth": 411, + "weight": 0.00011565977157087251, "deviceCategory": "mobile" }, { @@ -50024,157 +50342,65 @@ "language": "es-MX", "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": 641, - "viewportWidth": 375, - "weight": 0.00011147802658158015, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00011146551484790341, + "weight": 0.00011564955409023946, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "language": "hu-HU", - "platform": "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": 919, - "viewportWidth": 1920, - "weight": 0.00011145262122292861, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 736, + "pluginsLength": 0, + "screenHeight": 896, "screenWidth": 414, - "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", + "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, + "viewportHeight": 715, "viewportWidth": 414, - "weight": 0.00011138928911131006, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 629, - "viewportWidth": 375, - "weight": 0.00011129416070809563, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "es-MX", - "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": 700, - "viewportWidth": 428, - "weight": 0.00011098875062051418, + "weight": 0.00011563818404273425, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4469.1840 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 702, - "viewportWidth": 384, - "weight": 0.00011094494694097251, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 681, - "viewportWidth": 1366, - "weight": 0.00011093911662356896, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00011563308429993512, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.00011088943168700629, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-CA", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 786, - "screenWidth": 1397, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1475, + "screenWidth": 1290, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 655, - "viewportWidth": 1397, - "weight": 0.00011085463136213965, + "viewportHeight": 1345, + "viewportWidth": 1290, + "weight": 0.000115615713032781, "deviceCategory": "desktop" }, { @@ -50185,111 +50411,127 @@ "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7861.1759 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.0001108442021649497, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 718, - "viewportWidth": 414, - "weight": 0.00011081438297853604, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011560492749351954, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 661, - "viewportWidth": 390, - "weight": 0.00011080312555721406, + "screenHeight": 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.9457.1171 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011560481683173441, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.4, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "Win32", "pluginsLength": 5, "screenHeight": 800, "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 648, - "viewportWidth": 1260, - "weight": 0.00011079433186896183, + "viewportHeight": 673, + "viewportWidth": 1280, + "weight": 0.00011558416333662829, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", "rtt": 50, - "type": "cellular" + "type": "wifi" }, "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 645, + "viewportHeight": 649, "viewportWidth": 360, - "weight": 0.00011074673636464064, + "weight": 0.00011556324673955098, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Intel Mac OS X 10.15", + "platform": "MacIntel", "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": 659, - "viewportWidth": 390, - "weight": 0.00011073344219356678, + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 751, + "viewportWidth": 1484, + "weight": 0.00011554252451587215, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9416.1255 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011550835394169397, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 630, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3888.1766 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00011048497217887425, + "weight": 0.00011542160461008305, "deviceCategory": "mobile" }, { @@ -50297,13 +50539,13 @@ "language": "en-US", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 659, - "viewportWidth": 390, - "weight": 0.00011047478097359124, + "viewportWidth": 393, + "weight": 0.00011536258831135513, "deviceCategory": "mobile" }, { @@ -50311,13 +50553,13 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00011045889330246869, + "viewportWidth": 402, + "weight": 0.0001153341871659849, "deviceCategory": "mobile" }, { @@ -50328,43 +50570,34 @@ "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9318.1241 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00011021781199720639, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 896, - "screenWidth": 414, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 414, - "weight": 0.00011021494614207906, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011528470688496711, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 653, - "viewportWidth": 393, - "weight": 0.00011019791619370668, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9197.1289 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001152844728312382, "deviceCategory": "mobile" }, { @@ -50374,11 +50607,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, - "viewportWidth": 393, - "weight": 0.00011019736583511634, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00011527955942167452, "deviceCategory": "mobile" }, { @@ -50388,156 +50621,111 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", + "language": "it-IT", "platform": "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", + "screenHeight": 916, + "screenWidth": 1628, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00011019559207416469, + "viewportHeight": 791, + "viewportWidth": 866, + "weight": 0.0001152787961078495, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 0, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 927, - "viewportWidth": 1920, - "weight": 0.00011009978523763426, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-IN", "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": 713, - "viewportWidth": 414, - "weight": 0.00011008960959745362, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.00011006346918216575, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00011523084265358418, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 911, - "screenWidth": 1280, - "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": 903, - "viewportWidth": 1280, - "weight": 0.00010994667168721353, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 4.6, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 835, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 791, - "viewportWidth": 1536, - "weight": 0.000109880644498576, + "viewportHeight": 1805, + "viewportWidth": 980, + "weight": 0.00011519655350437901, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 50, + "type": "wifi" }, - "language": "en-CA", + "language": "en-GB", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 772, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 603, - "viewportWidth": 360, - "weight": 0.00010982772600574417, + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00011513332653350921, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.75, - "downlinkMax": null, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 150, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "pluginsLength": 0, + "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.3882.1793 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 647, - "viewportWidth": 1366, - "weight": 0.00010975430968415116, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011512164080669996, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1489, + "screenWidth": 1362, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 759, - "viewportWidth": 412, - "weight": 0.00010969250038501465, - "deviceCategory": "mobile" + "viewportHeight": 1364, + "viewportWidth": 1362, + "weight": 0.00011511768926939552, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -50553,58 +50741,84 @@ "pluginsLength": 0, "screenHeight": 915, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 786, - "viewportWidth": 412, - "weight": 0.00010967543764139676, + "viewportHeight": 766, + "viewportWidth": 411, + "weight": 0.0001151094656100741, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 5, + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, "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, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4278.1884 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0001096666998147372, + "weight": 0.0001151016717065848, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.95, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1271, - "viewportWidth": 2560, - "weight": 0.00010966576755996813, + "viewportHeight": 938, + "viewportWidth": 1608, + "weight": 0.00011509581304736173, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0001096586151797649, + "viewportHeight": 704, + "viewportWidth": 375, + "weight": 0.00011507802949905812, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 2.5, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 200, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 934, + "screenWidth": 420, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 775, + "viewportWidth": 420, + "weight": 0.00011503785885069914, "deviceCategory": "mobile" }, { @@ -50614,162 +50828,176 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.00010956688543922471, + "weight": 0.00011502667247851295, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0001150006845064284, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.5, - "downlinkMax": null, + "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 100, + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 857, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 710, - "viewportWidth": 412, - "weight": 0.00010956116934283887, + "viewportHeight": 729, + "viewportWidth": 384, + "weight": 0.00011499749821541834, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.25, + "downlink": 10, "effectiveType": "4g", - "rtt": 250 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1413, + "screenWidth": 1364, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 606, - "viewportWidth": 1232, - "weight": 0.00010949618892904355, + "viewportHeight": 1285, + "viewportWidth": 1364, + "weight": 0.00011498333171588923, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 736, - "screenWidth": 414, - "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": 617, - "viewportWidth": 414, - "weight": 0.00010935653416591582, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 7.5, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 534, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 721, - "viewportWidth": 534, - "weight": 0.00010934033507985589, - "deviceCategory": "mobile" + "viewportHeight": 889, + "viewportWidth": 1637, + "weight": 0.00011498303875551905, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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": 718, - "viewportWidth": 414, - "weight": 0.00010933444696009542, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00011497720730497717, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 531, - "viewportWidth": 1280, - "weight": 0.00010930920793041036, - "deviceCategory": "desktop" + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 712, + "viewportWidth": 411, + "weight": 0.00011496092080662422, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00010928842644435493, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7527.1123 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011489351535780863, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9006.1346 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00010919472054663836, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011486527014886506, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00010900956332972064, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00011486322853649851, "deviceCategory": "mobile" }, { @@ -50777,34 +51005,51 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00010886551597271048, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00011482796098646692, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1331, + "screenWidth": 1268, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1201, + "viewportWidth": 1268, + "weight": 0.00011481836136087008, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.8012.1263 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 773, - "viewportWidth": 412, - "weight": 0.00010884474890663059, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011481278241114673, "deviceCategory": "mobile" }, { @@ -50814,106 +51059,71 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 666, + "viewportHeight": 657, "viewportWidth": 393, - "weight": 0.00010881580492957141, + "weight": 0.00011478662582016885, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.55, - "downlinkMax": 100, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.3899.1276 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 761, - "viewportWidth": 412, - "weight": 0.00010880906331778237, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011478539544333954, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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/124.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 647, - "viewportWidth": 1366, - "weight": 0.00010878455620719247, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", "pluginsLength": 0, - "screenHeight": 926, - "screenWidth": 428, - "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": 743, - "viewportWidth": 428, - "weight": 0.00010870506870067956, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 200 - }, - "language": "en-US", - "platform": "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 Edg/124.0.0.0", + "screenHeight": 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.9280.1777 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 646, - "viewportWidth": 1208, - "weight": 0.00010870437671463356, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011477455651944348, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 0, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 714, - "viewportWidth": 1536, - "weight": 0.00010866336112912381, - "deviceCategory": "desktop" + "viewportHeight": 742, + "viewportWidth": 411, + "weight": 0.0001147580795624363, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -50922,11 +51132,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 653, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00010855346007229694, + "weight": 0.00011474582031535635, "deviceCategory": "mobile" }, { @@ -50934,84 +51144,91 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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 Edg/125.0.0.0", + "screenHeight": 1496, + "screenWidth": 1339, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 915, - "viewportWidth": 1585, - "weight": 0.00010825944454776386, + "viewportHeight": 1371, + "viewportWidth": 1339, + "weight": 0.00011471801979311748, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 1.7, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "cellular" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 572, - "viewportWidth": 1272, - "weight": 0.00010819511693863518, - "deviceCategory": "desktop" + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00011469467709571393, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5783.1686 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 708, - "viewportWidth": 1288, - "weight": 0.00010811747781961486, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011467232976959103, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 664, - "viewportWidth": 390, - "weight": 0.00010799138157752227, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5545.1361 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011463276195290177, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00010788150762328552, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00011462202166634435, "deviceCategory": "mobile" }, { @@ -51019,140 +51236,175 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0001078700535520673, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00011461094369379749, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.0001078324962122164, - "deviceCategory": "mobile" + "screenHeight": 1501, + "screenWidth": 1313, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1378, + "viewportWidth": 1313, + "weight": 0.00011459801119688443, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1346, + "screenWidth": 1247, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1219, + "viewportWidth": 1247, + "weight": 0.00011446361464325306, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0001076937327772254, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00011439189582657046, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 412, + "screenWidth": 915, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 713, - "viewportWidth": 1280, - "weight": 0.00010755554620060196, - "deviceCategory": "desktop" + "viewportHeight": 303, + "viewportWidth": 862, + "weight": 0.00011438863156621478, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "cellular" }, "language": "en-US", - "platform": "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", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.00010749315680829421, - "deviceCategory": "desktop" + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.00011433750769182373, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00010742323676134182, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0001143194568854286, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00010735273771955359, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00011429088015021289, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.25, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "platform": "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", + "screenHeight": 1440, + "screenWidth": 5120, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.00010730845445236881, + "viewportHeight": 1270, + "viewportWidth": 1705, + "weight": 0.00011427704683633969, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, "language": "en-US", - "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.00010725290870971157, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00011427332904719121, "deviceCategory": "mobile" }, { @@ -51162,72 +51414,49 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1526, + "screenWidth": 1205, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00010717418268710381, + "viewportHeight": 1399, + "viewportWidth": 1205, + "weight": 0.00011427141444825534, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "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.00010711742851413997, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 670, - "viewportWidth": 390, - "weight": 0.00010706625045454295, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00011424189114224968, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "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, + "viewportHeight": 657, "viewportWidth": 393, - "weight": 0.00010685650099427659, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00010683041780493615, + "weight": 0.00011424176197356502, "deviceCategory": "mobile" }, { @@ -51237,68 +51466,64 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.00010682868621375824, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 719, - "viewportWidth": 428, - "weight": 0.00010682518718196651, + "weight": 0.00011420821863276376, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 998, - "screenWidth": 448, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 864, - "viewportWidth": 448, - "weight": 0.00010674661222855711, - "deviceCategory": "mobile" + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00011420008572149545, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPad", + "pluginsLength": 5, + "screenHeight": 1133, + "screenWidth": 744, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1005, + "viewportWidth": 744, + "weight": 0.00011419713872415305, + "deviceCategory": "tablet" }, { "appName": "Netscape", "connection": { - "downlink": 8.5, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 757, - "viewportWidth": 384, - "weight": 0.00010672911693564801, - "deviceCategory": "mobile" + "viewportHeight": 886, + "viewportWidth": 941, + "weight": 0.00011418251324440645, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -51307,11 +51532,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 710, - "viewportWidth": 414, - "weight": 0.00010664432658279411, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0001141617519823606, "deviceCategory": "mobile" }, { @@ -51319,107 +51544,110 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00010660883818972116, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.0001141531505670853, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 733, - "viewportWidth": 430, - "weight": 0.00010642639318803279, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2906.1853 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011404932312607626, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 5.15, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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/125.0.0.0 Safari/537.36", + "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": 959, - "viewportWidth": 1728, - "weight": 0.00010636902535386129, + "viewportHeight": 681, + "viewportWidth": 1366, + "weight": 0.00011404354716021292, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.05, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "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/87.0.4272.0 Safari/537.36", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1920, - "viewportWidth": 1080, - "weight": 0.00010631088327171485, + "viewportHeight": 929, + "viewportWidth": 1920, + "weight": 0.00011401071601932172, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 912, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 743, - "viewportWidth": 1366, - "weight": 0.00010627653347872414, + "viewportHeight": 889, + "viewportWidth": 1920, + "weight": 0.00011399151928975105, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "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.6213.1460 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 360, - "weight": 0.00010615721752937776, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011390889490801712, "deviceCategory": "mobile" }, { @@ -51434,55 +51662,60 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 766, - "viewportWidth": 412, - "weight": 0.00010611705164920404, + "viewportHeight": 740, + "viewportWidth": 392, + "weight": 0.00011390538760393273, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 4.6, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "ru-RU", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 851, - "screenWidth": 393, - "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": 720, - "viewportWidth": 393, - "weight": 0.00010609766644825845, + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00011390451014835248, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00011388129622750082, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.25, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 698, - "screenWidth": 1241, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14816.131.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 1242, - "weight": 0.00010607746417358742, + "viewportHeight": 835, + "viewportWidth": 1470, + "weight": 0.00011387132466680605, "deviceCategory": "desktop" }, { @@ -51490,48 +51723,34 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.00010605320219189898, + "viewportHeight": 814, + "viewportWidth": 430, + "weight": 0.00011387058920451248, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.15, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 864, + "screenHeight": 960, "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 750, + "viewportHeight": 794, "viewportWidth": 1528, - "weight": 0.00010594980747647876, + "weight": 0.00011382196858019494, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 812, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 633, - "viewportWidth": 375, - "weight": 0.00010591989778917253, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { @@ -51544,11 +51763,11 @@ "pluginsLength": 5, "screenHeight": 1440, "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1071, - "viewportWidth": 1642, - "weight": 0.00010587452141275153, + "viewportHeight": 1313, + "viewportWidth": 2560, + "weight": 0.00011379009667366519, "deviceCategory": "desktop" }, { @@ -51556,95 +51775,77 @@ "language": "en-US", "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": 666, - "viewportWidth": 393, - "weight": 0.00010581840873648606, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "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": 663, - "viewportWidth": 390, - "weight": 0.00010579163228109385, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00011376740355177969, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 150, + "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 772, - "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", + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 646, - "viewportWidth": 360, - "weight": 0.00010575221338522194, + "viewportHeight": 725, + "viewportWidth": 384, + "weight": 0.00011373473391522492, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", + "language": "en-CA", + "oscpu": "Windows NT 10.0; Win64; x64", "platform": "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": 911, - "viewportWidth": 1920, - "weight": 0.00010575159629024573, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 948, + "viewportWidth": 1618, + "weight": 0.00011372432888317368, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "language": "en-NZ", + "platform": "iPhone", "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.5 Safari/605.1.15", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 904, - "viewportWidth": 1920, - "weight": 0.00010575003529043395, - "deviceCategory": "desktop" + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00011372342032078163, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.00010574455088828231, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00011364304290474886, "deviceCategory": "mobile" }, { @@ -51652,117 +51853,106 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/124.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7291.1346 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1912, - "weight": 0.0001057045399709416, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011363132520936913, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 393, - "weight": 0.0001056639380004254, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00011362956086094824, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 795, - "viewportWidth": 1440, - "weight": 0.00010563587894785573, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00010554032878802886, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2036.1943 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011359338866079717, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00010551941184713516, - "deviceCategory": "mobile" + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00011358378703660268, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.9, - "downlinkMax": 100, + "downlink": 5.75, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 50, + "type": "wifi" }, - "language": "en-CA", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 870, + "screenWidth": 400, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 762, - "viewportWidth": 412, - "weight": 0.00010550951133097072, + "viewportHeight": 749, + "viewportWidth": 400, + "weight": 0.00011356733966533846, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 8.8, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "iPhone", "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": 649, - "viewportWidth": 1366, - "weight": 0.00010545627453496495, - "deviceCategory": "desktop" + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 709, + "viewportWidth": 402, + "weight": 0.0001135542251265177, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -51774,118 +51964,141 @@ "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 641, - "viewportWidth": 1366, - "weight": 0.00010544376042148256, + "viewportHeight": 881, + "viewportWidth": 1680, + "weight": 0.00011353783734184128, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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": 739, - "viewportWidth": 430, - "weight": 0.00010543764288937707, - "deviceCategory": "mobile" + "screenHeight": 1490, + "screenWidth": 1354, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1370, + "viewportWidth": 1354, + "weight": 0.0001135361555585083, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 657, - "viewportWidth": 393, - "weight": 0.00010543555418684513, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5367.1447 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001135206153815171, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 740, - "viewportWidth": 430, - "weight": 0.00010540598082846266, + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00011349540228046378, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.00010535599249941667, - "deviceCategory": "mobile" + "screenHeight": 1398, + "screenWidth": 1278, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1273, + "viewportWidth": 1278, + "weight": 0.000113492532313723, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.35, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 200, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 760, - "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", + "screenHeight": 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.3284.1857 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 617, - "viewportWidth": 360, - "weight": 0.00010531452991952681, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011345039440392854, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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": 547, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4880.1293 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00010523875357431639, + "weight": 0.00011344841043584178, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0001051712784915357, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8230.1467 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011340518409603604, "deviceCategory": "mobile" }, { @@ -51893,72 +52106,56 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 860, - "screenWidth": 1290, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4148.1765 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 691, - "viewportWidth": 1290, - "weight": 0.00010509377868181527, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 688, - "viewportWidth": 1080, - "weight": 0.00010507153668543974, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011339229348358042, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 837, - "screenWidth": 377, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/137.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 377, - "weight": 0.00010506850345782291, - "deviceCategory": "mobile" + "viewportHeight": 569, + "viewportWidth": 1024, + "weight": 0.00011336214100212124, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "platform": "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 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 966, - "viewportWidth": 1872, - "weight": 0.00010506208044233165, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00011334549554972633, "deviceCategory": "desktop" }, { @@ -51966,97 +52163,98 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00010505417461326685, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00011333570915003439, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 737, - "viewportWidth": 430, - "weight": 0.00010504679639527248, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00011333229433432606, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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": 712, - "viewportWidth": 414, - "weight": 0.00010493148327749643, - "deviceCategory": "mobile" + "screenHeight": 1500, + "screenWidth": 1282, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1375, + "viewportWidth": 1282, + "weight": 0.00011328105449384593, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0001048824659509897, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1946.1964 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001132137909486588, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.00010487580143265384, - "deviceCategory": "mobile" + "screenHeight": 1353, + "screenWidth": 1252, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1230, + "viewportWidth": 1252, + "weight": 0.00011321211691771095, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "fr-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 643, "viewportWidth": 390, - "weight": 0.00010482490286308784, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 710, - "viewportWidth": 414, - "weight": 0.0001048037766953521, + "weight": 0.00011321053056953824, "deviceCategory": "mobile" }, { @@ -52064,118 +52262,103 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00010480231194147077, + "viewportHeight": 751, + "viewportWidth": 428, + "weight": 0.0001131919411399711, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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": 516, - "viewportWidth": 320, - "weight": 0.00010475662946525474, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 893, + "viewportWidth": 1920, + "weight": 0.0001131907978812452, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 100 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 345, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "da", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 836, - "viewportWidth": 345, - "weight": 0.00010471236600200852, - "deviceCategory": "mobile" + "viewportHeight": 732, + "viewportWidth": 1528, + "weight": 0.00011318449766211915, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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": 626, - "viewportWidth": 375, - "weight": 0.00010470742527507148, - "deviceCategory": "mobile" + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1515, + "screenWidth": 1210, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1395, + "viewportWidth": 1210, + "weight": 0.00011318010045351151, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 998, - "screenWidth": 448, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.6119.1208 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 864, - "viewportWidth": 448, - "weight": 0.00010464341026268939, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011316090352368029, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-us", "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": 670, - "viewportWidth": 390, - "weight": 0.00010455661031667232, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-GB", - "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": 636, - "viewportWidth": 360, - "weight": 0.0001044808520858623, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/131.0.339159990 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 629, + "viewportWidth": 375, + "weight": 0.00011311020301859603, "deviceCategory": "mobile" }, { @@ -52183,18 +52366,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "platform": "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.00010442248765737632, + "viewportHeight": 746, + "viewportWidth": 1528, + "weight": 0.00011308150366775451, "deviceCategory": "desktop" }, { @@ -52204,39 +52387,63 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 737, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.00010436294142707951, + "weight": 0.00011306805051694295, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00010427883265873322, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00011300893249596236, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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": 739, - "viewportWidth": 430, - "weight": 0.00010424671100312205, + "screenHeight": 1520, + "screenWidth": 1217, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1399, + "viewportWidth": 1217, + "weight": 0.0001130015067262775, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6771.1498 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001129985898123158, "deviceCategory": "mobile" }, { @@ -52244,41 +52451,46 @@ "language": "en-US", "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", + "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": 707, - "viewportWidth": 1080, - "weight": 0.000104193467313699, + "viewportHeight": 954, + "viewportWidth": 768, + "weight": 0.00011299125135575837, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-SG", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00010418666903889557, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00011288870927096587, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00010418116921269553, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8769.1031 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011283338957857896, "deviceCategory": "mobile" }, { @@ -52286,69 +52498,112 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00010410430181319707, + "viewportHeight": 634, + "viewportWidth": 352, + "weight": 0.00011281969927021978, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 718, - "viewportWidth": 414, - "weight": 0.00010396454155137278, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5575.1603 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011279777453862251, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1334, + "screenWidth": 1348, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1206, + "viewportWidth": 1348, + "weight": 0.00011278255194016471, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00010393081418497714, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00011278014292078542, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1011.1272 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011277024195688245, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "fr-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00010388242321136644, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.0001127396619787573, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 670, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00010386635357880087, + "weight": 0.00011270448265004298, "deviceCategory": "mobile" }, { @@ -52359,84 +52614,114 @@ "rtt": 100 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1107, + "screenWidth": 1710, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00010361817155039566, + "viewportHeight": 911, + "viewportWidth": 1710, + "weight": 0.00011270219285275222, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "ru-RU", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "language": "en-US", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 926, - "viewportWidth": 943, - "weight": 0.00010358947790192578, - "deviceCategory": "desktop" + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000112660731675778, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "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.6868.1796 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 643, - "viewportWidth": 360, - "weight": 0.00010357982666078174, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011265580892895283, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00011259327183292487, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.8, + "downlink": 10, "effectiveType": "4g", "rtt": 0 }, - "language": "ru-RU", - "platform": "Win32", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3039.1919 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011255235314585136, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "MacIntel", "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.6261.156 Not(A:Brand/24 YaBrowser/24.4.4.1168 Yowser/2.5 Safari/537.36", + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1080, - "viewportWidth": 1920, - "weight": 0.00010346744009000277, + "viewportHeight": 807, + "viewportWidth": 1496, + "weight": 0.00011253511446077835, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 667, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 552, - "viewportWidth": 375, - "weight": 0.00010341580582011948, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00011251944518685676, "deviceCategory": "mobile" }, { @@ -52444,127 +52729,229 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/264.0.531249063 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00010336588429746232, + "viewportHeight": 659, + "viewportWidth": 390, + "weight": 0.00011250344288872342, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.9, - "downlinkMax": null, + "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 150, - "type": "wifi" + "rtt": 50, + "type": "cellular" }, - "language": "en-US", + "language": "pt-PT", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 772, - "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", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 643, - "viewportWidth": 360, - "weight": 0.00010334255960153945, + "viewportHeight": 696, + "viewportWidth": 384, + "weight": 0.00011249813812933628, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.6, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 570, + "viewportWidth": 1272, + "weight": 0.00011248474714452479, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00011248010408922573, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00010332341134949028, + "weight": 0.00011245289792241332, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.75, + "downlink": 9.1, "downlinkMax": null, "effectiveType": "4g", - "rtt": 150, + "rtt": 0, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 960, - "screenWidth": 432, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 871, - "viewportWidth": 432, - "weight": 0.00010326132866133639, + "viewportHeight": 603, + "viewportWidth": 360, + "weight": 0.00011245048032814946, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 967, - "screenWidth": 1925, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "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/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 959, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.00010320052189164709, + "weight": 0.00011240395406336209, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1427, + "screenWidth": 1323, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1300, + "viewportWidth": 1323, + "weight": 0.00011240279277140314, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "pt-PT", "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", + "screenHeight": 857, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 645, - "viewportWidth": 360, - "weight": 0.00010319007837628626, + "viewportHeight": 729, + "viewportWidth": 384, + "weight": 0.00011239135017577128, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6836.1554 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 384, - "weight": 0.00010306483792795323, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001123586828869348, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "fr-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00011231556316545327, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.1 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 983, + "viewportWidth": 1710, + "weight": 0.00011228810959962178, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1504, + "screenWidth": 1262, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1383, + "viewportWidth": 1262, + "weight": 0.00011226483062573694, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { @@ -52573,36 +52960,73761 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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/125.0.0.0 Safari/537.36", + "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": 731, - "viewportWidth": 1378, - "weight": 0.00010306434033795404, + "viewportHeight": 466, + "viewportWidth": 780, + "weight": 0.00011226101990491975, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00011225799883019589, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.9789.1873 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 689, - "viewportWidth": 384, - "weight": 0.00010301026042776023, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011225021158576706, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3458.1949 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011223237775146802, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3814.1752 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011221078407439722, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0001121660376498937, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00011215628491162911, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 654, + "viewportWidth": 402, + "weight": 0.0001121552108189236, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5116.1688 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011215451081764183, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3877.1915 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011212811423656031, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 547, + "viewportWidth": 375, + "weight": 0.00011211530865748399, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00011209923600156363, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0001120909352754713, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1508, + "screenWidth": 1249, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1380, + "viewportWidth": 1249, + "weight": 0.0001120869789482122, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1364, + "screenWidth": 1352, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1241, + "viewportWidth": 1352, + "weight": 0.00011206309623984509, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 627, + "viewportWidth": 375, + "weight": 0.00011205463465969098, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00011203804955390785, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 1366, + "weight": 0.00011201908070751614, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.000112009182493822, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 948, + "viewportWidth": 1912, + "weight": 0.00011199740312860995, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4374.1361 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011197045795703445, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00011192340848359698, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1452, + "screenWidth": 1255, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1326, + "viewportWidth": 1255, + "weight": 0.00011190480552112226, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00011189847999978487, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5145.1949 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011185385984178833, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00011179663594016636, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7485.1641 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001117801772538536, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00011177899610402037, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1465, + "screenWidth": 1347, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1337, + "viewportWidth": 1347, + "weight": 0.0001117769404482151, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 956, + "viewportWidth": 440, + "weight": 0.00011176685774441459, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8147.1721 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00011172847618683137, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 664, + "viewportWidth": 390, + "weight": 0.00011172770340319776, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.0001117000436200536, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00011167190738911318, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "pt-BR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.00011164970025140335, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 696, + "viewportWidth": 390, + "weight": 0.00011163789751038249, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00011161794291713424, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00011158034457979539, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "fr-FR", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.00011157639360472282, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 727, + "viewportWidth": 428, + "weight": 0.00011157496571323048, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.0001115747440687039, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 823, + "viewportWidth": 1200, + "weight": 0.00011156533572388518, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1033, + "viewportWidth": 573, + "weight": 0.00011152673173732289, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3431.1792 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011152044542788083, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv8l", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 708, + "viewportWidth": 1280, + "weight": 0.00011149065066534814, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7215.1382 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001114629513292838, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.34 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 720, + "viewportWidth": 414, + "weight": 0.00011145650387982104, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3557.1674 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011145099091408363, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00011142288200063203, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2062.1178 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011140520848540646, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00011139709210056103, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 741, + "viewportWidth": 393, + "weight": 0.0001113930013633286, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00011139296699329446, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 650, + "viewportWidth": 360, + "weight": 0.00011137305195176798, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1450, + "screenWidth": 1378, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1321, + "viewportWidth": 1378, + "weight": 0.00011132518679770619, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00011127713401277328, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00011127635983002409, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.0001112759407160309, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00011125486955741083, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00011124414219231839, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1374, + "screenWidth": 1231, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1245, + "viewportWidth": 1231, + "weight": 0.00011120292289805824, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.0001112018739645466, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1345, + "screenWidth": 1369, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1219, + "viewportWidth": 1369, + "weight": 0.00011115761572063037, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2121.1397 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011108012651522655, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 791, + "viewportWidth": 1536, + "weight": 0.000111047722125716, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00011097290868912464, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1520, + "screenWidth": 1223, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1393, + "viewportWidth": 1223, + "weight": 0.00011096292145269998, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00011094411046736343, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5303.1833 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011089980692415661, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1366, + "screenWidth": 1238, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1236, + "viewportWidth": 1238, + "weight": 0.00011089637990555736, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 713, + "viewportWidth": 414, + "weight": 0.00011087506996846437, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00011085821750638689, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0001108540733754431, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "zh-CN", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 896, + "viewportWidth": 1366, + "weight": 0.00011082791936689673, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 839, + "screenWidth": 377, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 376, + "weight": 0.00011081187250339258, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4063.1143 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011077645917497983, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00011069282645169888, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.000110644913852866, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.00011063302480573878, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2177.1335 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011057043860986785, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 736, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_12 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.00011055586912392192, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1455, + "screenWidth": 1352, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1333, + "viewportWidth": 1352, + "weight": 0.00011054171088221126, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00011051609409582337, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 759, + "viewportWidth": 411, + "weight": 0.00011051207150682256, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9276.1225 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001104984309459412, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 815, + "viewportWidth": 411, + "weight": 0.00011048339958125728, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00011046758910715577, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1515, + "screenWidth": 1376, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1395, + "viewportWidth": 1376, + "weight": 0.00011045873077484915, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00011041488813857438, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8831.1234 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011038922047689098, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3245.1229 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011032090464722538, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "de-DE", + "oscpu": "Linux armv81", + "platform": "Linux armv81", + "pluginsLength": 5, + "screenHeight": 702, + "screenWidth": 324, + "userAgent": "Mozilla/5.0 (Android 16; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 606, + "viewportWidth": 324, + "weight": 0.00011031407856717047, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6351.1703 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00011029663243075019, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5687.1589 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00011029149427297073, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00011027997819397582, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00011027988393011929, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00011024749528234128, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1314, + "viewportWidth": 2552, + "weight": 0.00011024431723815608, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.35, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 749, + "viewportWidth": 411, + "weight": 0.00011022680275256022, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1422.1754 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00011016334261269563, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00011014032984892838, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 880, + "screenWidth": 396, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 741, + "viewportWidth": 395, + "weight": 0.00011013448017321273, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2245.1782 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000110125417978519, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0001100831863019788, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1354, + "screenWidth": 1265, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1231, + "viewportWidth": 1265, + "weight": 0.0001100817957981519, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00011006420176966435, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00011006339017903144, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00011000218040339026, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00010999497864118396, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 774, + "viewportWidth": 1306, + "weight": 0.00010995378636105742, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5624.1521 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010993131556997296, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00010985807458386002, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6142.1084 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010984140119685871, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.00010983035775528175, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 857, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 729, + "viewportWidth": 384, + "weight": 0.00010981339111001585, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 820, + "viewportWidth": 428, + "weight": 0.0001098128910097922, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.0001097586118240921, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00010974503069900607, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "es-MX", + "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.00010971162537987533, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 712, + "viewportWidth": 1280, + "weight": 0.00010969192278108796, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 658, + "viewportWidth": 393, + "weight": 0.00010968235650912831, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 823, + "viewportWidth": 1440, + "weight": 0.00010967960148256051, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9776.1803 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010965089315046348, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00010964621986046034, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "Win32", + "pluginsLength": 7, + "screenHeight": 2160, + "screenWidth": 3840, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1323, + "viewportWidth": 3440, + "weight": 0.0001096197012386971, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 616, + "viewportWidth": 375, + "weight": 0.00010961866341685473, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1460, + "screenWidth": 1267, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1334, + "viewportWidth": 1267, + "weight": 0.00010960493881738473, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 912, + "screenWidth": 420, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 746, + "viewportWidth": 420, + "weight": 0.00010959822775765193, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.0001095898536934411, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5766.1504 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010955406111879462, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 927, + "viewportWidth": 1920, + "weight": 0.00010952757578812823, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 788, + "viewportWidth": 411, + "weight": 0.00010947709971642104, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1882 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010947364631940393, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1691, + "viewportWidth": 980, + "weight": 0.00010945321392061722, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/137.0.7151.107 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 390, + "weight": 0.00010945070868498937, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5611.1974 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010943093435870605, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1458, + "screenWidth": 1326, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1328, + "viewportWidth": 1326, + "weight": 0.00010940344315253444, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 668, + "viewportWidth": 1272, + "weight": 0.00010940208635084423, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 727, + "viewportWidth": 383, + "weight": 0.00010938262455427493, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 628, + "viewportWidth": 375, + "weight": 0.00010937136916556972, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3848.1371 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001093653158543141, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00010934241985308075, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3451.1881 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010932505545773, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3306.1776 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001093221627136782, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9619.1835 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010931381159255251, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1183, + "viewportWidth": 2184, + "weight": 0.00010931038401630263, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00010929258762542671, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.35, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 AVG/143.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 614, + "viewportWidth": 1322, + "weight": 0.00010927447137264271, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0001092682501760888, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4270.1314 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010923957285942418, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6299.1894 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010922004951571446, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 657, + "viewportWidth": 393, + "weight": 0.00010921559914184753, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "fr-FR", + "oscpu": "Intel Mac OS X 10.15", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:148.0) Gecko/20100101 Firefox/148.0", + "vendor": "", + "viewportHeight": 835, + "viewportWidth": 1512, + "weight": 0.00010919684352925039, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 200, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 835, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 685, + "viewportWidth": 375, + "weight": 0.00010919351026969791, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00010916831574963809, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.00010913467658802436, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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)", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 940, + "viewportWidth": 1324, + "weight": 0.00010913356333509897, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00010912648599816786, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1526, + "screenWidth": 1356, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1398, + "viewportWidth": 1356, + "weight": 0.00010910350140807945, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.8, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 792, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 652, + "viewportWidth": 360, + "weight": 0.00010906764826142531, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3828.1159 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001090673783373388, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en", + "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/133.0.6943.141 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1600, + "viewportWidth": 1600, + "weight": 0.00010904147343151379, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8990.1838 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010903938356693696, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "sl-SI", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 700, + "viewportWidth": 384, + "weight": 0.00010903584109913843, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00010901420496512481, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00010900763596618105, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00010897702158385448, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "vi-VN", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 983, + "viewportWidth": 2048, + "weight": 0.00010896079125958724, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 0, + "screenHeight": 568, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/160.0.373863126 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 440, + "viewportWidth": 320, + "weight": 0.00010895576529773064, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 707, + "viewportWidth": 375, + "weight": 0.00010894893483495287, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1362, + "screenWidth": 1306, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1236, + "viewportWidth": 1306, + "weight": 0.00010891327287621093, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.35, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 716, + "viewportWidth": 1517, + "weight": 0.0001089023186653751, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 745, + "viewportWidth": 428, + "weight": 0.00010890070817646371, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 820, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 688, + "viewportWidth": 360, + "weight": 0.00010889822130939205, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00010889406615927594, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5910.1245 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010884537377022395, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00010879686512673724, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5136.1181 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010876864942507254, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3808.1213 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010876399076614763, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0001086741139511281, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1442, + "screenWidth": 1396, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1321, + "viewportWidth": 1396, + "weight": 0.00010865859005150179, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00010858856398471682, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1509, + "screenWidth": 1368, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1381, + "viewportWidth": 1368, + "weight": 0.00010853057055938563, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 585, + "viewportWidth": 1280, + "weight": 0.00010852514014438344, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 860, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 729, + "viewportWidth": 384, + "weight": 0.00010850545025171912, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1491, + "screenWidth": 1205, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1371, + "viewportWidth": 1205, + "weight": 0.00010848652279503802, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2486.1791 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010848106657830444, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00010847713279092323, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00010845536507960727, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5789.1505 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010844362587888734, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 749, + "viewportWidth": 411, + "weight": 0.00010843875615737427, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.3 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 836, + "viewportWidth": 1512, + "weight": 0.0001084339516034783, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1416, + "screenWidth": 1383, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1286, + "viewportWidth": 1383, + "weight": 0.00010839438789144389, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00010835966888877588, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1306, + "viewportWidth": 1710, + "weight": 0.00010834779233722233, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00010831762655054264, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en", + "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/133.0.6943.141 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1600, + "viewportWidth": 1600, + "weight": 0.000108317563688524, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00010829822044917179, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1927.1609 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010827674358157268, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00010827514866731797, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00010826375167047184, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 696, + "viewportWidth": 414, + "weight": 0.00010823220983726538, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.7, + "effectiveType": "4g", + "rtt": 200 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00010821370369903026, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "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": 739, + "viewportWidth": 430, + "weight": 0.00010818591568772406, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1963.1334 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010817474266762115, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3895.1563 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010816241077182904, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8009.1978 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010798342929196062, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9565.1789 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010796812912166741, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00010796624669409403, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 857, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 729, + "viewportWidth": 384, + "weight": 0.00010794473611380685, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 770, + "viewportWidth": 1470, + "weight": 0.00010794337438939994, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 796, + "viewportWidth": 1440, + "weight": 0.00010792577133162991, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6528.1669 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010791834196845204, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00010790022232204858, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00010787754558862008, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000107857230892293, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 1366, + "weight": 0.0001078294656583869, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4268.1273 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001078257183412261, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9983.1029 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010781749348736911, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 757, + "viewportWidth": 440, + "weight": 0.00010779172191346642, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00010778629275636566, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.65, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 651, + "viewportWidth": 360, + "weight": 0.00010772961682674631, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1397, + "screenWidth": 1236, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1267, + "viewportWidth": 1236, + "weight": 0.00010769768562325658, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0 (Edition std-1)", + "vendor": "Google Inc.", + "viewportHeight": 964, + "viewportWidth": 1878, + "weight": 0.00010767204246995665, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "de-DE", + "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/142.0.0.0 Safari/537.36 OPR/126.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 984, + "viewportWidth": 1994, + "weight": 0.0001076634949456398, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1466 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010765342063847622, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.00010762142846076167, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 670, + "viewportWidth": 1200, + "weight": 0.00010761356932894656, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 815, + "viewportWidth": 430, + "weight": 0.00010760392485535162, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6480.1997 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010760206575176447, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1606.1641 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010759584860858476, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 736, + "viewportWidth": 440, + "weight": 0.00010759048095842454, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3885.1816 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010755076442146552, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 706, + "screenWidth": 1194, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 706, + "viewportWidth": 1194, + "weight": 0.00010754711871032813, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7839.1894 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010754473987953176, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00010751574288702053, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 852, + "viewportWidth": 1517, + "weight": 0.00010750863176374549, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1420, + "screenWidth": 1289, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1300, + "viewportWidth": 1289, + "weight": 0.00010742441674791287, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1465, + "screenWidth": 1347, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1337, + "viewportWidth": 1347, + "weight": 0.0001072945089122437, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4506.1306 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010727120343830755, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8244.1740 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010726520649411835, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 634, + "viewportWidth": 393, + "weight": 0.0001072354063452302, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 686, + "viewportWidth": 384, + "weight": 0.00010723085200485996, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6184.1300 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010722344480027783, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00010720701548731075, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00010717966776290076, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-CA", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0 (Edition IGN)", + "vendor": "Google Inc.", + "viewportHeight": 923, + "viewportWidth": 1878, + "weight": 0.00010716739225790513, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1414, + "screenWidth": 1212, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1294, + "viewportWidth": 1212, + "weight": 0.00010715968249004742, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 846, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 677, + "viewportWidth": 411, + "weight": 0.00010713784265244183, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1410, + "screenWidth": 1384, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1290, + "viewportWidth": 1384, + "weight": 0.00010713333403582394, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-NZ", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 791, + "viewportWidth": 430, + "weight": 0.00010710343920229235, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 912, + "screenWidth": 420, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 746, + "viewportWidth": 420, + "weight": 0.00010709330173348512, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8668.1418 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010707116345981574, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00010703893620247083, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9152.1616 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010702923077731668, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 919, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 748, + "viewportWidth": 411, + "weight": 0.00010698969952805919, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 666, + "viewportWidth": 360, + "weight": 0.0001069524313274696, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 806, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 674, + "viewportWidth": 360, + "weight": 0.0001068959988324995, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.000106893208039624, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9165.1908 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010680938635315319, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00010679309930791853, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5755.1128 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010675444847221279, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3934.1918 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010673145856789685, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1002.1792 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010666208722713752, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "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.00010665626351192635, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.05, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 806, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 720, + "viewportWidth": 360, + "weight": 0.00010664756650214448, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 784, + "viewportWidth": 411, + "weight": 0.00010659180691038933, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 626, + "viewportWidth": 1250, + "weight": 0.0001065704317123371, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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/17.1.1 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 707, + "viewportWidth": 1080, + "weight": 0.00010654882362121936, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/142.0.7444.77 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00010654587131611699, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 727, + "viewportWidth": 428, + "weight": 0.0001065405333862713, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, + "viewportWidth": 384, + "weight": 0.0001065199998977861, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0001065172269284913, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 729, + "viewportWidth": 393, + "weight": 0.00010650483142251175, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6011.1946 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010647021255960185, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 897, + "viewportWidth": 1920, + "weight": 0.00010643460221324272, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00010641860629885265, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7283.1248 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010639552628796513, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00010638586210598892, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 784, + "viewportWidth": 411, + "weight": 0.00010625796702145154, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 714, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 590, + "viewportWidth": 320, + "weight": 0.00010622273981508817, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 654, + "viewportWidth": 402, + "weight": 0.00010621595867828361, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6471.1488 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001062074316584727, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.0001062046596494895, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00010620418956460811, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00010620361309222537, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.2, + "effectiveType": "4g", + "rtt": 200 + }, + "language": "es-ES", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.00010617566463617019, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "el", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 732, + "viewportWidth": 392, + "weight": 0.00010617235775940062, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8872.1857 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010614232252089672, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 609, + "viewportWidth": 375, + "weight": 0.00010613955417610418, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00010612187627924895, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 753, + "viewportWidth": 411, + "weight": 0.00010609549086592775, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/147.2.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 655, + "viewportWidth": 390, + "weight": 0.00010609410896566664, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.75, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 693, + "viewportWidth": 384, + "weight": 0.00010606329336109631, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 1101, + "screenWidth": 486, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 972, + "viewportWidth": 485, + "weight": 0.00010604074162876532, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.05, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 200, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 803, + "viewportWidth": 411, + "weight": 0.00010602381442169848, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 791, + "viewportWidth": 1366, + "weight": 0.00010601584250838449, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00010601456582827678, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "de-DE", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00010601146076872038, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1344, + "screenWidth": 1378, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1222, + "viewportWidth": 1378, + "weight": 0.00010600914962132417, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.0001059898448933012, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00010597574815861246, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00010597555859858914, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00010597341241320492, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1147, + "viewportWidth": 2384, + "weight": 0.00010595989825582105, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.0001059516154459438, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 765, + "viewportWidth": 402, + "weight": 0.00010594847139852726, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5473.1065 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010593532702305835, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.0001058615483666078, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2261.1830 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010578228819479133, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "fr-FR", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00010573268209824603, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 912, + "screenWidth": 420, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 710, + "viewportWidth": 420, + "weight": 0.00010572409842441481, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00010572094835201244, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1491, + "screenWidth": 1339, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1371, + "viewportWidth": 1339, + "weight": 0.00010569573549428327, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2047.1915 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001056783402060427, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00010553754460432765, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.6, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 694, + "viewportWidth": 384, + "weight": 0.00010552584638101104, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1477, + "screenWidth": 1247, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1350, + "viewportWidth": 1247, + "weight": 0.00010549109870047673, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2241.1865 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010545195519596772, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.00010542985097178953, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.35, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00010538106348854752, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9745.1500 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010531700226076336, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00010531419239903776, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00010531363979087163, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5580.1240 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010527429702585634, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-CA", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00010526445915762695, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.0001052596702812762, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.8, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 540, + "viewportWidth": 738, + "weight": 0.00010525427501165763, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9028.1621 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00010524732583902085, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9272.1636 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010522096248453693, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00010521018176726119, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.45, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00010519712276896744, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-SG", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 720, + "viewportWidth": 414, + "weight": 0.00010519087306402619, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.55, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 585, + "viewportWidth": 1280, + "weight": 0.00010517414961073368, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00010516233885664231, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 689, + "viewportWidth": 1440, + "weight": 0.00010513477109322925, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.45, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "fr-FR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 664, + "viewportWidth": 360, + "weight": 0.00010511737884895595, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.95, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00010511255386535319, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Linux x86_64", + "platform": "Linux x86_64", + "pluginsLength": 5, + "screenHeight": 2160, + "screenWidth": 3840, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0", + "vendor": "", + "viewportHeight": 2000, + "viewportWidth": 3771, + "weight": 0.00010507573870622063, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.7, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 200, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 753, + "viewportWidth": 411, + "weight": 0.00010506932791802225, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001050125494962005, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 Twitter for iPhone/11.62", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 594, + "viewportWidth": 393, + "weight": 0.00010501224869294858, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1474, + "weight": 0.00010500370583192746, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1445, + "screenWidth": 1220, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1324, + "viewportWidth": 1220, + "weight": 0.00010495163820812631, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Intel Mac OS X 10.15", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 683, + "viewportWidth": 1190, + "weight": 0.00010490507385348122, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 682, + "viewportWidth": 1080, + "weight": 0.00010490382209109756, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 743, + "viewportWidth": 1536, + "weight": 0.00010489648041603429, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9412.1413 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010489536701617367, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00010489446295876341, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1375, + "screenWidth": 1344, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1248, + "viewportWidth": 1344, + "weight": 0.0001048639908021884, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00010475705924882805, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-NZ", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 777, + "viewportWidth": 390, + "weight": 0.00010474692744439212, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00010473952233506568, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 6, + "screenHeight": 1200, + "screenWidth": 1280, + "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": 1200, + "viewportWidth": 1280, + "weight": 0.00010472553940017315, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1369, + "screenWidth": 1358, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1248, + "viewportWidth": 1358, + "weight": 0.0001047193395806517, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "de-AT", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 870, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, + "viewportWidth": 392, + "weight": 0.00010468467199663948, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6038.1976 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010465297492199689, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00010465055589021026, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.05, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00010457789237826427, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00010455882178280325, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7153.1019 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010453660833251513, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.00010452699519542967, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "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": 562, + "viewportWidth": 1241, + "weight": 0.00010450183094028585, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00010449406585071286, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0001044940421570339, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1425, + "screenWidth": 1381, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1303, + "viewportWidth": 1381, + "weight": 0.00010441821324491827, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4839.1082 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010440925341302794, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1326, + "screenWidth": 1397, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1206, + "viewportWidth": 1397, + "weight": 0.00010439152149234549, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/137.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 684, + "viewportWidth": 1517, + "weight": 0.00010437328416378457, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1066, + "viewportWidth": 834, + "weight": 0.00010436501032219222, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 703, + "viewportWidth": 1536, + "weight": 0.00010436315656402717, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 721, + "viewportWidth": 384, + "weight": 0.00010426154667352888, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00010425582397471938, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.00010422500842072214, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.65, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 360, + "weight": 0.00010415796174945389, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00010412817264666299, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00010410564793548819, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 834, + "viewportWidth": 1528, + "weight": 0.00010410348487266894, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3596.1712 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010407653494433001, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00010405716698889084, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1418, + "screenWidth": 1389, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1288, + "viewportWidth": 1389, + "weight": 0.00010402727336021894, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 732, + "viewportWidth": 430, + "weight": 0.00010402016626563265, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6341.1048 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010398999856163964, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00010391961510999243, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00010389897989062513, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00010387267186324193, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 656, + "viewportWidth": 360, + "weight": 0.00010385219524756227, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9031.1557 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010383592237065637, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1405, + "screenWidth": 1397, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1282, + "viewportWidth": 1397, + "weight": 0.00010378597966282292, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2718.1384 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010377746903826895, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00010368559018817944, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 677, + "viewportWidth": 402, + "weight": 0.00010367422858430429, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 873, + "viewportWidth": 430, + "weight": 0.00010366875309768389, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 7, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 390, + "weight": 0.00010363576624159701, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00010361782320763161, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.0001036035521597511, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 840, + "viewportWidth": 473, + "weight": 0.00010359511550564685, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.5, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "de-DE", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 713, + "viewportWidth": 384, + "weight": 0.00010356302968932855, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2853.1841 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010355805153285588, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1516, + "screenWidth": 1223, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1387, + "viewportWidth": 1223, + "weight": 0.00010354154668511694, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 5, + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 659, + "viewportWidth": 1536, + "weight": 0.00010353274146251747, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.25, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 250, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 917, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 772, + "viewportWidth": 411, + "weight": 0.00010343254421809944, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00010343001523278337, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 867, + "viewportWidth": 448, + "weight": 0.00010340530282975004, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00010339683338100255, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00010338717574664154, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00010336379824967863, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 749, + "viewportWidth": 384, + "weight": 0.00010336345764129042, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1501, + "screenWidth": 1249, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1371, + "viewportWidth": 1249, + "weight": 0.00010335139931017837, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.8, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "de-DE", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00010333857345026106, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 708, + "viewportWidth": 1142, + "weight": 0.00010331809281356945, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.75, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 529, + "viewportWidth": 1241, + "weight": 0.0001033146212330359, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00010330234624173267, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 856, + "viewportWidth": 430, + "weight": 0.00010326206957837303, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 1440, + "weight": 0.00010322209337228318, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 989, + "viewportWidth": 1920, + "weight": 0.00010319167141443544, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00010318862065955054, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 768, + "viewportWidth": 1366, + "weight": 0.00010318839802980562, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7669.1455 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00010313902759695151, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5293.1959 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010313658214526575, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1429, + "screenWidth": 1305, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1303, + "viewportWidth": 1305, + "weight": 0.00010312279012079181, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3976.1062 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010309629369249249, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.35, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00010304687495392184, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1513, + "screenWidth": 1209, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1392, + "viewportWidth": 1209, + "weight": 0.00010303602224652174, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5329.1660 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010302701732294373, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00010301107732179783, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.15, + "effectiveType": "4g", + "rtt": 200 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 720, + "viewportWidth": 1280, + "weight": 0.0001029415651052959, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00010292791345951252, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1325, + "screenWidth": 1201, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1205, + "viewportWidth": 1201, + "weight": 0.00010292685320457382, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 754, + "viewportWidth": 414, + "weight": 0.00010288703777964612, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0001028611895858792, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3658.1581 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010285875158906312, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 703, + "viewportWidth": 1536, + "weight": 0.00010280446224686047, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 661, + "viewportWidth": 375, + "weight": 0.00010279071703548749, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1478, + "screenWidth": 1304, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1349, + "viewportWidth": 1304, + "weight": 0.00010276086240829584, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5939.1376 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001027248856213291, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 921, + "viewportWidth": 1869, + "weight": 0.00010268057887938164, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.45, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 350, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.00010264428447294073, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "fr-FR", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.00010263590195406896, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1512, + "screenWidth": 1375, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1387, + "viewportWidth": 1375, + "weight": 0.00010262386789346557, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.25, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 835, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 375, + "weight": 0.00010262354364256851, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00010256890155938197, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7364.1041 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010256804959493788, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1370, + "screenWidth": 1215, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1247, + "viewportWidth": 1215, + "weight": 0.00010255731440725907, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1732.1738 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010255730639892982, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 643, + "viewportWidth": 1300, + "weight": 0.00010255276024693115, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00010254526607018314, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7636.1313 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001025379771526577, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00010253118699046975, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "ru-RU", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1905, + "weight": 0.00010248101389122604, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00010247599246655048, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.45, + "effectiveType": "3g", + "rtt": 300 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00010246725393312388, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 880, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 737, + "viewportWidth": 360, + "weight": 0.00010246465961090313, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.6, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "fr-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 851, + "viewportWidth": 448, + "weight": 0.00010246165176541756, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00010246145600404684, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1409, + "screenWidth": 1203, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1286, + "viewportWidth": 1203, + "weight": 0.00010242343732700431, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "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.00010240152812213025, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1354, + "viewportWidth": 1916, + "weight": 0.0001023243850016964, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 715, + "viewportWidth": 411, + "weight": 0.00010229026877246096, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8872.1915 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010225733977954118, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8024.1097 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010223386067771144, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "de-DE", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00010220811733292935, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1478, + "screenWidth": 1207, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1356, + "viewportWidth": 1207, + "weight": 0.00010219193581442177, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00010217153921604914, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1379, + "screenWidth": 1271, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1253, + "viewportWidth": 1271, + "weight": 0.00010206642658357788, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0001020578990303895, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00010204265649589533, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 718, + "viewportWidth": 414, + "weight": 0.00010204187464560782, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1393, + "screenWidth": 1270, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1268, + "viewportWidth": 1270, + "weight": 0.00010203234274988991, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00010201681241427314, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 832, + "viewportWidth": 1512, + "weight": 0.00010200978348771683, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00010199632974962087, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.75, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 846, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 717, + "viewportWidth": 411, + "weight": 0.000101996219978862, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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.00010198427017371882, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 811, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 666, + "viewportWidth": 384, + "weight": 0.0001019790840613544, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00010197717782923791, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 925, + "viewportWidth": 1680, + "weight": 0.0001019618592696661, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00010194771699659162, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7721.1796 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010193244922146133, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2198.1199 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010193197123027948, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2620.1976 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010192904577678081, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 727, + "viewportWidth": 428, + "weight": 0.00010192157186554029, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "ko-KR", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 959, + "viewportWidth": 1920, + "weight": 0.0001019050723962527, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00010189031082701449, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00010186831554296427, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00010184439776039226, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "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/26.0 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 833, + "viewportWidth": 1470, + "weight": 0.00010181534435879721, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00010180195425847311, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00010179010125380891, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9607.1218 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010177506395925098, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 840, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 360, + "weight": 0.0001017591249845655, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00010173911188260389, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8170.1493 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010173399457467501, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00010173045732420675, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1512, + "screenWidth": 1217, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1382, + "viewportWidth": 1217, + "weight": 0.00010171995122913293, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8883.1156 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010169245529853894, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 863, + "viewportWidth": 1710, + "weight": 0.00010168987332710587, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00010163560880438203, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 843, + "viewportWidth": 448, + "weight": 0.00010161316106403371, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00010161277127259125, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00010160718146559155, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6170.1401 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010160404660830634, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6563.1119 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010160258699148326, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.34 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00010157983360222594, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00010156159072105866, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00010156094701047679, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3226.1157 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010151660499739988, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 826, + "viewportWidth": 1536, + "weight": 0.0001015083961057853, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000101475819777611, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.6, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 250, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00010146611188562656, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 0, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 [FBAN/FBIOS;FBAV/495.1.0.27.296;FBBV/683141668;FBDV/iPhone13,2;FBMD/iPhone;FBSN/iOS;FBSV/26.2.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/684552024]", + "vendor": "Google Inc.", + "viewportHeight": 844, + "viewportWidth": 390, + "weight": 0.00010138265419391228, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 709, + "viewportWidth": 579, + "weight": 0.00010137722636898722, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.0001013572121142541, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 5, + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 897, + "viewportWidth": 1614, + "weight": 0.00010134161614899491, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-NZ", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00010133186341506862, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7022.1205 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001013261031575934, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2085.1339 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010131588956618105, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 806, + "viewportWidth": 411, + "weight": 0.00010129402506512024, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00010124677106962162, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5785.1774 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010122078405946308, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00010112222054341864, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9695.1333 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010107308188544295, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1400, + "screenWidth": 1389, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1273, + "viewportWidth": 1389, + "weight": 0.00010106270216866233, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 200 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00010104839572099998, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-CA", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.0001010131265662179, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.2, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 749, + "viewportWidth": 411, + "weight": 0.00010099479891183975, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00010097549971983902, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Linux armv8l", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 915, + "viewportWidth": 412, + "weight": 0.00010095280813630057, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.3, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 806, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1933, + "viewportWidth": 980, + "weight": 0.00010095022084565852, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00010094915451969219, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 824, + "viewportWidth": 961, + "weight": 0.00010087389640979316, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 200 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0001008563318673277, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 901, + "viewportWidth": 1699, + "weight": 0.00010084258870664013, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1338, + "screenWidth": 1223, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1213, + "viewportWidth": 1223, + "weight": 0.00010083195037715411, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00010082900015350487, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00010081197511358433, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 684, + "viewportWidth": 1517, + "weight": 0.00010080974770491825, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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)", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 940, + "viewportWidth": 1324, + "weight": 0.00010080130609526776, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 960, + "screenWidth": 1537, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 791, + "viewportWidth": 1536, + "weight": 0.00010077382768359459, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00010076606431351151, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 916, + "viewportWidth": 950, + "weight": 0.0001007397724472455, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9462.1910 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010073280958502465, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.0001007107704402831, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8503.1549 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010070933339485431, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 692, + "viewportWidth": 1180, + "weight": 0.00010066458914620206, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00010062667413675519, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-NZ", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 724, + "viewportWidth": 393, + "weight": 0.00010062289052248674, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1422, + "screenWidth": 1209, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1292, + "viewportWidth": 1209, + "weight": 0.00010060984495028987, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1504, + "screenWidth": 1347, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1384, + "viewportWidth": 1347, + "weight": 0.00010059293311289304, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2414.1312 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010057616170752521, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00010057033876915033, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "de-DE", + "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/142.0.0.0 Safari/537.36 OPR/126.0.0.0 (Edition std-2)", + "vendor": "Google Inc.", + "viewportHeight": 1285, + "viewportWidth": 2515, + "weight": 0.00010056013561764705, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00010052286735103065, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1489, + "screenWidth": 1257, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1369, + "viewportWidth": 1257, + "weight": 0.00010050677545663155, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6005.1713 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010048938507477058, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1460, + "screenWidth": 1288, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1336, + "viewportWidth": 1288, + "weight": 0.0001004855284901564, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3853.1155 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010047637196144886, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.65, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 718, + "viewportWidth": 1450, + "weight": 0.00010047402563253517, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.75, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.00010046478145493506, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1448, + "screenWidth": 1230, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1326, + "viewportWidth": 1230, + "weight": 0.00010044180709640248, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "tr-TR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 632, + "viewportWidth": 384, + "weight": 0.00010039649864716258, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00010039403182528923, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00010038301587876085, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0001003598138385713, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00010034650414230499, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "fr-FR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 613, + "viewportWidth": 360, + "weight": 0.0001003402292251311, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1109.1596 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001003113620396134, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1472, + "screenWidth": 1282, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1343, + "viewportWidth": 1282, + "weight": 0.00010028646645920302, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 788, + "viewportWidth": 1403, + "weight": 0.00010027127933357556, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 918, + "viewportWidth": 1679, + "weight": 0.00010021647232804724, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6314.1724 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010020168896461084, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1362, + "screenWidth": 1261, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1233, + "viewportWidth": 1261, + "weight": 0.00010017997760799947, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8593.1440 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010017712421161505, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1379, + "screenWidth": 1398, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1258, + "viewportWidth": 1398, + "weight": 0.00010016353088288191, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00010014918819645798, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 715, + "viewportWidth": 430, + "weight": 0.00010014278174866602, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1666.1236 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010010607934753804, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.1, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 725, + "viewportWidth": 384, + "weight": 0.00010005724598195388, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1658.1466 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001000529497906804, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000100045465802014, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2411.1218 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010003892167660932, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8417.1149 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00010002975102474145, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 756, + "viewportWidth": 411, + "weight": 0.00010002832604696453, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7205.1560 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0001000178210217195, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 767, + "viewportWidth": 1372, + "weight": 0.00010001693680433589, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "Win32", + "pluginsLength": 7, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 917, + "viewportWidth": 1920, + "weight": 0.00009999844060753353, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.0000999899789417453, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1119, + "weight": 0.00009997162236301609, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1483, + "screenWidth": 1274, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1355, + "viewportWidth": 1274, + "weight": 0.00009996894513304906, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6622.1162 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009996420171793318, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "fr-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00009996333950730044, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "es-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00009995708172592532, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.95, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 768, + "viewportWidth": 1592, + "weight": 0.00009995380983188797, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-NZ", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 696, + "viewportWidth": 384, + "weight": 0.00009993925400999252, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0000999160670228214, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00009991485376387006, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "de", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 731, + "viewportWidth": 1536, + "weight": 0.00009987752917024084, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9930.1832 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009984827449179293, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5727.1117 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009984435793739202, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4479.1323 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000998442420301772, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00009984404166843745, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00009984317877913886, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00009982089438787942, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00009980750732075976, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1409, + "screenWidth": 1397, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1279, + "viewportWidth": 1397, + "weight": 0.00009980266361964686, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0000998000525929652, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009975216352917984, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 1434, + "weight": 0.00009974674691030883, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.35, + "downlinkMax": null, + "effectiveType": "3g", + "rtt": 850, + "type": "wifi" + }, + "language": "hr-HR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 801, + "screenWidth": 366, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 703, + "viewportWidth": 365, + "weight": 0.00009974201261458983, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1391, + "screenWidth": 1371, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1270, + "viewportWidth": 1371, + "weight": 0.00009972207672766761, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 865, + "viewportWidth": 1500, + "weight": 0.00009972104141338728, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 637, + "viewportWidth": 390, + "weight": 0.00009969812439259328, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.00009969588921978483, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.0000996804916625623, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2288.1093 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009967155564239165, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8126.1638 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009964682921470485, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4075.1509 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009962389509147977, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1362, + "screenWidth": 1227, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1241, + "viewportWidth": 1227, + "weight": 0.00009961036904030247, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00009960862248752432, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 703, + "viewportWidth": 1536, + "weight": 0.00009958623663210835, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00009955351020463004, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00009954959618352997, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 770, + "viewportWidth": 411, + "weight": 0.00009954607575603877, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00009952054206379069, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0000995150742587537, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1486, + "screenWidth": 1341, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1361, + "viewportWidth": 1341, + "weight": 0.00009948719602324198, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 697, + "viewportWidth": 390, + "weight": 0.00009945148842198406, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6266.1313 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009944276573085332, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "fr-FR", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1225, + "viewportWidth": 2560, + "weight": 0.0000993854257568375, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1493, + "screenWidth": 1208, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1373, + "viewportWidth": 1208, + "weight": 0.00009937096419899825, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1489, + "screenWidth": 1317, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1360, + "viewportWidth": 1317, + "weight": 0.00009935784301913817, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00009928108920620155, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 755, + "viewportWidth": 440, + "weight": 0.00009927591213660552, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7099.1131 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00009923708695618012, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 700, + "viewportWidth": 384, + "weight": 0.0000992111543078028, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "tr-TR", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00009913541140057629, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1457, + "screenWidth": 1286, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1335, + "viewportWidth": 1286, + "weight": 0.0000991075597209881, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00009909166171444907, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1389, + "screenWidth": 1235, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1265, + "viewportWidth": 1235, + "weight": 0.00009907037504293017, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009904951335059724, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1438, + "screenWidth": 1344, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1318, + "viewportWidth": 1344, + "weight": 0.000099040423543405, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009902579514889025, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5383.1198 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009899497665632205, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 806, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 678, + "viewportWidth": 360, + "weight": 0.0000989902697997084, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00009898877018085225, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 901, + "viewportWidth": 1159, + "weight": 0.00009896406618706928, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.3, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 591, + "viewportWidth": 1280, + "weight": 0.00009893858796982197, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00009892191029636416, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3534.1839 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009888389084518055, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1515, + "screenWidth": 1210, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1395, + "viewportWidth": 1210, + "weight": 0.00009886720144948548, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000988557091687743, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2344.1606 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009878538444307019, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 1280, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Lanai)", + "vendor": "Google Inc.", + "viewportHeight": 1280, + "viewportWidth": 1280, + "weight": 0.00009875521593923089, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9979.1199 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009874825324346718, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00009870251522821025, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4014.1017 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009865663522836593, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.000098652159085974, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6967.1687 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000986457394742861, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7894.1236 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009860678238743134, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 791, + "viewportWidth": 1536, + "weight": 0.00009860603808797582, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1279, + "viewportWidth": 2509, + "weight": 0.0000985489882645967, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 6, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 735, + "viewportWidth": 430, + "weight": 0.00009850550613570386, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.0000985033031346699, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00009841025619536306, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00009838811814143333, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1459, + "screenWidth": 1256, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1335, + "viewportWidth": 1256, + "weight": 0.00009838007945184954, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.95, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 760, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 628, + "viewportWidth": 360, + "weight": 0.00009829821148736911, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8229.1520 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009827918124487818, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4057.1143 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009826157778170898, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4740.1820 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009824960553471243, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.0000982394346885025, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3484.1905 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009821848856020851, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00009821168914567785, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00009819495818050299, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 768, + "viewportWidth": 1366, + "weight": 0.0000981875511977539, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3443.1990 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00009818196235479413, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00009815132937089448, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.2, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-NZ", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 669, + "viewportWidth": 360, + "weight": 0.00009813080684423092, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 797, + "viewportWidth": 1470, + "weight": 0.00009812004905112962, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 991, + "viewportWidth": 1920, + "weight": 0.00009809892865878733, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "MacIntel", + "pluginsLength": 0, + "screenHeight": 1107, + "screenWidth": 1710, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 745, + "viewportWidth": 1091, + "weight": 0.00009809718204432741, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4876.1045 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009809218435118801, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4424.1829 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009808555602656442, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 764, + "viewportWidth": 411, + "weight": 0.00009807879121832274, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1362, + "screenWidth": 1348, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1239, + "viewportWidth": 1348, + "weight": 0.00009801376504477387, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 761, + "viewportWidth": 411, + "weight": 0.00009800666437018018, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6727.1458 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009799997957965156, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.0000979875911929139, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5454.1962 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000979598713804713, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 679, + "viewportWidth": 360, + "weight": 0.00009793919311672045, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "hr-HR", + "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.00009792697175173246, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1519, + "screenWidth": 1375, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1389, + "viewportWidth": 1375, + "weight": 0.00009791871662538503, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.55, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "sr", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 668, + "viewportWidth": 360, + "weight": 0.00009789736534947967, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "tr-TR", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00009788565171056094, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.0000978708934107546, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 693, + "viewportWidth": 384, + "weight": 0.00009786710303096094, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1470, + "screenWidth": 1303, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1348, + "viewportWidth": 1303, + "weight": 0.00009783023484953576, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 960, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 835, + "viewportWidth": 432, + "weight": 0.00009782417053129443, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1328, + "screenWidth": 1359, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1206, + "viewportWidth": 1359, + "weight": 0.00009780584538939167, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 952, + "screenWidth": 427, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 804, + "viewportWidth": 426, + "weight": 0.00009776897002656222, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2078.1080 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000977631442796671, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5164.1547 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009775932158426246, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "en-PH", + "platform": "Linux aarch64", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 14; CPH2457 Build/TP1A.220905.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/144.0.7559.109 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/546.0.0.35.70;]", + "vendor": "Google Inc.", + "viewportHeight": 671, + "viewportWidth": 360, + "weight": 0.00009773215366375489, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "pt-BR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 725, + "viewportWidth": 411, + "weight": 0.00009773073075635866, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1364, + "screenWidth": 1333, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1241, + "viewportWidth": 1333, + "weight": 0.00009772342463564192, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 962, + "viewportWidth": 1680, + "weight": 0.00009771934698750086, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009770186210175108, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 725, + "viewportWidth": 384, + "weight": 0.00009769625438773075, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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": 812, + "viewportWidth": 1440, + "weight": 0.00009764686681989063, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4629.1443 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009761134497115533, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 759, + "viewportWidth": 411, + "weight": 0.0000975933397117823, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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.00009757590434245757, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.00009754799478981353, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1620.1760 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000975198092769273, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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.0000975022587609326, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7273.1258 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009747882362299772, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.41 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 751, + "viewportWidth": 428, + "weight": 0.00009747782167222306, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 768, + "screenWidth": 346, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 677, + "viewportWidth": 345, + "weight": 0.00009747180937358839, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.00009745410331377739, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.0000974041593816424, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 449, + "viewportWidth": 1098, + "weight": 0.00009733374690788908, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00009731157201859345, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4999.1093 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009730803835163636, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00009729511699763471, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.85, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 1301, + "weight": 0.00009727712307124784, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 661, + "viewportWidth": 390, + "weight": 0.0000972686207842838, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4003.1911 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00009725538370838363, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 917, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 772, + "viewportWidth": 411, + "weight": 0.00009724785103469009, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5858.1616 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000972455662444012, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 635, + "viewportWidth": 393, + "weight": 0.00009723163677310353, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.9, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00009722597966207696, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 628, + "viewportWidth": 375, + "weight": 0.00009721257285748419, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009720806633459019, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 0.15, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 674, + "viewportWidth": 1272, + "weight": 0.00009719779523462058, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00009719045576674575, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009718429689743164, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 791, + "viewportWidth": 440, + "weight": 0.00009718242209954589, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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.00009713128445039658, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00009711272563675896, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1320, + "screenWidth": 1223, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1200, + "viewportWidth": 1223, + "weight": 0.00009709459145982842, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4614.1659 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009709148346071838, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9152.1057 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009703458154182474, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1363, + "screenWidth": 1272, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1237, + "viewportWidth": 1272, + "weight": 0.00009699812219590141, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00009698463062376289, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1515, + "screenWidth": 1285, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1390, + "viewportWidth": 1285, + "weight": 0.00009698281913225964, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 670, + "viewportWidth": 375, + "weight": 0.00009697126654224584, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7130.1064 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000969665088382689, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 922, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 771, + "viewportWidth": 411, + "weight": 0.00009695031227172313, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009693747499994388, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1098, + "screenWidth": 1951, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 931, + "viewportWidth": 1951, + "weight": 0.00009693107181846683, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 750, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 654, + "viewportWidth": 749, + "weight": 0.00009691703245832915, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7352.1937 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009688533700158149, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4855.1662 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009688466499862475, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 788, + "viewportWidth": 411, + "weight": 0.00009688265575945735, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00009686957186213037, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0000968680870044992, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 848, + "viewportWidth": 430, + "weight": 0.00009684466478560978, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.0.1 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 682, + "viewportWidth": 1080, + "weight": 0.00009683873129398233, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 777, + "viewportWidth": 411, + "weight": 0.00009680085780196223, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.8, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00009680027157242982, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 665, + "viewportWidth": 1280, + "weight": 0.00009679431047677421, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 877, + "viewportWidth": 512, + "weight": 0.00009678139137952393, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 698, + "viewportWidth": 390, + "weight": 0.00009672422201871322, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.95, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00009669674710293347, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 658, + "viewportWidth": 393, + "weight": 0.00009667290326036039, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1480, + "screenWidth": 1391, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1350, + "viewportWidth": 1391, + "weight": 0.00009664072885908733, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.5, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00009663775240798158, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9303.1752 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009662877232068215, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.45, + "effectiveType": "3g", + "rtt": 350 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00009662580416210398, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7913.1975 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009660458573639942, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.00009659817435276665, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00009657393194300379, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1487, + "screenWidth": 1299, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1367, + "viewportWidth": 1299, + "weight": 0.0000965599104076983, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1462, + "screenWidth": 1304, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1332, + "viewportWidth": 1304, + "weight": 0.00009655059481814647, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "tr-TR", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 953, + "viewportWidth": 1920, + "weight": 0.00009654755994951702, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5803.1106 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009652850646142325, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4184.1196 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009652291318858762, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00009651368402418543, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00009647485168459127, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00009645762770685642, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.0000964522294656087, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1073.1134 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009638572769955995, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-SG", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00009635829230900953, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2416.1831 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009635366236217106, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000963324989226182, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2345.1094 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009631475569419408, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.35, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 300, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00009627775073172777, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 646, + "viewportWidth": 1440, + "weight": 0.00009626806932082212, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00009624050708566983, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00009622962359350487, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "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": 945, + "viewportWidth": 1920, + "weight": 0.0000962165649091785, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 384, + "weight": 0.00009618390115964513, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1436.1632 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000961795214449967, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00009617556235700189, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "pl-PL", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 609, + "viewportWidth": 360, + "weight": 0.00009616948846541346, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6221.1916 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009615442315962673, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1346, + "screenWidth": 1236, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1226, + "viewportWidth": 1236, + "weight": 0.0000961229534893536, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2020.1662 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009612285241724829, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00009612107859051692, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3539.1943 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009608470538817204, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 5, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 418, + "viewportWidth": 359, + "weight": 0.00009606049421543675, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.25, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 450, + "type": "cellular" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 798, + "viewportWidth": 392, + "weight": 0.0000960521180469856, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4296.1375 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009604915803785754, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-NZ", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00009602782518959307, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1476, + "screenWidth": 1271, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1348, + "viewportWidth": 1271, + "weight": 0.00009600217993158864, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00009599124788354065, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 960, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 836, + "viewportWidth": 432, + "weight": 0.00009595777068538182, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0000959527147372107, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 5, + "screenHeight": 750, + "screenWidth": 1200, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 703, + "viewportWidth": 1152, + "weight": 0.00009585178511965534, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00009584467054478062, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8935.1030 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009581565967668794, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00009581075974451049, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 641, + "viewportWidth": 1024, + "weight": 0.00009580890712521722, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00009573709635627468, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6744.1931 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000957318160616111, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "pl-PL", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00009568022973243538, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "pt-BR", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00009566640072950972, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00009566404097211624, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5110.1282 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009565709763493704, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00009563100964488051, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2426.1037 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009562240267598006, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2162.1967 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009559639016615325, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.75, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "es-ES", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 725, + "viewportWidth": 384, + "weight": 0.0000955880501436805, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "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": 715, + "viewportWidth": 414, + "weight": 0.00009557239034251273, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8277.1747 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009555567362138556, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1005.1892 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009553057924908988, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/140.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 1366, + "weight": 0.00009552920340251964, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00009552722071718365, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00009549640138959834, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009547420738477415, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1366, + "screenWidth": 1341, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1242, + "viewportWidth": 1341, + "weight": 0.00009545605296614188, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1483, + "screenWidth": 1274, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1355, + "viewportWidth": 1274, + "weight": 0.00009543707535287234, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00009541579971734352, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009541262976559391, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.65, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 869, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 722, + "viewportWidth": 411, + "weight": 0.00009538889026937988, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.0000953689687320088, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.14 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 748, + "viewportWidth": 1024, + "weight": 0.00009536255286065911, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8124.1201 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00009535617499010102, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.00009533125906225643, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4767.1966 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000953283916473415, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00009531103283094534, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00009525572565088956, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1510, + "screenWidth": 1353, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1385, + "viewportWidth": 1353, + "weight": 0.00009522236323053506, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8265.1046 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009520987444964888, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.65, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 974, + "viewportWidth": 1792, + "weight": 0.00009519559049347612, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00009517914123273504, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5015.1632 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009517082209449866, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9682.1548 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009517024341112937, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2244.1516 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00009515870746197259, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3417.1551 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009514406444832012, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8659.1393 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009513674248278696, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1417, + "screenWidth": 1334, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1289, + "viewportWidth": 1334, + "weight": 0.00009509858101991331, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6402.1968 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009508031999073923, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0000950269811921069, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 962, + "viewportWidth": 1728, + "weight": 0.00009502519323900644, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6277.1627 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009501288906907543, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 858, + "viewportWidth": 1813, + "weight": 0.00009500854197395013, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0000949637202268022, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2303.1119 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009494314203755807, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009493197530520058, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00009484526508520409, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 642, + "viewportWidth": 390, + "weight": 0.00009483210136832544, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009482927268314188, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7620.1841 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009479952098771466, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1209, + "viewportWidth": 2560, + "weight": 0.00009478805737503322, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1340, + "screenWidth": 1273, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1213, + "viewportWidth": 1273, + "weight": 0.00009478530203025715, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5979.1506 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009478268286411534, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00009477414572533537, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 737, + "viewportWidth": 760, + "weight": 0.00009474202763396393, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 Twitter for iPhone/11.62", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 598, + "viewportWidth": 390, + "weight": 0.0000947342447037992, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.000094721089381936, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1391, + "screenWidth": 1266, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1270, + "viewportWidth": 1266, + "weight": 0.00009472102114422686, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00009466042420274715, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1487, + "screenWidth": 1231, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1358, + "viewportWidth": 1231, + "weight": 0.00009464570651416637, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00009460936130606268, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5869.1375 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009460532486221556, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00009459431806237822, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3658.1992 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009458276837175686, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00009457645316956593, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00009456807890338082, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00009454164165492224, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.55, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.0000945296173294946, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "fr-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009451935370581233, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00009451315811926522, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00009450855792164725, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1498, + "screenWidth": 1362, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1374, + "viewportWidth": 1362, + "weight": 0.00009449813939435767, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 712, + "viewportWidth": 402, + "weight": 0.00009449095527282148, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00009447568524771566, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1497, + "screenWidth": 1225, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1371, + "viewportWidth": 1225, + "weight": 0.00009446827379744604, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 741, + "viewportWidth": 393, + "weight": 0.00009446343580160754, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 763, + "viewportWidth": 390, + "weight": 0.00009446317111041824, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6672.1092 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009445292078979491, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.0000944392306955399, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1801.1925 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009440033090785123, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009438396169730971, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 743, + "viewportWidth": 390, + "weight": 0.00009438163981671391, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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.00009438004669258804, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00009434113301427934, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1357.1893 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009433267846171443, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2677.1436 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009431939317788707, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1498, + "screenWidth": 1371, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1371, + "viewportWidth": 1371, + "weight": 0.00009430083000882706, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9471.1181 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009427936798893992, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00009426636560739104, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.65, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "de-DE", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 629, + "viewportWidth": 1280, + "weight": 0.00009425895225905448, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6178.1590 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009417414070516027, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1494, + "screenWidth": 1235, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1373, + "viewportWidth": 1235, + "weight": 0.0000941465735079119, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00009412726134115568, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00009411562759373313, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 682, + "viewportWidth": 1080, + "weight": 0.000094106688423399, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00009409584244077744, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-CA", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 703, + "viewportWidth": 1536, + "weight": 0.00009407799275026298, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 390, + "weight": 0.00009407669281484382, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 959, + "viewportWidth": 1920, + "weight": 0.00009406205007878181, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 773, + "viewportWidth": 1600, + "weight": 0.00009405900014022116, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 739, + "viewportWidth": 1440, + "weight": 0.00009404448410347093, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/142.0.7444.162 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00009404302086685949, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "fr-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009399889251245308, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1443, + "screenWidth": 1200, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1314, + "viewportWidth": 1200, + "weight": 0.00009399452832236343, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00009399440718673861, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9302.1249 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009399092727511569, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00009398213258135575, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009396559313047891, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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.00009395840709355865, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 652, + "viewportWidth": 1220, + "weight": 0.00009395367995257746, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 200 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 542, + "viewportWidth": 1034, + "weight": 0.00009394730255418127, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "es-MX", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 723, + "viewportWidth": 384, + "weight": 0.00009393939368694589, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009393497081437974, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6537.1038 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009392586329230096, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00009391637033149365, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 984, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 834, + "viewportWidth": 432, + "weight": 0.00009391144166609851, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 929, + "viewportWidth": 1920, + "weight": 0.00009389943237608488, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00009388405332714837, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009384836303556666, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 713, + "viewportWidth": 1180, + "weight": 0.00009384139601308333, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1517, + "screenWidth": 1380, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1394, + "viewportWidth": 1380, + "weight": 0.0000938220593464064, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1355, + "screenWidth": 1261, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1226, + "viewportWidth": 1261, + "weight": 0.00009378979638832662, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00009378396383890976, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1038.1045 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009375294171436269, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8763.1363 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009370877436701934, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2630.1854 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000093673077343246, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1355, + "screenWidth": 1210, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1231, + "viewportWidth": 1210, + "weight": 0.00009366534434991504, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 662, + "viewportWidth": 390, + "weight": 0.00009364610311696687, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1376, + "screenWidth": 1304, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1246, + "viewportWidth": 1304, + "weight": 0.00009363546234916398, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 745, + "viewportWidth": 384, + "weight": 0.00009363531318668765, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1345, + "screenWidth": 1243, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1215, + "viewportWidth": 1243, + "weight": 0.00009359748278374388, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 727, + "viewportWidth": 1194, + "weight": 0.00009358568796980495, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00009358167569719813, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 585, + "viewportWidth": 1280, + "weight": 0.0000935652112298519, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.75, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 718, + "viewportWidth": 384, + "weight": 0.00009354970683133506, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9567.1895 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009354635255387517, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 797, + "viewportWidth": 390, + "weight": 0.00009353178035764933, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00009349038526902326, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00009349030600296905, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1002.1615 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009348391018855972, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4804.1569 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009347637631815193, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1405, + "screenWidth": 1315, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1282, + "viewportWidth": 1315, + "weight": 0.00009344923649753705, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 505, + "viewportWidth": 960, + "weight": 0.00009344759041132127, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 600, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5987.1766 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00009344653913075463, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00009342851977298065, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009342229326501796, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000933877428458041, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 717, + "viewportWidth": 1517, + "weight": 0.00009338108548686086, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8504.1269 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009336488736521734, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 992, + "viewportWidth": 1919, + "weight": 0.00009333835918176539, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 729, + "viewportWidth": 1440, + "weight": 0.00009333450093749179, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.65, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 788, + "viewportWidth": 411, + "weight": 0.00009325629289447216, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1335, + "screenWidth": 1302, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1211, + "viewportWidth": 1302, + "weight": 0.00009325104516541735, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00009323173002094886, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5369.1743 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00009322849140099705, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00009322385546798627, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1336, + "screenWidth": 1253, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1206, + "viewportWidth": 1253, + "weight": 0.00009321069032869434, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "tr-TR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00009319908354013911, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 869, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 722, + "viewportWidth": 411, + "weight": 0.00009318698222237265, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00009315435651835245, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-GB", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 859, + "viewportWidth": 1772, + "weight": 0.00009315081825155699, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36 OPR/126.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1282, + "viewportWidth": 2512, + "weight": 0.00009314335430649552, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00009313663343093609, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1330, + "screenWidth": 1235, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1203, + "viewportWidth": 1235, + "weight": 0.00009310343496901174, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00009310035268264317, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPad", + "pluginsLength": 5, + "screenHeight": 1024, + "screenWidth": 768, + "userAgent": "Mozilla/5.0 (iPad; CPU 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": 665, + "viewportWidth": 1024, + "weight": 0.00009309254393446451, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 956, + "viewportWidth": 440, + "weight": 0.00009307767149803005, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.0000930719630322713, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00009305153229243572, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1419, + "screenWidth": 1223, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1292, + "viewportWidth": 1223, + "weight": 0.00009303728316316767, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "es-419", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 780, + "viewportWidth": 411, + "weight": 0.00009302979103592751, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009297534214500799, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6089.1951 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009292081367216389, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 2.65, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00009290013611426706, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1493, + "screenWidth": 1337, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1365, + "viewportWidth": 1337, + "weight": 0.00009288557320225067, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009286983384002319, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8146.1496 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000928634654901123, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 615, + "viewportWidth": 1366, + "weight": 0.00009284016469221929, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4890.1301 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00009283929290317225, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.1, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 661, + "viewportWidth": 360, + "weight": 0.00009277688734872669, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000927453195931776, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 991, + "viewportWidth": 1920, + "weight": 0.00009272832824629848, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8969.1645 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009271134710092633, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 811, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 669, + "viewportWidth": 384, + "weight": 0.00009267412372826966, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1406, + "screenWidth": 1254, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1284, + "viewportWidth": 1254, + "weight": 0.00009265991767815238, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0000926480116046602, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-PH", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 655, + "viewportWidth": 384, + "weight": 0.00009263504626829689, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009262487905054176, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6047.1636 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009257012288538429, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1566.1276 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009256515832356946, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7618.1826 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009252377994601478, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1324, + "screenWidth": 1377, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1204, + "viewportWidth": 1377, + "weight": 0.00009250550830276473, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1433, + "screenWidth": 1361, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1304, + "viewportWidth": 1361, + "weight": 0.00009248471899881061, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00009247567114941286, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6306.1573 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000924719710364604, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00009244410694533835, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3326.1246 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000924203445771796, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 703, + "viewportWidth": 1536, + "weight": 0.00009240261124192317, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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) Mobile/21F90 Twitter for iPhone/11.62", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 807, + "viewportWidth": 428, + "weight": 0.00009236689406916402, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "nl", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00009236663124905612, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.85, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "ko-KR", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 901, + "viewportWidth": 1670, + "weight": 0.00009234390270600912, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 797, + "viewportWidth": 390, + "weight": 0.00009234061908257255, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009229288963969227, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 992, + "viewportWidth": 1919, + "weight": 0.00009227704257317468, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/137.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 569, + "viewportWidth": 1024, + "weight": 0.00009218637095973274, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5689.1956 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009216654455610098, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 735, + "screenWidth": 339, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 601, + "viewportWidth": 338, + "weight": 0.00009216134740645842, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00009215404314015247, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 906, + "screenWidth": 369, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 765, + "viewportWidth": 368, + "weight": 0.00009215077723346067, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-NZ", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00009214858719143675, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1471, + "screenWidth": 1216, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1343, + "viewportWidth": 1216, + "weight": 0.00009213614822801359, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00009212568011146278, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "fr-FR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 752, + "viewportWidth": 411, + "weight": 0.00009211172008601123, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00009210872759673157, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "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.00009207848880292871, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009206642442236492, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3935.1717 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00009206269866352176, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 892, + "screenWidth": 1426, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 724, + "viewportWidth": 1427, + "weight": 0.00009205453432836158, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 682, + "viewportWidth": 414, + "weight": 0.00009204962432334323, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 950, + "screenWidth": 427, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 802, + "viewportWidth": 426, + "weight": 0.00009204803214286572, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 643, + "screenWidth": 1143, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 494, + "viewportWidth": 1143, + "weight": 0.00009202295933891389, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36 OPR/126.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1283, + "viewportWidth": 2518, + "weight": 0.00009201330070141546, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "sl-SI", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00009200146973937747, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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": 723, + "viewportWidth": 1140, + "weight": 0.00009198425622596267, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 835, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36 OPR/94.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 641, + "viewportWidth": 375, + "weight": 0.00009193191074309967, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 955, + "viewportWidth": 1920, + "weight": 0.00009192348959880813, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.6, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00009189573868823429, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 915, + "viewportWidth": 1680, + "weight": 0.00009189170554879635, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6120.1426 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009188691773293811, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1442, + "screenWidth": 1234, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1317, + "viewportWidth": 1234, + "weight": 0.0000918383797174126, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.4, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 694, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 562, + "viewportWidth": 320, + "weight": 0.00009183690903954156, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 0.65, + "effectiveType": "3g", + "rtt": 750 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00009180692455986153, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5494.1195 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009178157133707647, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4529.1840 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009177602331961719, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00009176040170321757, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2166.1290 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009170105628796455, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 820, + "viewportWidth": 1440, + "weight": 0.00009169582080973809, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00009169241182918051, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8123.1858 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009169142511773561, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/399.2.845414227 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.0000916784789178457, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/137.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1066, + "viewportWidth": 2195, + "weight": 0.00009167034369692126, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5728.1895 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009166244277098103, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6150.1892 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009161416136112393, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2332.1393 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000916111884959005, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009160427391631399, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1362, + "screenWidth": 1246, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1241, + "viewportWidth": 1246, + "weight": 0.00009156806179758494, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0000915276429054931, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "de", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1024, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 881, + "viewportWidth": 1518, + "weight": 0.00009146798240087782, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1148, + "viewportWidth": 820, + "weight": 0.00009146372579807033, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.00009146183075258052, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00009143756970246626, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00009142729786308277, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00009136952437151131, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 731, + "viewportWidth": 1536, + "weight": 0.0000913647420334701, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1505, + "screenWidth": 1351, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1380, + "viewportWidth": 1351, + "weight": 0.00009129938997066867, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00009129341490118087, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00009126140475068556, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "de", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1049, + "viewportWidth": 1648, + "weight": 0.00009125327831755013, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 815, + "viewportWidth": 430, + "weight": 0.00009124307476789692, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00009120852775457711, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00009120517396452068, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8688.1259 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009117793344478381, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0000911627224186547, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00009116040456517147, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 844, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 710, + "viewportWidth": 375, + "weight": 0.00009112433367804097, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5425.1201 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009111547136466766, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00009110387852378269, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 679, + "viewportWidth": 1440, + "weight": 0.00009106992183813163, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 675, + "viewportWidth": 375, + "weight": 0.00009105175408127971, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 932, + "viewportWidth": 1600, + "weight": 0.00009103334303154621, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1478, + "screenWidth": 1377, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1358, + "viewportWidth": 1377, + "weight": 0.00009101355039615819, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7774.1206 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009100651692008766, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1450, + "screenWidth": 1386, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1321, + "viewportWidth": 1386, + "weight": 0.0000909897153495933, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 738, + "viewportWidth": 384, + "weight": 0.0000909309709079644, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4850.1741 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009092142209510491, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.5, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 641, + "viewportWidth": 1366, + "weight": 0.00009091185863122004, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "hr-HR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 648, + "viewportWidth": 360, + "weight": 0.00009088786805116326, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 865, + "viewportWidth": 1748, + "weight": 0.00009088282430007522, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6042.1759 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009085189311416046, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 657, + "viewportWidth": 393, + "weight": 0.00009084575545232773, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00009084260518260221, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1307, + "viewportWidth": 2560, + "weight": 0.00009079579032627181, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/142.0.7444.148 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 680, + "viewportWidth": 402, + "weight": 0.0000907926001250699, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 959, + "viewportWidth": 1920, + "weight": 0.00009079145638443619, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.95, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 975, + "viewportWidth": 1664, + "weight": 0.00009078560682178037, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7447.1578 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000907640335783908, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00009075876156835024, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00009074883822445398, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 766, + "viewportWidth": 1512, + "weight": 0.00009071171526872225, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00009070818485513506, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 897, + "viewportWidth": 1920, + "weight": 0.00009070279872162339, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00009067714815778986, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1062.1771 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009063466910766482, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00009062521985992068, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00009061924022974652, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00009059673362060925, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 675, + "viewportWidth": 402, + "weight": 0.00009058179579897124, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1399, + "screenWidth": 1343, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 1343, + "weight": 0.00009054935269721668, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00009052932301064102, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.00009050644354721375, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1325, + "screenWidth": 1317, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1200, + "viewportWidth": 1317, + "weight": 0.00009049530946244926, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 661, + "viewportWidth": 390, + "weight": 0.00009048343363685129, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 631, + "viewportWidth": 375, + "weight": 0.00009044626414734894, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, + "viewportWidth": 1439, + "weight": 0.00009044342505058272, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "fr-CA", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.0000902596455085471, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 664, + "viewportWidth": 375, + "weight": 0.00009025265719737965, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "it-IT", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 960, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 810, + "viewportWidth": 432, + "weight": 0.00009024890040509736, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8657.1822 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009024619098916019, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 657, + "viewportWidth": 390, + "weight": 0.00009023560876092792, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.00009020720852176068, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.34 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 708, + "viewportWidth": 414, + "weight": 0.00009016627475331129, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00009015756138701352, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00009013628388033973, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4536.1817 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009011107932203756, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2255.1296 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00009006129977343886, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1480, + "screenWidth": 1277, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1351, + "viewportWidth": 1277, + "weight": 0.00009003005413087637, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3477.1708 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00009000036846260643, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.000089987007494542, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 200 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008995010866680241, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 629, + "viewportWidth": 360, + "weight": 0.00008993033648407769, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 984, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 834, + "viewportWidth": 432, + "weight": 0.00008987523070688971, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0000898741713879715, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 893, + "viewportWidth": 1920, + "weight": 0.00008986059376481613, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3687.1147 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008984736834776922, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 682, + "viewportWidth": 1080, + "weight": 0.00008984058411624796, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPad", + "pluginsLength": 5, + "screenHeight": 1194, + "screenWidth": 834, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 1194, + "weight": 0.00008982957149981999, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0000898199222393466, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1771.1250 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000897522470600664, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00008972002375755749, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1494, + "screenWidth": 1346, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1374, + "viewportWidth": 1346, + "weight": 0.00008971735498023253, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 912, + "screenWidth": 420, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 692, + "viewportWidth": 420, + "weight": 0.00008969795985777096, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00008969270096820456, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00008966532554901174, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008964228544161345, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.0000896177965669468, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1513.1608 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000896144121299882, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00008960898896032253, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, + "viewportWidth": 1600, + "weight": 0.0000895932490792785, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3100.1840 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008958899432648975, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 962, + "viewportWidth": 1779, + "weight": 0.00008957658574417288, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "pt-PT", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 390, + "weight": 0.00008957010264158234, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00008956812293538763, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3857.1099 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008954154064826345, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.35, + "downlinkMax": null, + "effectiveType": "3g", + "rtt": 500, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 780, + "viewportWidth": 411, + "weight": 0.00008951369576451303, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 771, + "viewportWidth": 1512, + "weight": 0.00008948398013190379, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00008947790536274244, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1270, + "viewportWidth": 1718, + "weight": 0.00008947275921082536, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1541, + "weight": 0.00008945867993712597, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9096.1337 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008944747867313116, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008943864072976839, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4473.1433 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008938322778521367, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9681.1448 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008938129218562203, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 660, + "viewportWidth": 384, + "weight": 0.0000893739768524422, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00008937193800450838, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5360.1834 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008935550173286264, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1194.1321 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008934240874859248, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00008933132679038057, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 793, + "viewportWidth": 1214, + "weight": 0.00008932609091374885, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.85, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 757, + "viewportWidth": 411, + "weight": 0.00008932321461719229, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 768, + "viewportWidth": 1366, + "weight": 0.00008932044718864433, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00008931554501952182, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0000893106631016578, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 655, + "viewportWidth": 390, + "weight": 0.00008929782819505482, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-RS", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 801, + "screenWidth": 366, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 681, + "viewportWidth": 365, + "weight": 0.00008926471080929759, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00008925974008531064, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1080.1179 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008924428647655094, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1517, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 416, + "weight": 0.00008922015874317896, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 733, + "viewportWidth": 1468, + "weight": 0.00008921695936622235, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-CA", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 706, + "viewportWidth": 1531, + "weight": 0.00008919724779131872, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1943.1063 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008916319787176483, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "hr-HR", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00008915501161148958, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 704, + "viewportWidth": 414, + "weight": 0.00008915081055795252, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 727, + "viewportWidth": 428, + "weight": 0.0000891349532877289, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6308.1646 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000891104990292373, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00008910034773930306, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.00008908205788590935, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0000890794809096901, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1595.1760 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000890723303961827, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "fr-FR", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 708, + "viewportWidth": 1528, + "weight": 0.00008903809340978008, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00008903291529355443, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5508.1332 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008901165263503453, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36 Edg/143.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 588, + "viewportWidth": 1272, + "weight": 0.00008901020861239044, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00008897084551651022, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1460, + "screenWidth": 1400, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1340, + "viewportWidth": 1400, + "weight": 0.00008896741252166366, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 688, + "viewportWidth": 393, + "weight": 0.00008895696837364248, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1489, + "screenWidth": 1397, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1362, + "viewportWidth": 1397, + "weight": 0.00008894914534067854, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 897, + "viewportWidth": 1376, + "weight": 0.00008894402826003204, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00008894312047545087, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_12 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": 635, + "viewportWidth": 375, + "weight": 0.00008891194388700509, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2833.1472 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008890313339586853, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 767, + "viewportWidth": 1067, + "weight": 0.00008887156023859297, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00008887125483101584, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5126.1993 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008885655941152481, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 720, + "viewportWidth": 384, + "weight": 0.0000888300096115898, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 643, + "viewportWidth": 375, + "weight": 0.00008878542505796261, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 200, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00008876782192584565, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 749, + "viewportWidth": 393, + "weight": 0.00008876701631973022, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00008868780817944315, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1374, + "screenWidth": 1231, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1245, + "viewportWidth": 1231, + "weight": 0.00008866417754683634, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00008863449581779076, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1496, + "screenWidth": 1362, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1366, + "viewportWidth": 1362, + "weight": 0.00008863280088260805, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "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.00008862525580118502, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9655.1962 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008859425187188142, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "pl-PL", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 960, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 785, + "viewportWidth": 432, + "weight": 0.00008858771590975651, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4169.1628 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008857246603599951, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00008853592446957386, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 683, + "viewportWidth": 1440, + "weight": 0.00008852477608837364, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 693, + "viewportWidth": 1440, + "weight": 0.00008849762313810778, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00008848795969049693, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9768.1291 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008846959789143094, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5352.1151 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008846255749234507, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1416, + "screenWidth": 1296, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1288, + "viewportWidth": 1296, + "weight": 0.00008845512599697203, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1378, + "screenWidth": 1325, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1254, + "viewportWidth": 1325, + "weight": 0.00008845289277300525, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, + "viewportWidth": 1600, + "weight": 0.00008844076775217489, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1043, + "viewportWidth": 1798, + "weight": 0.00008844046686841533, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00008843950451582363, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 661, + "viewportWidth": 390, + "weight": 0.00008842480476799079, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5119.1261 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008841378499256217, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00008840256718454161, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00008839190605911072, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1407.1309 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008838650700541113, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2062.1927 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008837976911976759, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 561, + "viewportWidth": 1300, + "weight": 0.00008836885998552538, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00008835298831495393, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.000088294607385571, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00008829337031957191, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00008828657690942774, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00008827450372990635, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like 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.00008825454217779891, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008822951324196279, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 594, + "viewportWidth": 1272, + "weight": 0.00008822379570165829, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8066.1762 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008821790102729099, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9493.1320 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008811237677694981, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00008808531065389801, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1463, + "screenWidth": 1297, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1336, + "viewportWidth": 1297, + "weight": 0.00008806708764079227, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008804620411270673, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4768.1382 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008803540637873887, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.0000880148289198773, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008800143605282112, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8715.1669 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008799015318454979, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5736.1031 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008792958851347571, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00008791559597391136, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008790906524438315, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "nl-NL", + "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.7 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 1024, + "weight": 0.00008790043294219969, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3585.1152 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008789836671182373, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1385, + "screenWidth": 1384, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1263, + "viewportWidth": 1384, + "weight": 0.0000878982336337983, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/142.0.7444.128 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00008787956019818235, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008783911047772896, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1341, + "screenWidth": 1377, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1221, + "viewportWidth": 1377, + "weight": 0.00008783830896902667, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, + "viewportWidth": 384, + "weight": 0.00008779356723992791, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1491, + "screenWidth": 1206, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1365, + "viewportWidth": 1206, + "weight": 0.00008779071980423745, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 2.95, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 200, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 960, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 446, + "viewportWidth": 960, + "weight": 0.00008777813834339026, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "fr", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.00008774656076608653, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00008774170426656844, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9837.1754 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008773920741082412, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8575.1575 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008772219572907208, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6228.1151 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008770874220256524, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 940, + "viewportWidth": 1800, + "weight": 0.00008770036211329385, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1413, + "screenWidth": 1323, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1293, + "viewportWidth": 1323, + "weight": 0.00008767400597508395, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4228.1917 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008766045821117131, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5819.1111 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008765581095882834, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.9, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 666, + "viewportWidth": 360, + "weight": 0.00008763880293986312, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1591.1135 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008762140122303737, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5245.1889 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008757976813954432, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 852, + "viewportWidth": 393, + "weight": 0.00008757343427028485, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1203, + "viewportWidth": 2205, + "weight": 0.00008756549754703044, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00008754448028918614, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 470, + "viewportWidth": 1278, + "weight": 0.00008753968906233855, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00008751786345643238, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 200 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000087496151711921, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1321.1426 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008747690010066619, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 1366, + "weight": 0.00008744965559891104, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 657, + "viewportWidth": 393, + "weight": 0.0000874457200990349, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.35, + "effectiveType": "3g", + "rtt": 400 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008742161035812375, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 728, + "viewportWidth": 440, + "weight": 0.00008740010740059963, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00008736517527831473, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1301, + "viewportWidth": 2509, + "weight": 0.0000873642747832437, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1480, + "screenWidth": 1391, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1356, + "viewportWidth": 1391, + "weight": 0.00008735233049503008, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9560.1268 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008734990047252729, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 797, + "viewportWidth": 390, + "weight": 0.00008730320414275331, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00008728536301754504, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9324.1007 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008728246796955483, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00008728083243108688, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00008726556567943393, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 390, + "weight": 0.00008723324977488896, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, + "viewportWidth": 384, + "weight": 0.00008718743164720208, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00008716181203081492, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2453.1772 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008714075706963541, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6971.1364 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008713740925077662, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 600, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9883.1887 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008713481867492201, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8921.1579 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008711937728765701, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00008711578668017925, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1307, + "viewportWidth": 2509, + "weight": 0.0000871091460160759, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 765, + "viewportWidth": 411, + "weight": 0.00008708162549055757, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4050.1251 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008708017672274343, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 904, + "viewportWidth": 1376, + "weight": 0.00008707053413700063, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00008705199902965427, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1362, + "screenWidth": 1318, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1240, + "viewportWidth": 1318, + "weight": 0.0000870461751823459, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 948, + "viewportWidth": 1912, + "weight": 0.00008701112738818, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 908, + "viewportWidth": 1711, + "weight": 0.00008700910689361295, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "de-DE", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008700224476186372, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1443, + "screenWidth": 1400, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1315, + "viewportWidth": 1400, + "weight": 0.00008697309550470755, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 654, + "viewportWidth": 402, + "weight": 0.00008697245785039195, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00008694933704464021, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0000869214496422311, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00008691852822627215, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008689185619443195, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "es-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00008686978586362077, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9900.1319 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008686534385592995, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1387, + "screenWidth": 1351, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1261, + "viewportWidth": 1351, + "weight": 0.00008685524454812209, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4155.1838 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008683833695788363, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8255.1446 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008680233965226894, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 1174, + "screenWidth": 528, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1034, + "viewportWidth": 527, + "weight": 0.00008678415865851806, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.5, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 674, + "viewportWidth": 1272, + "weight": 0.00008676031424764012, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1412, + "screenWidth": 1354, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1285, + "viewportWidth": 1354, + "weight": 0.00008675831319023018, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00008674870499030565, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3520.1111 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008670870846772056, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0000867006593675089, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, + "viewportWidth": 1440, + "weight": 0.00008667385903345063, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 658, + "viewportWidth": 384, + "weight": 0.00008664195602693809, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1363, + "screenWidth": 1267, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1238, + "viewportWidth": 1267, + "weight": 0.00008663007615663233, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000866105270775088, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00008660724053735922, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7595.1985 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008660226729473964, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 737, + "viewportWidth": 1512, + "weight": 0.00008659998628577334, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.25, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 738, + "viewportWidth": 1528, + "weight": 0.00008659287994506317, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00008656988944581327, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1364, + "screenWidth": 1216, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1242, + "viewportWidth": 1216, + "weight": 0.00008656821724883039, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-NZ", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 735, + "viewportWidth": 393, + "weight": 0.00008655759193896116, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00008655194480499478, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00008652566136115801, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6224.1305 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008652364774988422, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3756.1382 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008651873800511149, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 828, + "viewportWidth": 2560, + "weight": 0.00008649177592590259, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7402.1940 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008647367147854259, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00008646108088165444, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5543.1169 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008644617555150952, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.05, + "effectiveType": "4g", + "rtt": 200 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 653, + "viewportWidth": 998, + "weight": 0.00008643511380554917, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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": 658, + "viewportWidth": 393, + "weight": 0.00008641435249278637, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7047.1594 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008640960383263941, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1449, + "screenWidth": 1304, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1328, + "viewportWidth": 1304, + "weight": 0.00008640249125226252, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6558.1853 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008640148073308282, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00008633746656720923, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "fr-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 601, + "viewportWidth": 360, + "weight": 0.00008632657629797901, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1328, + "screenWidth": 1319, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1204, + "viewportWidth": 1319, + "weight": 0.00008631328614108099, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 0, + "screenHeight": 896, + "screenWidth": 414, + "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": 715, + "viewportWidth": 414, + "weight": 0.00008629805645243763, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 747, + "viewportWidth": 428, + "weight": 0.00008627324316421185, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 789, + "viewportWidth": 411, + "weight": 0.0000862464620681649, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00008623097515458399, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4112.1063 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008622537677813092, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00008617820470386416, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 851, + "viewportWidth": 1269, + "weight": 0.00008615989384607783, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00008615297015714807, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1327, + "screenWidth": 1262, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1207, + "viewportWidth": 1262, + "weight": 0.00008613538589251372, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008611765156978149, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00008611236870494372, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0000861123273173338, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00008611067338156274, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1398, + "screenWidth": 1326, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1272, + "viewportWidth": 1326, + "weight": 0.00008608883841804379, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8379.1458 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008608192432147432, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00008606274816100731, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00008602793789623021, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5852.1084 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008602484211949595, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 6, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 595, + "viewportWidth": 375, + "weight": 0.00008595720571450098, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00008594982508820388, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6996.1514 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008593907281719104, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 602, + "viewportWidth": 1358, + "weight": 0.00008588961184527486, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 7, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 601, + "viewportWidth": 1280, + "weight": 0.0000858889136035842, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "de-DE", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008588557342345054, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 861, + "screenWidth": 388, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 740, + "viewportWidth": 387, + "weight": 0.00008587327886857563, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1058.1658 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008586886573805726, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4138.1161 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008586816764646648, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "it-IT", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00008586814866296543, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00008586643987806788, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00008584188146161074, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 1244, + "weight": 0.00008583504863878056, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 547, + "viewportWidth": 375, + "weight": 0.00008579760018702914, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 567, + "viewportWidth": 1280, + "weight": 0.00008579044350696552, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux aarch64", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 776, + "viewportWidth": 411, + "weight": 0.00008574099683464136, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 758, + "viewportWidth": 440, + "weight": 0.00008573951415897825, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008573942825438063, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7919.1974 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008573918756203376, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "pl-PL", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 678, + "viewportWidth": 360, + "weight": 0.00008572910496177897, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 785, + "viewportWidth": 411, + "weight": 0.00008571582927719385, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 798, + "viewportWidth": 1512, + "weight": 0.00008570911327075585, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1377, + "screenWidth": 1317, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1255, + "viewportWidth": 1317, + "weight": 0.00008569197488123878, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "zh-TW", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_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": 676, + "viewportWidth": 402, + "weight": 0.00008568695131689193, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "fr-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008566714791744837, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00008566207803393567, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00008564493362835176, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4473.1564 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008563172183252917, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3626.1256 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000856239709334064, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/121.0.0.0 Safari/537.36 Edg/121.0.0.0 Herring/95.1.1930.31", + "vendor": "Google Inc.", + "viewportHeight": 441, + "viewportWidth": 780, + "weight": 0.000085623518002245, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2726.1456 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008561327217689517, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/138.0.7204.156 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00008560452556161567, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00008559232491154975, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.0000855888318542614, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 804, + "viewportWidth": 1528, + "weight": 0.00008554377863976913, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00008552148606352006, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1429, + "screenWidth": 1341, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1307, + "viewportWidth": 1341, + "weight": 0.0000855189564158497, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPad", + "pluginsLength": 5, + "screenHeight": 1024, + "screenWidth": 768, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 16_7_14 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/137.0.7151.107 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 636, + "viewportWidth": 1024, + "weight": 0.00008550120208640443, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008550052464730626, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 666, + "viewportWidth": 360, + "weight": 0.00008549145865894916, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 668, + "viewportWidth": 1180, + "weight": 0.00008548557743338496, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 608, + "viewportWidth": 360, + "weight": 0.00008547968155838616, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "pt-PT", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 792, + "screenWidth": 354, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 663, + "viewportWidth": 353, + "weight": 0.00008541558092345435, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00008540080975899255, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1517, + "screenWidth": 1393, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1390, + "viewportWidth": 1393, + "weight": 0.00008539723756579646, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00008537398385193557, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 697, + "viewportWidth": 390, + "weight": 0.00008536267697902668, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1317, + "viewportWidth": 2560, + "weight": 0.00008536200047747694, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00008535240420059149, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/364.0.744893471 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 670, + "viewportWidth": 402, + "weight": 0.00008534817120354553, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 634, + "viewportWidth": 375, + "weight": 0.0000853265094902845, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00008532166260421419, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4928.1945 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008529723771451912, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2475.1680 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008527379238172987, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00008525298170695701, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00008524770790051743, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1367, + "screenWidth": 1305, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1245, + "viewportWidth": 1305, + "weight": 0.00008523841325559518, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 681, + "viewportWidth": 1366, + "weight": 0.00008521235867356478, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00008520536685526918, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 703, + "viewportWidth": 1440, + "weight": 0.00008520026703592793, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6511.1667 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000851926654638472, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 694, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 565, + "viewportWidth": 320, + "weight": 0.00008518699413615325, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 728, + "viewportWidth": 384, + "weight": 0.00008516115717723731, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00008516026650422437, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1333, + "screenWidth": 1313, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1206, + "viewportWidth": 1313, + "weight": 0.00008514443620913234, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00008514149079934613, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 384, + "screenWidth": 832, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 354, + "viewportWidth": 754, + "weight": 0.00008513401297272371, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.0000851081695164231, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008508695237398032, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008508286380308005, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00008508148429215078, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00008508051261051529, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "es-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 783, + "viewportWidth": 392, + "weight": 0.00008505590910849252, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1439, + "screenWidth": 1370, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1317, + "viewportWidth": 1370, + "weight": 0.00008503112306966274, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2941.1972 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000850277822815649, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.14 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 998, + "viewportWidth": 834, + "weight": 0.00008495917444656814, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00008493739020323647, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6546.1557 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008493380394309796, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 823, + "viewportWidth": 1512, + "weight": 0.00008491465881737779, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.1, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 674, + "viewportWidth": 1272, + "weight": 0.00008491134875244057, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00008490977845263735, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 917, + "viewportWidth": 1366, + "weight": 0.00008489714549145432, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36 OPR/126.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 762, + "viewportWidth": 1398, + "weight": 0.00008487918079895793, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9412.1752 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008487865677833847, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2353.1235 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008487128091554736, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 651, + "viewportWidth": 393, + "weight": 0.00008485626002288655, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "pl-PL", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 835, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 375, + "weight": 0.00008485085766106927, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9639.1262 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008482846557316815, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2714.1132 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008481104744832986, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 573, + "viewportWidth": 1248, + "weight": 0.00008480788969022682, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8831.1314 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008480241692272718, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 2160, + "screenWidth": 3840, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1963, + "viewportWidth": 1920, + "weight": 0.00008479828038086948, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 791, + "viewportWidth": 1536, + "weight": 0.00008478055952023564, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 709, + "viewportWidth": 1470, + "weight": 0.00008477297714625823, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1024, + "viewportWidth": 1280, + "weight": 0.0000847699843969645, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1389, + "screenWidth": 1254, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1263, + "viewportWidth": 1254, + "weight": 0.00008475474582115699, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "pt-PT", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00008474007860222559, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4974.1904 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008473057920350936, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Linux armv8l", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 915, + "viewportWidth": 412, + "weight": 0.00008471722421754847, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4227.1004 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008471372125774693, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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": 714, + "viewportWidth": 414, + "weight": 0.00008470301036632922, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 654, + "viewportWidth": 393, + "weight": 0.00008469312086737351, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-SG", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00008462685152694599, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1334, + "screenWidth": 1262, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1204, + "viewportWidth": 1262, + "weight": 0.00008462299291403894, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 839, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 686, + "viewportWidth": 375, + "weight": 0.00008460548450100231, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5001.1456 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008459340427643817, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8366.1948 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008457669975110293, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "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": 943, + "viewportWidth": 1042, + "weight": 0.00008454636083173301, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.05, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 801, + "viewportWidth": 1470, + "weight": 0.00008454520554401909, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 959, + "viewportWidth": 1920, + "weight": 0.00008453004366143137, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 898, + "viewportWidth": 1707, + "weight": 0.0000844978512967114, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 708, + "viewportWidth": 414, + "weight": 0.0000844949844249857, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "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.00008445620953978933, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 934, + "viewportWidth": 1865, + "weight": 0.00008445533821364843, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.34 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 874, + "viewportWidth": 402, + "weight": 0.0000844473602790455, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00008440256691318199, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00008439376796349305, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8542.1550 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008439017223944029, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "de-DE", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00008436703178180293, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 640, + "screenWidth": 1024, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 517, + "viewportWidth": 1024, + "weight": 0.00008436232009736249, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0000843579577652403, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6976.1554 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008435517983750436, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0000843286984673547, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00008429481736183332, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00008425310270116515, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2682.1303 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008424069548298088, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 756, + "viewportWidth": 411, + "weight": 0.00008423665338142813, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4254.1285 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008423525350962484, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8013.1147 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008422955917845358, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "lt", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 953, + "viewportWidth": 1920, + "weight": 0.00008420418417957855, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Linux armv81", + "platform": "Linux armv81", + "pluginsLength": 5, + "screenHeight": 860, + "screenWidth": 386, + "userAgent": "Mozilla/5.0 (Android 16; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 711, + "viewportWidth": 386, + "weight": 0.00008419990656006526, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4538.1828 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008417890119128805, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1343, + "screenWidth": 1297, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1214, + "viewportWidth": 1297, + "weight": 0.00008417106596036512, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 Twitter for iPhone/11.62", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 594, + "viewportWidth": 393, + "weight": 0.00008417074281247226, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 694, + "viewportWidth": 393, + "weight": 0.00008416173115805811, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6773.1550 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008415652428443696, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00008415623028423153, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1208.1564 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008415311692028817, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.2, + "effectiveType": "4g", + "rtt": 250 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00008414894048061383, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8892.1331 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008412270725512333, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008411454866465859, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1510.1827 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008405975181310632, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3769.1128 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008402152280526617, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 784, + "viewportWidth": 411, + "weight": 0.0000840036000065093, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1378, + "screenWidth": 1312, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1256, + "viewportWidth": 1312, + "weight": 0.00008397704571599203, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008397605836775775, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/129.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.00008394490948187967, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00008392262862510267, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9629.1757 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008390402586923785, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2403.1186 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000839021757732531, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6066.1690 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008389072217570963, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1 Ddg/26.2", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 654, + "viewportWidth": 390, + "weight": 0.00008388049529621561, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 932, + "viewportWidth": 1707, + "weight": 0.00008387512661576295, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 561, + "viewportWidth": 647, + "weight": 0.0000838692364251408, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 877, + "viewportWidth": 1414, + "weight": 0.00008383387238989902, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 719, + "viewportWidth": 428, + "weight": 0.00008381068417981735, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00008380625413150955, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-NZ", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008380383772441552, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00008379606512884871, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 609, + "viewportWidth": 375, + "weight": 0.00008376957288783764, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 658, + "viewportWidth": 384, + "weight": 0.00008375769951785418, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00008373898517496242, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7324.1269 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008371930697952736, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7355.1101 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008371200203876632, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00008370677339646136, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1370, + "screenWidth": 1357, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1250, + "viewportWidth": 1357, + "weight": 0.00008368248726191903, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 933, + "viewportWidth": 1875, + "weight": 0.00008364352901621091, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 2560, + "weight": 0.00008363038236210865, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1487, + "screenWidth": 1237, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1362, + "viewportWidth": 1237, + "weight": 0.000083580101572678, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008357236475913736, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 605, + "viewportWidth": 1280, + "weight": 0.00008355502530705023, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 962, + "viewportWidth": 1728, + "weight": 0.00008354683481487989, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/142.0.7444.175 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008353669103199848, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7526.1631 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008351095600147256, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00008350445007815124, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 707, + "viewportWidth": 1080, + "weight": 0.00008344355647233412, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00008344048002266153, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3091.1877 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000834296905237409, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1415, + "screenWidth": 1322, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1295, + "viewportWidth": 1322, + "weight": 0.0000834267651558614, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00008342516134226737, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1403, + "screenWidth": 1348, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1281, + "viewportWidth": 1348, + "weight": 0.00008342190769223355, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5567.1598 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008341238552692667, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 831, + "viewportWidth": 1470, + "weight": 0.00008340599210789393, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9013.1572 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000083402734560735, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 749, + "viewportWidth": 411, + "weight": 0.00008338063970509958, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4926.1827 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008335621819745859, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4480.1262 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008334310100312918, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00008334293299980963, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 610, + "viewportWidth": 814, + "weight": 0.00008332029683539797, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "fr-FR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 952, + "screenWidth": 427, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 804, + "viewportWidth": 426, + "weight": 0.00008331889431957947, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00008326982625816447, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1270.1266 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008326253440021068, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3934.1978 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008324973943196981, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "de-CH", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 659, + "viewportWidth": 360, + "weight": 0.00008324909448471568, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8790.1968 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008324719570862294, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1349, + "screenWidth": 1393, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1229, + "viewportWidth": 1393, + "weight": 0.00008323081377217973, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 428, + "weight": 0.00008322265226805036, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.45, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 786, + "viewportWidth": 411, + "weight": 0.00008322093186948214, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 959, + "viewportWidth": 1920, + "weight": 0.00008321216739574976, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1252.1750 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008318962130066378, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/141.0.7390.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008317660164385718, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 787, + "viewportWidth": 384, + "weight": 0.00008317128212436804, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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.00008316639529062781, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00008316572285850929, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7183.1708 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000831479130564671, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5701.1966 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008314719514540236, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00008313920078999278, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4947.1173 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008313328111113119, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.00008311512649925727, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00008308404107480841, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00008308043798751878, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 683, + "viewportWidth": 1420, + "weight": 0.00008307795741658643, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "fr-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00008306159661418768, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1460, + "screenWidth": 1370, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1333, + "viewportWidth": 1370, + "weight": 0.00008305364150726646, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 752, + "viewportWidth": 414, + "weight": 0.00008305244920001077, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.7, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 200, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00008304050346303232, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008303530542159934, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00008300976189305597, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 Twitter for iPhone/11.62", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 725, + "viewportWidth": 390, + "weight": 0.00008298619062586685, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-NZ", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 627, + "viewportWidth": 375, + "weight": 0.0000829772059991468, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6244.1037 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000829745788792017, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 666, + "viewportWidth": 360, + "weight": 0.00008297228674737757, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "oscpu": "Linux armv81", + "platform": "Linux armv81", + "pluginsLength": 5, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Android 16; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00008297173987449719, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0000829647051047396, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00008294906453495005, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.7, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00008293741894069337, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00008287613435934416, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.3, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 200, + "type": "cellular" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 782, + "viewportWidth": 411, + "weight": 0.00008285592199327337, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5754.1267 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008283210427304426, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00008282896489028073, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000828227338844548, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 798, + "viewportWidth": 1470, + "weight": 0.00008280634671238594, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 738, + "viewportWidth": 1492, + "weight": 0.00008279932725685096, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 960, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 847, + "viewportWidth": 411, + "weight": 0.00008279804752024755, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8814.1520 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008277507368751173, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8717.1778 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008275367779900324, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1495, + "screenWidth": 1338, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1366, + "viewportWidth": 1338, + "weight": 0.00008274287074568725, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 1440, + "weight": 0.00008273816000543874, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4214.1241 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008273532644804667, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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": 658, + "viewportWidth": 390, + "weight": 0.0000827265950378949, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 698, + "viewportWidth": 390, + "weight": 0.00008270524199198053, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3725.1317 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000826787569283095, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00008267525462100369, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008262982143873551, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 834, + "viewportWidth": 1504, + "weight": 0.00008261246946198478, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.00008258144220221869, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 736, + "viewportWidth": 1024, + "weight": 0.00008256791373545462, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00008255450333637429, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 733, + "viewportWidth": 1352, + "weight": 0.00008250512316631002, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3195.1635 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008248735057462854, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00008248401296161405, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 600, + "viewportWidth": 390, + "weight": 0.00008248186814022388, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "fr-FR", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.0000824584840051612, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.00008243964579162395, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 658, + "viewportWidth": 393, + "weight": 0.00008243956430008831, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.2, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.00008242572004320233, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008242441440866225, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 785, + "viewportWidth": 411, + "weight": 0.00008241900954488998, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00008238874909460984, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 825, + "viewportWidth": 1440, + "weight": 0.00008238498324433426, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1375, + "screenWidth": 1227, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1252, + "viewportWidth": 1227, + "weight": 0.000082379762617853, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1480, + "screenWidth": 1309, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1354, + "viewportWidth": 1309, + "weight": 0.00008236661478693611, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "zh-TW", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00008233784476398992, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00008233347540052469, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-IN", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00008230421855946086, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 690, + "viewportWidth": 393, + "weight": 0.00008230290787872347, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1135.1722 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008228296862093298, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00008225473163050956, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00008225295332939153, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008224705879934, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00008223507840033986, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.0000822240979274965, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1460, + "screenWidth": 1364, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1333, + "viewportWidth": 1364, + "weight": 0.00008222137657040562, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "it-IT", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00008220908188610517, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 801, + "viewportWidth": 411, + "weight": 0.00008220411409943086, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1397.1385 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008219264102843327, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1794.1928 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008218827332623807, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00008216200476424018, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00008216096766356661, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 932, + "viewportWidth": 430, + "weight": 0.00008210074254625288, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 835, + "viewportWidth": 1470, + "weight": 0.00008209726931770335, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "pt-BR", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008209433028237991, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5975.1057 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008208593282883185, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5632.1915 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008207379930542907, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00008206606713499581, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00008202746273121538, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 630, + "viewportWidth": 375, + "weight": 0.0000820049447444746, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00008195354718041794, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1947.1287 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008195173629303928, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2797.1709 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008194976160733889, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "pt-PT", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00008188762480499314, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7736.1637 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008188620768123951, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.0000818679437660519, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 658, + "viewportWidth": 393, + "weight": 0.00008186593932141468, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 835, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 709, + "viewportWidth": 375, + "weight": 0.0000818636787240481, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00008184247081419796, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1509, + "screenWidth": 1265, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1381, + "viewportWidth": 1265, + "weight": 0.00008183789609121136, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1448, + "screenWidth": 1206, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1322, + "viewportWidth": 1206, + "weight": 0.00008180547520078906, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1044, + "viewportWidth": 1912, + "weight": 0.00008180111172617317, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4850.1362 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008179841641955249, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/396.0.833910942 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 718, + "viewportWidth": 414, + "weight": 0.00008177859924286423, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008174604611521593, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "fr-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008174440866819922, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1487, + "screenWidth": 1253, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1367, + "viewportWidth": 1253, + "weight": 0.0000817273572487077, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0000816951890663603, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8138.1162 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008169490558809847, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 938, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 836, + "viewportWidth": 411, + "weight": 0.00008168908796654846, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.2, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 860, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 392, + "weight": 0.0000816803208010881, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00008167161228344115, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1419, + "screenWidth": 1392, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1289, + "viewportWidth": 1392, + "weight": 0.00008165658546975115, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "fr-FR", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00008163840627443467, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 726, + "viewportWidth": 384, + "weight": 0.00008162803275056852, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 665, + "viewportWidth": 360, + "weight": 0.0000816156532159121, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1464, + "screenWidth": 1339, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1340, + "viewportWidth": 1339, + "weight": 0.00008159089615347552, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 694, + "viewportWidth": 390, + "weight": 0.0000815805261912721, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1455, + "screenWidth": 1327, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1332, + "viewportWidth": 1327, + "weight": 0.00008157660903617068, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1689.1121 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00008154882812594348, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1350, + "screenWidth": 1221, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1223, + "viewportWidth": 1221, + "weight": 0.00008154629536687489, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00008154623513045632, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1409, + "screenWidth": 1320, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1284, + "viewportWidth": 1320, + "weight": 0.00008154371126560828, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8878.1900 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008152246183023749, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00008150518710944414, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 637, + "viewportWidth": 375, + "weight": 0.00008150234834996074, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.000081492126104633, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6507.1793 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000814835388263461, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00008145254051772303, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9121.1498 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008144266180320855, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9880.1110 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008142806734445821, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00008141916440968362, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1363, + "screenWidth": 1267, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1238, + "viewportWidth": 1267, + "weight": 0.00008141018816955743, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00008139178632399896, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.85, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36 Edg/142.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1276, + "viewportWidth": 1710, + "weight": 0.00008138499201507721, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2788.1357 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008136619496739914, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8078.1404 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008131799025133561, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00008131772326791967, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8772.1754 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008131644961036282, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00008131014633328942, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 6, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 597, + "viewportWidth": 375, + "weight": 0.00008130873169994846, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00008129600832260589, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.9, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 701, + "viewportWidth": 384, + "weight": 0.00008128167250876662, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9881.1123 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008128010999078732, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.75, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 200, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00008127711213103968, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.0000812740449602909, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7934.1226 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000812719977179436, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00008126073567808034, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1483, + "screenWidth": 1393, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1353, + "viewportWidth": 1393, + "weight": 0.0000812493282516104, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.35, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "de-DE", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00008124654986292734, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPad", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 810, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 690, + "viewportWidth": 1080, + "weight": 0.00008124599553872768, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 812, + "viewportWidth": 402, + "weight": 0.00008123249610057002, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1492, + "screenWidth": 1351, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1372, + "viewportWidth": 1351, + "weight": 0.00008119410361477863, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3761.1624 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008118740908218956, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1397, + "screenWidth": 1217, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1272, + "viewportWidth": 1217, + "weight": 0.00008117755439671965, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7715.1647 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008117129890570002, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.9, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 844, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 679, + "viewportWidth": 375, + "weight": 0.0000811638319772911, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 857, + "viewportWidth": 1460, + "weight": 0.00008116266191835291, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00008115411327783109, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00008115246453466545, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3846.1681 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008112948101150535, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3524.1962 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008110743567532647, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.0000811067378243326, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4591.1177 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008110159811285454, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4982.1541 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008109905351126008, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00008108455350667405, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8740.1252 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008106501665640906, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1445, + "screenWidth": 1214, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1324, + "viewportWidth": 1214, + "weight": 0.00008105152761034236, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 869, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 732, + "viewportWidth": 411, + "weight": 0.00008104507898037617, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1328, + "viewportWidth": 2560, + "weight": 0.00008100650629668892, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1335, + "screenWidth": 1318, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1215, + "viewportWidth": 1318, + "weight": 0.00008099810630180018, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1483, + "screenWidth": 1340, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1354, + "viewportWidth": 1340, + "weight": 0.00008098968189727834, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00008098758332697745, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0000809716078684936, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6762.1087 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008097108356924703, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1271.1919 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008094283339223075, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00008093639403447666, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9400.1097 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008088938052638862, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.0000808612388400795, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "fr-CA", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 898, + "viewportWidth": 1272, + "weight": 0.00008085428718771765, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008084036525164488, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 897, + "viewportWidth": 1680, + "weight": 0.00008083602719772447, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 906, + "screenWidth": 369, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 765, + "viewportWidth": 368, + "weight": 0.00008080302602248808, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "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.00008077293083433736, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00008076690653561733, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 783, + "viewportWidth": 411, + "weight": 0.000080743641559677, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00008074005001565685, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1516.1366 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008069213693183538, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/405.0.859829126 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00008068730582891731, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 869, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 722, + "viewportWidth": 411, + "weight": 0.00008067524186382459, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBAV/537.1.0.47.110;FBBV/846660078;FBDV/iPhone15,4;FBMD/iPhone;FBSN/iOS;FBSV/26.2.1;FBSS/3;FBCR/;FBID/phone;FBLC/en_US;FBOP/80]", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 657, + "viewportWidth": 393, + "weight": 0.000080666978763418, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 836, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 836, + "viewportWidth": 1512, + "weight": 0.0000806643829954355, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00008062173890966911, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1335, + "screenWidth": 1302, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1211, + "viewportWidth": 1302, + "weight": 0.00008061719005761082, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1463, + "screenWidth": 1385, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1341, + "viewportWidth": 1385, + "weight": 0.00008060153502356734, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 661, + "viewportWidth": 393, + "weight": 0.00008057160810006853, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1459, + "screenWidth": 1325, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1329, + "viewportWidth": 1325, + "weight": 0.00008055920850057953, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00008055284785571109, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1515, + "screenWidth": 1321, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1393, + "viewportWidth": 1321, + "weight": 0.00008055211714614429, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 1318, + "weight": 0.00008050866673396481, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 694, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 564, + "viewportWidth": 320, + "weight": 0.00008049220144469174, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 947, + "viewportWidth": 1920, + "weight": 0.00008045967265319394, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1372, + "screenWidth": 1380, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1247, + "viewportWidth": 1380, + "weight": 0.00008045214560737863, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1385, + "screenWidth": 1239, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1259, + "viewportWidth": 1239, + "weight": 0.0000804453638400497, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "es-419", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0000804402844012914, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00008041713570704575, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 629, + "viewportWidth": 375, + "weight": 0.00008035457348865265, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00008035258123421022, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "fr-FR", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.000080349249662385, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 568, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 484, + "viewportWidth": 320, + "weight": 0.00008034318529087407, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1441, + "screenWidth": 1367, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1319, + "viewportWidth": 1367, + "weight": 0.00008031371814632827, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0000803000842989588, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00008026226188254374, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 738, + "viewportWidth": 430, + "weight": 0.0000802605527735574, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1768.1390 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008024695667904453, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2288.1173 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008024527651917093, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00008022841700578161, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00008022213507155768, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1476, + "screenWidth": 1201, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1355, + "viewportWidth": 1201, + "weight": 0.00008020647411242042, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.0000801793331006298, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4683.1270 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008014412288856068, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 755, + "viewportWidth": 1386, + "weight": 0.00008014289753939527, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1910.1151 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000801320926294962, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1468, + "screenWidth": 1299, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1343, + "viewportWidth": 1299, + "weight": 0.0000800863490368504, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00008007675513161448, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.05, + "effectiveType": "4g", + "rtt": 200 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1270, + "viewportWidth": 1718, + "weight": 0.0000800713931564249, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 869, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 732, + "viewportWidth": 411, + "weight": 0.00008006021574544603, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.34 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00008004994799570211, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9095.1301 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00008004973215401385, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008003689617900727, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00008001395992200803, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00008000353953171916, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 794, + "viewportWidth": 1700, + "weight": 0.00007996367252602561, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00007996323318590168, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 621, + "viewportWidth": 375, + "weight": 0.00007995996260564961, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 1180, + "weight": 0.00007994806322662485, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4200.1492 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007990063230511292, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007989936585986881, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 724, + "viewportWidth": 1080, + "weight": 0.00007989718914683768, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1366, + "screenWidth": 1370, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1237, + "viewportWidth": 1370, + "weight": 0.00007988898409455345, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1408, + "screenWidth": 1201, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1288, + "viewportWidth": 1201, + "weight": 0.0000798862830499327, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00007985364469507607, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007982343422664937, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1305, + "viewportWidth": 2560, + "weight": 0.00007982066794187266, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 250, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 725, + "viewportWidth": 384, + "weight": 0.00007979615867161385, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 713, + "viewportWidth": 1180, + "weight": 0.00007976571259965243, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4942.1869 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007976007985836808, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00007975479469234193, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 0, + "screenHeight": 896, + "screenWidth": 414, + "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": 715, + "viewportWidth": 414, + "weight": 0.00007975441144705555, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007974045939540645, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1443, + "screenWidth": 1221, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1320, + "viewportWidth": 1221, + "weight": 0.00007973436733530629, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 923, + "viewportWidth": 1878, + "weight": 0.00007971936080374364, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9743.1287 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007970730636725568, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 694, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 562, + "viewportWidth": 320, + "weight": 0.00007968712576373954, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00007966601350428468, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "fr-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00007966544115763145, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 770, + "viewportWidth": 411, + "weight": 0.0000796271973703208, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 5, + "screenHeight": 937, + "screenWidth": 1500, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 769, + "viewportWidth": 1500, + "weight": 0.00007962183535860502, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3028.1646 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007956391248487783, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007955316937773996, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.0000795499851998605, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3414.1155 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007954487406597565, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00007953737854130828, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 681, + "viewportWidth": 1318, + "weight": 0.00007950623981426039, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5439.1042 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007950548807654945, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPad", + "pluginsLength": 5, + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 688, + "viewportWidth": 1180, + "weight": 0.00007950347297494988, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6424.1898 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007947143537252128, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00007946463260075299, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8522.1924 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007945586677783349, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "fr-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00007944123955723672, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.65, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00007943450591290465, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1378, + "screenWidth": 1338, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1251, + "viewportWidth": 1338, + "weight": 0.00007943422551369397, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 694, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 565, + "viewportWidth": 320, + "weight": 0.00007942615284293245, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1494, + "screenWidth": 1271, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1372, + "viewportWidth": 1271, + "weight": 0.00007940296139456628, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1418, + "screenWidth": 1250, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1296, + "viewportWidth": 1250, + "weight": 0.00007936238305262176, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.75, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 658, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 530, + "viewportWidth": 320, + "weight": 0.00007931379937941858, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6886.1789 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007929288261835114, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3480.1587 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007927155747836746, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3559.1251 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007923635896468535, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 722, + "viewportWidth": 411, + "weight": 0.00007922814409960803, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2558.1589 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007921462669674667, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1032.1195 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007921095364734158, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 743, + "viewportWidth": 1536, + "weight": 0.00007920347270474158, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 558, + "viewportWidth": 1132, + "weight": 0.00007919979966967543, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5874.1660 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007919647341762394, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.0000791911814500381, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.000079177266760882, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00007917585130897346, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 742, + "viewportWidth": 1536, + "weight": 0.00007914961940393278, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007913448327759597, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 250 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000791258413559541, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5737.1156 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007911905379563318, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00007911473700046523, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8508.1993 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007910193584070002, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8489.1185 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000790908214266577, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5814.1271 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007908960651931024, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 665, + "viewportWidth": 1280, + "weight": 0.00007907563146831302, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000079071104203923, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00007906287471999198, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1299.1563 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007905431110622018, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.3, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 300, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00007905219978648411, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 777, + "viewportWidth": 411, + "weight": 0.00007903880570685026, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00007901621543580388, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 2.35, + "effectiveType": "4g", + "rtt": 200 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 935, + "viewportWidth": 1699, + "weight": 0.00007899205890967459, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5002.1224 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007898391454589211, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 804, + "viewportWidth": 1699, + "weight": 0.0000789731519157579, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2389.1607 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007897296150288533, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 681, + "viewportWidth": 1273, + "weight": 0.00007895286169661498, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1661.1308 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007895049165169612, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 657, + "viewportWidth": 393, + "weight": 0.00007894868302458762, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1439, + "screenWidth": 1387, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1315, + "viewportWidth": 1387, + "weight": 0.00007892699298208445, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1330, + "screenWidth": 1293, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1206, + "viewportWidth": 1293, + "weight": 0.00007891423386882429, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 772, + "screenWidth": 347, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 630, + "viewportWidth": 347, + "weight": 0.00007888369500838304, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "de-AT", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00007885609813238506, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007884854882207954, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00007883544254972686, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8757.1437 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007880791821120144, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1464, + "screenWidth": 1279, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1339, + "viewportWidth": 1279, + "weight": 0.00007879431139886735, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00007878618118667767, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2219.1245 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007876758441412893, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2679.1710 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007875454743531928, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007873569227450162, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.7, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00007872621628349343, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5931.1537 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007872608756734899, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1407, + "screenWidth": 1240, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1281, + "viewportWidth": 1240, + "weight": 0.00007870531936750991, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 670, + "viewportWidth": 375, + "weight": 0.00007869204524188828, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 762, + "viewportWidth": 440, + "weight": 0.00007863043124740779, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00007862467994329494, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6422.1092 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000786208072676019, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1375, + "screenWidth": 1333, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1247, + "viewportWidth": 1333, + "weight": 0.00007859811274712881, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "es-CU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00007859191598719402, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5031.1978 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007857215099557847, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 738, + "viewportWidth": 1536, + "weight": 0.00007856239053260263, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5857.1926 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007855711520097773, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3665.1269 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007855057963385583, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0000785461790825424, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1648.1235 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000785440307669682, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007854308045509025, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 910, + "viewportWidth": 1902, + "weight": 0.00007852877749664026, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 754, + "viewportWidth": 1440, + "weight": 0.0000785132082313311, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1484, + "screenWidth": 1301, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1361, + "viewportWidth": 1301, + "weight": 0.00007850371233998105, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2176.1009 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007850190665368171, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0000784953732711858, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 919, + "viewportWidth": 2560, + "weight": 0.00007848220242580995, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00007843360323549583, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "fr-FR", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1305, + "viewportWidth": 2560, + "weight": 0.00007841544645265294, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1468, + "screenWidth": 1352, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1343, + "viewportWidth": 1352, + "weight": 0.00007841450904312106, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8279.1607 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007840780779696888, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 741, + "viewportWidth": 393, + "weight": 0.00007840447333673944, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7173.1849 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007839214495956214, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9025.1410 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000783812731036291, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1517, + "screenWidth": 1249, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1392, + "viewportWidth": 1249, + "weight": 0.00007836660888913242, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 761, + "viewportWidth": 1143, + "weight": 0.00007836440977323337, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "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.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 300, + "viewportWidth": 320, + "weight": 0.00007834895887983242, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "lt-LT", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 720, + "viewportWidth": 384, + "weight": 0.00007834618251128222, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0000783015492725355, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00007829595250618534, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007829557043650991, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 859, + "viewportWidth": 1512, + "weight": 0.00007827672889206722, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 840, + "screenWidth": 1344, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 679, + "viewportWidth": 1344, + "weight": 0.00007826672783778052, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 635, + "viewportWidth": 393, + "weight": 0.00007821129488789492, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2203.1752 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000781878333697287, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 390, + "weight": 0.00007818472198879368, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3912.1988 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000781698177559629, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007816905195876092, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.00007813867217030274, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/72.0.3626.101 Mobile/15E148 Safari/605.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 626, + "viewportWidth": 375, + "weight": 0.000078118854511022, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (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.00007811339143398092, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007808699717745148, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "es-419", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 390, + "weight": 0.00007803848285615235, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4937.1013 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007803443931910459, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00007802093877137622, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00007800156532144885, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 2.25, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 633, + "viewportWidth": 1280, + "weight": 0.0000779284569435089, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.7, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 200, + "type": "cellular" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 960, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36 EdgA/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 796, + "viewportWidth": 411, + "weight": 0.00007788809277325193, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 2.7, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/141.0.0.0 Safari/537.36 Edg/141.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 934, + "viewportWidth": 1912, + "weight": 0.00007782283252425819, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007781278299748509, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00007781188473847532, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007776871824606233, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 Twitter for iPhone/11.62", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 594, + "viewportWidth": 393, + "weight": 0.00007774902134048417, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.4, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 857, + "viewportWidth": 1512, + "weight": 0.00007773732493863075, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 742, + "viewportWidth": 1482, + "weight": 0.00007771975373729574, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00007771577860348477, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9098.1344 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007770752346800239, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1457, + "screenWidth": 1400, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1335, + "viewportWidth": 1400, + "weight": 0.00007767399680903713, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 792, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 652, + "viewportWidth": 360, + "weight": 0.00007763758239114796, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9648.1303 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007763334201854189, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00007761949856069542, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1404, + "screenWidth": 1202, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1279, + "viewportWidth": 1202, + "weight": 0.00007761693198311168, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 820, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 722, + "viewportWidth": 360, + "weight": 0.00007761076174868516, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1315.1352 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007759762335137147, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1506, + "screenWidth": 1351, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1379, + "viewportWidth": 1351, + "weight": 0.00007759244362165123, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 0, + "screenHeight": 1600, + "screenWidth": 3840, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 937, + "viewportWidth": 1904, + "weight": 0.00007755888842530584, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.15, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 822, + "screenWidth": 370, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 706, + "viewportWidth": 369, + "weight": 0.00007754893671350782, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00007753019766980953, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00007751591042652373, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1404, + "screenWidth": 1267, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1275, + "viewportWidth": 1267, + "weight": 0.00007749833207472003, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7449.1159 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007749765237321454, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1450, + "screenWidth": 1372, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1329, + "viewportWidth": 1372, + "weight": 0.00007748568844929301, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 393, + "weight": 0.00007744996246613442, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, + "viewportWidth": 1517, + "weight": 0.00007744228483623584, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 666, + "viewportWidth": 360, + "weight": 0.00007742365801867674, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00007740750381982863, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00007739985484963658, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 948, + "viewportWidth": 1912, + "weight": 0.00007738100894302962, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2086.1360 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007735335305462844, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1387, + "screenWidth": 1336, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1262, + "viewportWidth": 1336, + "weight": 0.00007734654355412001, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00007734319696523983, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7790.1560 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007733107865522239, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6835.1806 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007731403335040761, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 711, + "viewportWidth": 402, + "weight": 0.00007731304354483662, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00007728419880626602, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00007727322643747755, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 948, + "viewportWidth": 1912, + "weight": 0.00007727006238805606, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 906, + "screenWidth": 369, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 765, + "viewportWidth": 368, + "weight": 0.00007723801234001804, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00007719078670413272, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1479, + "screenWidth": 1263, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1351, + "viewportWidth": 1263, + "weight": 0.00007718703198816748, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9123.1546 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007717951100251226, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00007715539299546506, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9003.1138 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007714508999473066, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00007711936236458778, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2616.1228 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007711213728876983, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5111.1401 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007708171649132709, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00007703903037021751, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "es-419", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 760, + "viewportWidth": 1224, + "weight": 0.00007702062274687698, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 712, + "viewportWidth": 430, + "weight": 0.00007697813725457509, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 657, + "viewportWidth": 384, + "weight": 0.00007696922237245244, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007693919027055916, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "de-DE", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 693, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 516, + "viewportWidth": 320, + "weight": 0.0000769023914935342, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1515, + "screenWidth": 1210, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1395, + "viewportWidth": 1210, + "weight": 0.00007689925755019097, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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.00007689839519757563, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 679, + "viewportWidth": 1200, + "weight": 0.00007688715518334232, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00007688489384326101, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007686217867324242, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 721, + "viewportWidth": 1438, + "weight": 0.00007685659404777615, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1459.1463 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007684492858241326, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3083.1246 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007683687044586086, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1313, + "viewportWidth": 2560, + "weight": 0.00007683437894494652, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00007683007561200671, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00007682815109948675, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00007681184658262256, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3367.1872 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007679596883977571, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00007678644695443853, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007676978349947072, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1253, + "viewportWidth": 2509, + "weight": 0.00007675282028115398, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 715, + "viewportWidth": 430, + "weight": 0.00007674656862806369, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0000767246251292873, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1524, + "screenWidth": 1222, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1398, + "viewportWidth": 1222, + "weight": 0.00007672026339049351, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.25, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 755, + "viewportWidth": 384, + "weight": 0.00007671418557074478, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 610, + "viewportWidth": 375, + "weight": 0.00007671330176931075, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00007667557824737172, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007665921670254344, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00007665874141532366, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 684, + "viewportWidth": 1308, + "weight": 0.00007664694793792492, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00007664177383670996, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7579.1252 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007663250930964397, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007662831053394892, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00007661996655733671, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1523, + "screenWidth": 1300, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1397, + "viewportWidth": 1300, + "weight": 0.00007660138426920374, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1441, + "screenWidth": 1247, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1315, + "viewportWidth": 1247, + "weight": 0.00007656647999819101, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00007654069255135301, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6289.1487 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000765318620830676, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/392.0.823086651 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00007651608716764381, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "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/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00007651375028925236, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.05, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00007651228800240166, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.00007647038154504197, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 345, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 706, + "viewportWidth": 344, + "weight": 0.00007645328326045147, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 735, + "viewportWidth": 430, + "weight": 0.00007645207705098692, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 1386, + "screenWidth": 866, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1250, + "viewportWidth": 866, + "weight": 0.0000764334933409812, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00007642526285551478, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2053.1907 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007640876505112055, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00007640496862527856, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1390, + "screenWidth": 1380, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1260, + "viewportWidth": 1380, + "weight": 0.00007638370341656335, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.0000763431082175666, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 1318, + "weight": 0.00007634197865567743, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 880, + "screenWidth": 1408, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 728, + "viewportWidth": 1408, + "weight": 0.00007632139870977507, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.0000762765120156865, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8486.1430 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007626797662655135, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.0000762558977404888, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00007625262849727633, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 635, + "viewportWidth": 1194, + "weight": 0.00007624871102644376, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 717, + "viewportWidth": 1375, + "weight": 0.00007624412298569271, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0000762435308130316, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 390, + "weight": 0.00007623506791420935, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1336, + "screenWidth": 1400, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1206, + "viewportWidth": 1400, + "weight": 0.00007619844151806812, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5779.1642 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007619653584488565, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 768, + "viewportWidth": 1366, + "weight": 0.00007616044130047137, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7950.1544 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007615029332120915, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00007614230960951275, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6149.1788 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007614215989201084, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7065.1489 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000761354973154033, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6903.1767 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000761290793573003, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.85, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "tr-TR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 790, + "screenWidth": 358, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 655, + "viewportWidth": 357, + "weight": 0.00007609337366728887, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/147.2.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 706, + "viewportWidth": 414, + "weight": 0.00007608859907714317, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007608844035746239, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 662, + "viewportWidth": 390, + "weight": 0.00007605944514231005, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 628, + "viewportWidth": 375, + "weight": 0.00007605425566865961, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 713, + "viewportWidth": 1180, + "weight": 0.000076037638360832, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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": 778, + "viewportWidth": 1324, + "weight": 0.00007600666055913985, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1329.1174 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007599126239247908, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2725.1374 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007598417240497072, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1424, + "screenWidth": 1206, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1298, + "viewportWidth": 1206, + "weight": 0.00007597476705605011, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 630, + "viewportWidth": 375, + "weight": 0.00007595179079404211, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00007594264079093717, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 852, + "viewportWidth": 1694, + "weight": 0.00007589688992747653, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 723, + "viewportWidth": 384, + "weight": 0.00007588001445024697, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7910.1591 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007586920260622623, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1314, + "viewportWidth": 2552, + "weight": 0.00007586805496134956, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00007585737808563496, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 656, + "viewportWidth": 393, + "weight": 0.00007585667012545987, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7416.1277 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000758517458952528, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00007585075626588207, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 765, + "viewportWidth": 1600, + "weight": 0.00007581689253424055, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007581371641664031, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "oscpu": "Intel Mac OS X 10.15", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1117, + "screenWidth": 1728, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 878, + "viewportWidth": 1679, + "weight": 0.0000757899105096902, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 771, + "viewportWidth": 430, + "weight": 0.00007578733443072476, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007577191958510228, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00007575728126949214, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1454, + "screenWidth": 1348, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1331, + "viewportWidth": 1348, + "weight": 0.0000757500571932507, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7219.1367 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007574372311352991, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4315.1394 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007572925581163535, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C55 Twitter for iPhone/11.60", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 740, + "viewportWidth": 402, + "weight": 0.00007571294111733682, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00007571276298677875, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00007570895458698402, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1426, + "screenWidth": 1292, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1305, + "viewportWidth": 1292, + "weight": 0.00007570691413716029, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 665, + "viewportWidth": 1280, + "weight": 0.00007569973420529981, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 893, + "screenWidth": 1587, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 732, + "viewportWidth": 1588, + "weight": 0.00007568345966630963, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 6, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 655, + "viewportWidth": 393, + "weight": 0.00007563755480519448, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "tr-TR", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 773, + "viewportWidth": 1440, + "weight": 0.0000756370531325355, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1772.1566 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007562779955470456, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007562446563673687, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 948, + "viewportWidth": 1912, + "weight": 0.00007560874984729902, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00007548973089704369, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00007548806010250202, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9879.1535 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007548503934044601, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.55, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00007547343443925698, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1299.1379 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000754386501432045, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "pt-BR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 780, + "viewportWidth": 411, + "weight": 0.00007543444956671492, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000754194247994026, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5355.1684 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007541597441283481, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 716, + "viewportWidth": 1470, + "weight": 0.00007540298445800828, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00007533263517300235, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 711, + "viewportWidth": 402, + "weight": 0.0000753099098687865, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.00007530378960997736, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "sl-SI", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 825, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 360, + "weight": 0.00007529761249668536, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux armv8l", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 915, + "viewportWidth": 412, + "weight": 0.00007527088881197019, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007526690509298749, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7044.1286 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007526504416960807, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6796.1432 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007526442170846732, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1426, + "screenWidth": 1256, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1300, + "viewportWidth": 1256, + "weight": 0.00007525900209217693, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00007525100086170962, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPad", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 810, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 666, + "viewportWidth": 1080, + "weight": 0.0000752127374749062, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007520843090614483, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.3.1 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 698, + "viewportWidth": 1024, + "weight": 0.00007520673830523345, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 1334, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1152, + "viewportWidth": 800, + "weight": 0.00007520618748395037, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1336, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1209, + "viewportWidth": 1280, + "weight": 0.00007520361857551251, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1412, + "screenWidth": 1357, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1290, + "viewportWidth": 1357, + "weight": 0.00007518466275513843, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Intel Mac OS X 10.15", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 816, + "viewportWidth": 1440, + "weight": 0.00007517763856629617, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 605, + "viewportWidth": 360, + "weight": 0.00007517491112907061, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6493.1111 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007512036521595768, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 635, + "viewportWidth": 375, + "weight": 0.00007511419267733216, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00007510633412319106, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1336, + "screenWidth": 1265, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1214, + "viewportWidth": 1265, + "weight": 0.0000750968542307841, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 659, + "viewportWidth": 384, + "weight": 0.00007509681629019986, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 720, + "viewportWidth": 414, + "weight": 0.00007509395543969217, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.15, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "ar", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 738, + "viewportWidth": 1309, + "weight": 0.0000750362232567254, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 996, + "viewportWidth": 538, + "weight": 0.00007503127415058658, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5554.1654 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007502624856314563, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00007501057986923953, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00007498396706206276, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 705, + "viewportWidth": 1331, + "weight": 0.00007497110099569329, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1427, + "screenWidth": 1369, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1305, + "viewportWidth": 1369, + "weight": 0.00007495756766334396, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv8l", + "pluginsLength": 0, + "screenHeight": 806, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 12; TECNO BF6 Build/SP1A.210812.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.60 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 634, + "viewportWidth": 360, + "weight": 0.00007494937658779012, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00007494389350945107, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1467.1862 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007494266554509377, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 734, + "viewportWidth": 1432, + "weight": 0.00007492539642655699, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 715, + "viewportWidth": 430, + "weight": 0.00007486177867010665, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4815.1607 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007479683033553805, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 736, + "viewportWidth": 411, + "weight": 0.00007477100292963629, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36 Edg/143.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 828, + "viewportWidth": 1432, + "weight": 0.00007474224376292906, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "da-DK", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 634, + "viewportWidth": 375, + "weight": 0.00007474001105679478, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 765, + "viewportWidth": 440, + "weight": 0.00007473977827307578, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4473.1261 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007471321053626598, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00007470930653899485, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 921, + "viewportWidth": 1920, + "weight": 0.00007469722326287804, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 818, + "viewportWidth": 1515, + "weight": 0.00007469381910839394, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6707.1650 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007468260873333104, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1480.1308 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007467414499186291, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00007466193922163514, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00007466090361046422, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8139.1299 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007465593402931614, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9666.1607 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000746394486745163, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 877, + "viewportWidth": 1496, + "weight": 0.00007461913726951232, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2539.1573 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007460605347241254, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 1366, + "weight": 0.00007460053567153064, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "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/140.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 892, + "viewportWidth": 1710, + "weight": 0.00007458382769399468, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.75, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00007458089853613401, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 4, + "screenHeight": 730, + "screenWidth": 1300, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 609, + "viewportWidth": 1300, + "weight": 0.00007456625564616678, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1448, + "screenWidth": 1373, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1322, + "viewportWidth": 1373, + "weight": 0.00007455825861181804, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 958, + "viewportWidth": 1728, + "weight": 0.00007454952943302015, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1094.1914 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007454937672932705, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.00007454888205489393, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.1, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 636, + "viewportWidth": 1358, + "weight": 0.00007454315303309488, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.0000745215962391208, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4313.1684 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007450967168061582, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00007449640381560094, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 682, + "viewportWidth": 1080, + "weight": 0.00007449306724738521, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9578.1701 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007448592574214623, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000744539384770822, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00007443679972334438, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00007442763385171958, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1418, + "screenWidth": 1218, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1291, + "viewportWidth": 1218, + "weight": 0.0000744242954931224, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 529, + "viewportWidth": 1241, + "weight": 0.00007438635253400634, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007436803296207346, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8564.1335 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000743547510165869, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00007433100985202678, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00007431158355948149, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 715, + "viewportWidth": 411, + "weight": 0.00007429301401346847, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.45, + "effectiveType": "3g", + "rtt": 400 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 852, + "viewportWidth": 1909, + "weight": 0.00007428805933642853, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1927.1191 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000742837658604553, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "bg", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 696, + "viewportWidth": 384, + "weight": 0.00007427758628749698, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6085.1292 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007424341658809986, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 729, + "viewportWidth": 1385, + "weight": 0.0000742227571478289, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 553, + "viewportWidth": 1150, + "weight": 0.00007421479311981179, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1412, + "screenWidth": 1212, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1290, + "viewportWidth": 1212, + "weight": 0.00007420016873724105, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "fr-FR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.00007418782405468643, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 390, + "weight": 0.0000741844453000339, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "zh-TW", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007414951623028198, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9662.1600 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007413581013337826, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1490, + "screenWidth": 1224, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1369, + "viewportWidth": 1224, + "weight": 0.00007413427123733697, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "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": 740, + "viewportWidth": 430, + "weight": 0.00007412833035071937, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00007411263594354309, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8231.1880 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007408913158593541, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00007404936631506179, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1397, + "screenWidth": 1221, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1275, + "viewportWidth": 1221, + "weight": 0.00007404087320248192, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00007403803943080359, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00007399285863619446, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00007398449408539585, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.0000739789801705101, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007397530198222666, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00007394460874089635, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 735, + "viewportWidth": 393, + "weight": 0.00007392977529622356, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 957, + "viewportWidth": 1920, + "weight": 0.00007389023102521372, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.95, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "tr", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.000073878176246389, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 693, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 493, + "viewportWidth": 320, + "weight": 0.0000738718464334591, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00007385355481762775, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000738285610129608, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1341, + "screenWidth": 1246, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1220, + "viewportWidth": 1246, + "weight": 0.00007381666041739715, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 844, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 679, + "viewportWidth": 375, + "weight": 0.00007381365183872362, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9650.1582 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007380384329511924, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9415.1027 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007380251140871007, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.0000737761511863862, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.85, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 797, + "viewportWidth": 1470, + "weight": 0.00007376317456097203, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 667, + "viewportWidth": 375, + "weight": 0.0000737561651873452, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/147.2.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 651, + "viewportWidth": 393, + "weight": 0.00007375139715005696, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.65, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 864, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 732, + "viewportWidth": 432, + "weight": 0.00007373824400715722, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0000737351387760889, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1330, + "screenWidth": 1235, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1203, + "viewportWidth": 1235, + "weight": 0.00007373076217996545, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8470.1309 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007372810560280761, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 733, + "viewportWidth": 440, + "weight": 0.00007370685650329513, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0000737040651367874, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 792, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 680, + "viewportWidth": 360, + "weight": 0.00007368907704400841, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1367, + "screenWidth": 1346, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1245, + "viewportWidth": 1346, + "weight": 0.00007368805336608777, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00007368599361819252, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007364768629891988, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0000736460795779125, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0000736226433783004, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.75, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 693, + "viewportWidth": 360, + "weight": 0.0000736048123712282, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, + "viewportWidth": 399, + "weight": 0.00007360397459545706, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.95, + "effectiveType": "4g", + "rtt": 250 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007360260576083341, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 674, + "viewportWidth": 1272, + "weight": 0.00007358752978774484, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.0000735598709631008, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007355821091383853, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1391, + "screenWidth": 1388, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1263, + "viewportWidth": 1388, + "weight": 0.00007354160698373876, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2514.1153 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000073484675164634, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0000733972311748639, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 658, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 529, + "viewportWidth": 320, + "weight": 0.00007339365783039123, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 953, + "viewportWidth": 1920, + "weight": 0.00007338918808612683, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1350, + "screenWidth": 1221, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1223, + "viewportWidth": 1221, + "weight": 0.00007335875379015853, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 640, + "screenWidth": 1024, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 472, + "viewportWidth": 1024, + "weight": 0.0000733470750907665, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 865, + "viewportWidth": 1512, + "weight": 0.00007329584817527373, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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) Version/18.1.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 746, + "viewportWidth": 1180, + "weight": 0.00007329111046081644, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00007326166050292228, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00007324916646896348, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/326.0.653331328 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 651, + "viewportWidth": 390, + "weight": 0.00007321006138744623, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-CA", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00007317350817009347, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "fr-CA", + "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": 659, + "viewportWidth": 1024, + "weight": 0.00007315500550833778, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 627, + "viewportWidth": 375, + "weight": 0.0000731413259558284, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.05, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 200, + "type": "wifi" + }, + "language": "en-NZ", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 802, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 669, + "viewportWidth": 360, + "weight": 0.00007312617537038573, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0000731114488607502, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00007308714319438579, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.75, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00007307384621181356, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1355, + "screenWidth": 1360, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1235, + "viewportWidth": 1360, + "weight": 0.00007306896587654931, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 960, + "screenWidth": 1707, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 814, + "viewportWidth": 1688, + "weight": 0.00007303659453987153, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2334.1277 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007301546437602226, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2446.1305 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007300755383518553, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1511, + "screenWidth": 1340, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1384, + "viewportWidth": 1340, + "weight": 0.00007299482722562489, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007297254967751258, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "nl-NL", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.00007295527566884816, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00007293704344594424, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2421.1243 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007293539261638713, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8418.1965 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007292462029987975, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7022.1641 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007291725538076332, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00007290996784349751, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00007290761573579278, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00007288220065955502, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1344, + "screenWidth": 1237, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1216, + "viewportWidth": 1237, + "weight": 0.00007286589726337536, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "hr-HR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 652, + "viewportWidth": 384, + "weight": 0.00007285289489712658, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1389, + "screenWidth": 1248, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1262, + "viewportWidth": 1248, + "weight": 0.00007284663269906714, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1517, + "screenWidth": 1321, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1393, + "viewportWidth": 1321, + "weight": 0.00007280706942969106, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00007280670489776453, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 764, + "viewportWidth": 411, + "weight": 0.00007280272461572831, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1498, + "screenWidth": 1319, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1372, + "viewportWidth": 1319, + "weight": 0.00007279452847933066, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1377, + "screenWidth": 1242, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1248, + "viewportWidth": 1242, + "weight": 0.00007278978424880076, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 732, + "viewportWidth": 440, + "weight": 0.0000727880772025831, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 738, + "viewportWidth": 1302, + "weight": 0.00007278318702850355, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1346, + "screenWidth": 1314, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1216, + "viewportWidth": 1314, + "weight": 0.0000727798349965146, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.4, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 776, + "viewportWidth": 1536, + "weight": 0.00007277040556268541, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 687, + "viewportWidth": 393, + "weight": 0.00007275910501930444, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00007274895059123958, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "platform": "Win32", + "pluginsLength": 0, + "screenHeight": 1067, + "screenWidth": 1707, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 898, + "viewportWidth": 1707, + "weight": 0.00007274779400290309, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "es-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 835, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 375, + "weight": 0.00007274383233126544, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/393.0.825685754 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00007272708385105941, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00007271523942176082, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.7, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 636, + "viewportWidth": 1358, + "weight": 0.00007271374338507208, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00007270512134509747, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00007270386882131772, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00007269257447692426, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007268060550731016, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 987, + "screenWidth": 444, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 816, + "viewportWidth": 443, + "weight": 0.00007267355243124935, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00007267313430253415, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3323.1519 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000726698472330368, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 912, + "screenWidth": 420, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 710, + "viewportWidth": 420, + "weight": 0.00007266825570639118, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1063.1368 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007266093563737438, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007266060675432473, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00007264435452723342, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8014.1362 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007263816444993249, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007261923812069985, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4980.1211 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007261513921498597, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00007259828394598963, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00007258169981178604, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007256505655898102, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00007255479856682948, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00007255295014366091, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Linux armv81", + "platform": "Linux armv81", + "pluginsLength": 5, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Android 16; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 646, + "viewportWidth": 360, + "weight": 0.00007253263732855945, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 495, + "viewportWidth": 375, + "weight": 0.00007251501105231955, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 729, + "viewportWidth": 393, + "weight": 0.00007250595804721461, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007250271881653775, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "sl-SI", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 663, + "viewportWidth": 360, + "weight": 0.00007248153918670925, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2048.1204 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000724733263944972, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00007247010662624386, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.0000724492625101712, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00007244037577330919, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 658, + "viewportWidth": 390, + "weight": 0.00007243092729249645, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 960, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 813, + "viewportWidth": 432, + "weight": 0.00007240863540811316, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00007239861117349771, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00007239860798818219, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.15, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 732, + "viewportWidth": 1440, + "weight": 0.00007239810803682774, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1399, + "screenWidth": 1344, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1269, + "viewportWidth": 1344, + "weight": 0.00007238648656073678, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00007238193597838689, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.05, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 772, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 646, + "viewportWidth": 360, + "weight": 0.00007234436157410442, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1098, + "weight": 0.00007232010025369059, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4851.1305 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007231998454863927, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1436.1375 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007230438259595552, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3967.1449 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007229480117526483, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5212.1032 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007228300186859137, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5943.1665 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007224330684577091, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2637.1971 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000722351357782623, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00007222858443279139, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5050.1005 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007221264946426171, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "fi-FI", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 1079, + "screenWidth": 486, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 873, + "viewportWidth": 485, + "weight": 0.00007218684711076099, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007216213870106363, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 310, + "viewportWidth": 734, + "weight": 0.00007216085041792307, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4165.1302 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007214867505242845, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 927, + "viewportWidth": 1920, + "weight": 0.00007214491093966541, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1065.1408 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000721313398056634, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2265.1415 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007211900495687902, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5228.1940 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007210902093227772, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00007210024688230505, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 983, + "viewportWidth": 2048, + "weight": 0.00007206654089602038, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8459.1963 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007203315727698792, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.25, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 837, + "screenWidth": 377, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 705, + "viewportWidth": 377, + "weight": 0.00007203187745118787, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00007201837922288293, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "pt-BR", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00007201723306114971, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00007199551023858935, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007199148692975853, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1481, + "screenWidth": 1203, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1355, + "viewportWidth": 1203, + "weight": 0.00007196562961542533, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 1366, + "weight": 0.00007196550411555092, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6090.1220 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007195479358473575, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00007194450247250158, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 876, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 745, + "viewportWidth": 392, + "weight": 0.00007193486708301852, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.05, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 758, + "viewportWidth": 411, + "weight": 0.00007191551589861501, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 791, + "viewportWidth": 1536, + "weight": 0.00007190339757583287, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007187549757104934, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.35, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.00007186371083172627, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00007185774169097934, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1343, + "screenWidth": 1351, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1216, + "viewportWidth": 1351, + "weight": 0.00007185369712841846, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007184927309823529, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 683, + "viewportWidth": 402, + "weight": 0.00007180078316033957, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1455, + "screenWidth": 1213, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1329, + "viewportWidth": 1213, + "weight": 0.00007179084111004786, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00007178532628013634, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00007176435179017076, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 604, + "viewportWidth": 375, + "weight": 0.0000717402890158662, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1463, + "screenWidth": 1360, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1335, + "viewportWidth": 1360, + "weight": 0.0000717394783298386, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00007173756007570194, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.4, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-CA", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 736, + "viewportWidth": 767, + "weight": 0.00007173247991587672, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7345.1687 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007172446957099722, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-AU", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 900, + "viewportWidth": 1881, + "weight": 0.00007169266737525927, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1920, + "screenWidth": 1080, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1719, + "viewportWidth": 1080, + "weight": 0.00007168650686902893, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00007163472751902975, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007159741808788775, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "it-IT", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00007159641623450719, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8034.1061 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007158907706592643, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5766.1716 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000715754087777457, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4439.1415 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007157524740738445, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1404, + "screenWidth": 1264, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1275, + "viewportWidth": 1264, + "weight": 0.00007157242782262696, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 925, + "viewportWidth": 1471, + "weight": 0.00007153849992290602, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 693, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 320, + "weight": 0.00007151235217620457, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007150057039499041, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1456, + "screenWidth": 1241, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1331, + "viewportWidth": 1241, + "weight": 0.00007149970613986293, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00007149717919447504, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1704.1567 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007148872253538579, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1330, + "screenWidth": 1343, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1201, + "viewportWidth": 1343, + "weight": 0.00007148656349850475, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00007147540070445471, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 843, + "viewportWidth": 448, + "weight": 0.00007146224534149362, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00007145347832457765, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "de-DE", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007145295981201872, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00007143368822132985, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0000714304489299207, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 706, + "viewportWidth": 1440, + "weight": 0.00007140176757088645, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00007139169043076441, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 890, + "viewportWidth": 2157, + "weight": 0.00007137295339881002, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1398, + "screenWidth": 1212, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1269, + "viewportWidth": 1212, + "weight": 0.00007137171930813108, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2861.1890 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007134602913499148, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00007133533462913643, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 720, + "viewportWidth": 1280, + "weight": 0.00007133509175793359, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000713276799971763, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6376.1666 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000713247819820267, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.8, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 962, + "screenWidth": 601, + "userAgent": "Mozilla/5.0 (Linux; Android 11; KFRAWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/142.7.22 like Chrome/142.0.7444.273 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 775, + "viewportWidth": 601, + "weight": 0.00007130155661122974, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8038.1791 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007128936118168934, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 782, + "viewportWidth": 411, + "weight": 0.00007126932717376131, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0", + "vendor": "", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00007125486552957975, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 715, + "viewportWidth": 411, + "weight": 0.00007124344935347534, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "pt-PT", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 665, + "viewportWidth": 360, + "weight": 0.00007123769399083475, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 599, + "viewportWidth": 375, + "weight": 0.00007123347240151405, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4783.1927 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007120420285922698, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1002.1118 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007118653770006432, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00007117651548094809, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 0, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 [FBAN/FBIOS;FBAV/495.1.0.27.296;FBBV/683141668;FBDV/iPhone13,2;FBMD/iPhone;FBSN/iOS;FBSV/26.2.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/684552024]", + "vendor": "Google Inc.", + "viewportHeight": 844, + "viewportWidth": 390, + "weight": 0.00007115526239016242, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, + "viewportWidth": 384, + "weight": 0.00007115228289642663, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 642, + "viewportWidth": 1358, + "weight": 0.0000711468503077916, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1131, + "viewportWidth": 1874, + "weight": 0.0000711445290291102, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "hr", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00007112448717853462, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6877.1880 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000710967799749107, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.00007109589940006893, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "fr-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007108808120718271, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000710621139414472, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007105253431082776, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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": 509, + "viewportWidth": 780, + "weight": 0.00007105152589055991, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00007104246831170024, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00007103644127919162, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00007103169524621161, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 688, + "viewportWidth": 393, + "weight": 0.00007102720735035509, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1339, + "screenWidth": 1213, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1212, + "viewportWidth": 1213, + "weight": 0.00007102625749865823, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00007102419253239789, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 823, + "viewportWidth": 1512, + "weight": 0.00007100595797919166, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00007100226345271882, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1359, + "screenWidth": 1325, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1239, + "viewportWidth": 1325, + "weight": 0.00007097901596361667, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.00007097068610089403, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8785.1661 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007094623201162307, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00007093264758218082, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.0000709233345588722, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3523.1271 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007092184111246931, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8464.1711 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007091792242734792, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 822, + "viewportWidth": 459, + "weight": 0.00007091787779415178, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 944, + "viewportWidth": 819, + "weight": 0.00007091516194383827, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007085764076310846, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 801, + "viewportWidth": 1470, + "weight": 0.00007084740278320831, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 635, + "viewportWidth": 1366, + "weight": 0.00007083995920615452, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4205.1925 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007083079292892464, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "he-IL", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 658, + "viewportWidth": 393, + "weight": 0.00007081340268381075, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 713, + "viewportWidth": 414, + "weight": 0.00007080019893799599, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6461.1962 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007079419551325497, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00007079376759079268, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00007076179447770163, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007076011538289246, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1392, + "screenWidth": 1337, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1272, + "viewportWidth": 1337, + "weight": 0.00007075785253002925, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 723, + "viewportWidth": 384, + "weight": 0.00007075415598475027, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2706.1117 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007074244268605327, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00007073840866928651, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3615.1787 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007072340683086627, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8210.1368 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007072088904021795, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00007070470533180989, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1339, + "screenWidth": 1340, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1211, + "viewportWidth": 1340, + "weight": 0.00007069595669274025, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00007068860538793791, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 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.00007067700402211364, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "fr-CA", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 884, + "viewportWidth": 1738, + "weight": 0.00007067309419024898, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "tr-TR", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1287, + "viewportWidth": 1280, + "weight": 0.00007066353141925788, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2747.1175 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007065658053795297, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00007065621103574626, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.00007064938432447611, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "es-ES", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 712, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 567, + "viewportWidth": 320, + "weight": 0.00007063656199503525, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 715, + "viewportWidth": 1470, + "weight": 0.00007061733116244895, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1476, + "screenWidth": 1380, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1351, + "viewportWidth": 1380, + "weight": 0.00007061474886913693, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0000706052161472266, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00007058585371924553, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00007055427830933005, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007051255460737503, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007049687213787887, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 951, + "viewportWidth": 1920, + "weight": 0.000070474529686381, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00007047369619258424, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 688, + "viewportWidth": 390, + "weight": 0.00007047340326180532, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.2, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 752, + "viewportWidth": 411, + "weight": 0.00007046937760224924, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.00007046591889066284, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7514.1063 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007045738594815597, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 859, + "viewportWidth": 1920, + "weight": 0.00007044774869131456, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7887.1223 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007043173400169467, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1460, + "screenWidth": 1270, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1336, + "viewportWidth": 1270, + "weight": 0.00007042744151695294, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007042658471297389, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00007039369905334576, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 597, + "viewportWidth": 360, + "weight": 0.0000703853305662401, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1341, + "screenWidth": 1396, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1220, + "viewportWidth": 1396, + "weight": 0.00007038279588519632, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 751, + "viewportWidth": 428, + "weight": 0.00007038076286582508, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007033050536540763, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 637, + "viewportWidth": 375, + "weight": 0.0000703066734680496, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 0, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6,2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 664, + "viewportWidth": 390, + "weight": 0.00007030432439541167, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5207.1516 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007029956358155135, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1361, + "screenWidth": 1325, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1234, + "viewportWidth": 1325, + "weight": 0.00007029747657533567, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007028620244225247, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2513.1352 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007027600734791079, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 672, + "viewportWidth": 384, + "weight": 0.00007026969381439662, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.5, + "effectiveType": "3g", + "rtt": 300 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007026170912333936, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00007025429186711092, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1279, + "viewportWidth": 2560, + "weight": 0.00007025338449852843, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00007023837160292844, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1432, + "screenWidth": 1363, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1305, + "viewportWidth": 1363, + "weight": 0.00007023795407396936, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00007022872288453495, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0000702125867772792, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 910, + "viewportWidth": 958, + "weight": 0.00007020415717555603, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 848, + "screenWidth": 1312, + "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": 667, + "viewportWidth": 1071, + "weight": 0.00007017302888915411, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2975.1944 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007016054767504024, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00007015398846488791, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00007014836618720935, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00007011453676711943, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 823, + "viewportWidth": 1242, + "weight": 0.00007009706937100268, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3641.1734 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00007009322671128127, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2613.1379 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00007007900158026643, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00007006873533348225, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00007002462957975665, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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.00007000842490959896, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2881.1873 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006996704539541784, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.0000699656122577824, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1362, + "screenWidth": 1262, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1237, + "viewportWidth": 1262, + "weight": 0.00006995841967499296, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 873, + "viewportWidth": 1728, + "weight": 0.00006995554848380188, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1224, + "screenWidth": 2176, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1091, + "viewportWidth": 1086, + "weight": 0.00006995350266998495, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9297.1915 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006995099098400371, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00006993064360089979, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1294.1541 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006992182638392656, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7978.1809 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006989514185789877, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7693.1776 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006988449048855411, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6078.1880 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006985690977002424, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00006984587565493752, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006983786819335314, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006982240400660624, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3382.1800 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006981592899684948, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 734, + "viewportWidth": 1470, + "weight": 0.00006979540356833842, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.85, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00006979363014210259, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00006976443994415381, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 658, + "viewportWidth": 390, + "weight": 0.00006976377865520955, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2570.1887 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006975597243803682, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.0000697513288459019, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00006975108461430886, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1456, + "screenWidth": 1396, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1332, + "viewportWidth": 1396, + "weight": 0.00006974801874887379, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 826, + "viewportWidth": 1536, + "weight": 0.00006974597169083755, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00006974451343230863, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00006973093845892416, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.6, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00006971598652644179, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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.0000697010938564565, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3989.1401 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006968648798842272, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "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": 736, + "viewportWidth": 392, + "weight": 0.000069681842276838, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 937, + "viewportWidth": 1894, + "weight": 0.00006968111633154379, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5815.1661 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006967759901421084, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 991, + "viewportWidth": 1920, + "weight": 0.00006967096668055574, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1357, + "screenWidth": 1205, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1227, + "viewportWidth": 1205, + "weight": 0.00006966551346499019, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.8, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 751, + "viewportWidth": 411, + "weight": 0.0000696643183580247, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00006964280221562187, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5981.1989 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006961211809714315, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 952, + "viewportWidth": 1141, + "weight": 0.00006961116541020137, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1352, + "screenWidth": 1352, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1231, + "viewportWidth": 1352, + "weight": 0.00006960879946101363, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "de-DE", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 605, + "viewportWidth": 360, + "weight": 0.0000695990861130514, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 770, + "viewportWidth": 411, + "weight": 0.00006959812363069541, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00006957121169150448, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00006950824792332026, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00006950382034902837, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1232, + "viewportWidth": 1629, + "weight": 0.00006950197066208607, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.0000694702875116826, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00006946535736347841, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 823, + "viewportWidth": 1512, + "weight": 0.00006945568110785221, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00006942396267458514, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 749, + "viewportWidth": 411, + "weight": 0.00006941931625693551, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006941162290777525, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2683.1067 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006938091971363476, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 762, + "viewportWidth": 440, + "weight": 0.00006936716033431215, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.9, + "effectiveType": "4g", + "rtt": 250 + }, + "language": "en-US", + "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/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 556, + "viewportWidth": 1327, + "weight": 0.00006935599559023562, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00006934272969532455, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006929239487755448, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5715.1034 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006925735798386425, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1343, + "screenWidth": 1398, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1216, + "viewportWidth": 1398, + "weight": 0.00006922352535002139, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 926, + "viewportWidth": 1651, + "weight": 0.00006921686854508745, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 5, + "screenHeight": 2160, + "screenWidth": 3840, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 2019, + "viewportWidth": 1905, + "weight": 0.00006921330870455626, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1444, + "screenWidth": 1325, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1316, + "viewportWidth": 1325, + "weight": 0.00006916360791162749, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 793, + "screenWidth": 1410, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 671, + "viewportWidth": 1411, + "weight": 0.00006914623732740858, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 640, + "screenWidth": 1072, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 456, + "viewportWidth": 1072, + "weight": 0.00006914023288812014, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.15, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 643, + "viewportWidth": 360, + "weight": 0.0000691377657412613, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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": 509, + "viewportWidth": 780, + "weight": 0.00006913372459820218, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6360.1667 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000691307716397355, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6086.1774 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006910976327737092, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2724.1911 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006909424514046054, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 889, + "viewportWidth": 1536, + "weight": 0.00006908801035341336, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00006907954099726826, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7018.1671 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006907123412809963, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006907071642010256, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-PH", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 804, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 668, + "viewportWidth": 360, + "weight": 0.00006906173447980031, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8800.1223 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006906159940762424, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1675.1401 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006906038893253664, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1439, + "screenWidth": 1386, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1319, + "viewportWidth": 1386, + "weight": 0.000069050164423234, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000690488638296941, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8331.1156 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006903050521708291, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 987, + "screenWidth": 444, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 828, + "viewportWidth": 443, + "weight": 0.00006902221743391238, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1621.1723 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006901984250662313, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00006898381785787181, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Intel Mac OS X 10.15", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1260, + "screenWidth": 2240, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1011, + "viewportWidth": 2232, + "weight": 0.00006898368118538924, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0000689263452997432, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1479, + "screenWidth": 1272, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1354, + "viewportWidth": 1272, + "weight": 0.00006890858239897792, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006890703247665497, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00006889333248726142, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00006887960930933327, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 1366, + "weight": 0.00006886529573029427, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 728, + "viewportWidth": 393, + "weight": 0.00006885853028499235, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00006885690802633754, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000688131317147693, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "fr-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 657, + "viewportWidth": 393, + "weight": 0.00006878573468855903, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00006877314581873655, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1401, + "screenWidth": 1316, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1280, + "viewportWidth": 1316, + "weight": 0.00006874875163573256, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.0000687482567255236, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00006873586212095457, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1917.1438 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006873285288766019, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.75, + "effectiveType": "4g", + "rtt": 250 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 834, + "viewportWidth": 1528, + "weight": 0.00006873132261692764, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00006873125533905332, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9081.1576 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006872827447044379, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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": 823, + "viewportWidth": 1512, + "weight": 0.00006872392092258586, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006871252416576708, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9086.1332 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006871011268433589, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1403, + "screenWidth": 1262, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1279, + "viewportWidth": 1262, + "weight": 0.00006869972061607177, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00006869283323714271, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "pt", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00006868671127936874, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006868399260739547, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "tr-TR", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00006866245909110991, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1335, + "screenWidth": 1326, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1211, + "viewportWidth": 1326, + "weight": 0.0000686578334062946, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5250.1267 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006863921028394063, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 658, + "viewportWidth": 393, + "weight": 0.00006863128876368923, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.0000686297162895346, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.3, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 200, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 673, + "viewportWidth": 360, + "weight": 0.00006862735743942541, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.00006862569142438101, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2211.1455 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006861124589710355, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00006860708160628282, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5990.1095 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006860164138358883, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6303.1048 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006859456930373232, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006858198371862496, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.00006856362411211392, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6228.1398 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006854835021137766, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8891.1671 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006854745536679156, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00006854302701310532, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00006853031389275598, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1451, + "screenWidth": 1271, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1328, + "viewportWidth": 1271, + "weight": 0.00006850662953924641, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.0000685041191680792, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00006848014412657638, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 685, + "viewportWidth": 1180, + "weight": 0.0000684661467825829, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.0000684342501107696, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4029.1198 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006841348053566487, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00006840912485103107, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00006839548531586627, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00006838411323939134, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 1366, + "weight": 0.00006837988241707366, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 782, + "viewportWidth": 411, + "weight": 0.00006836010245859097, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.0000683530893261591, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 894, + "viewportWidth": 1646, + "weight": 0.00006833752704933967, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00006833398915383372, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006833143692963252, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/143.0.3650.139 Version/26.0 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 674, + "viewportWidth": 402, + "weight": 0.00006829419296864648, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00006825047167652651, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1370, + "screenWidth": 1209, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1248, + "viewportWidth": 1209, + "weight": 0.00006824931318874202, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 896, + "viewportWidth": 1366, + "weight": 0.00006821844882834742, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2080.1002 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000682125594455528, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00006820968170879001, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9853.1655 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006819380814350684, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 834, + "viewportWidth": 1504, + "weight": 0.00006816571988119775, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 736, + "viewportWidth": 440, + "weight": 0.00006816374582586127, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1501, + "screenWidth": 1356, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1376, + "viewportWidth": 1356, + "weight": 0.00006815529844537256, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "Win32", + "pluginsLength": 7, + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 916, + "viewportWidth": 1278, + "weight": 0.00006815335937326667, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00006814690475843955, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00006813258382425433, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.0000681270019955452, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00006812437906387744, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5891.1273 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006811138492203779, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1 Ddg/26.2", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 654, + "viewportWidth": 390, + "weight": 0.00006809784555860356, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00006809604203360246, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2843.1867 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006807080821912638, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006806616082083435, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 959, + "viewportWidth": 1920, + "weight": 0.00006805683548143836, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00006805488604694771, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 803, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 360, + "weight": 0.00006801472727228344, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 737, + "viewportWidth": 1470, + "weight": 0.0000680068721350282, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.55, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-GB", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00006798363084589245, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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.00006797644455285205, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00006797426695386335, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 738, + "viewportWidth": 1528, + "weight": 0.00006796583597831986, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006796314365837475, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00006795133589000362, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1480, + "screenWidth": 1332, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1356, + "viewportWidth": 1332, + "weight": 0.00006792706125136545, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "de", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.00006791775848984303, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00006790549261896089, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.000067899177528158, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1373, + "screenWidth": 1282, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1250, + "viewportWidth": 1282, + "weight": 0.0000678806937552869, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-AU", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 1528, + "weight": 0.00006787144507158835, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-AU", + "platform": "Linux x86_64", + "pluginsLength": 5, + "screenHeight": 909, + "screenWidth": 1616, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 789, + "viewportWidth": 1616, + "weight": 0.00006785977690711373, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 740, + "weight": 0.00006785883966942005, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8465.1872 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000678555911991605, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00006785120365915185, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00006785062548206008, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1457, + "screenWidth": 1364, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1331, + "viewportWidth": 1364, + "weight": 0.00006781567104266425, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 Twitter for iPhone/11.62", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 594, + "viewportWidth": 393, + "weight": 0.0000678125153732248, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 784, + "viewportWidth": 411, + "weight": 0.00006781186799656317, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00006780519276883905, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 2.3, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00006779592808026663, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006778859663023503, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2492.1265 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006777014247448724, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00006775111705648744, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1180, + "viewportWidth": 1597, + "weight": 0.00006774856120749352, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "sl", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00006773268910697281, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1398.1271 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000677276411323151, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/402.0.850515619 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00006772355632461459, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 713, + "viewportWidth": 1485, + "weight": 0.00006771759161989365, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1458, + "screenWidth": 1307, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1336, + "viewportWidth": 1307, + "weight": 0.00006769008665663578, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 784, + "viewportWidth": 411, + "weight": 0.00006765779332687421, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1141, + "viewportWidth": 2057, + "weight": 0.00006763712503541134, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00006763506281199475, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2128.1005 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006763436630866139, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006761986946056494, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 898, + "viewportWidth": 1528, + "weight": 0.00006760836954300804, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.0000675930222033118, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1680.1825 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006758226949727831, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006756380454492496, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00006756111823151076, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.05, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "id-ID", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 728, + "viewportWidth": 384, + "weight": 0.00006755751050248205, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 669, + "viewportWidth": 360, + "weight": 0.00006755607182471558, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1479, + "screenWidth": 1318, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1351, + "viewportWidth": 1318, + "weight": 0.00006755585110253449, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7951.1741 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006754556036251272, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00006753766276847626, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 688, + "viewportWidth": 831, + "weight": 0.00006751361940363301, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1 Ddg/26.2", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 751, + "viewportWidth": 440, + "weight": 0.00006750714242368384, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1467, + "screenWidth": 1256, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1337, + "viewportWidth": 1256, + "weight": 0.00006749044898939993, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 679, + "viewportWidth": 375, + "weight": 0.00006747290521488792, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 683, + "viewportWidth": 402, + "weight": 0.00006745451330859353, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux aarch64", + "pluginsLength": 0, + "screenHeight": 962, + "screenWidth": 601, + "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": 913, + "viewportWidth": 601, + "weight": 0.00006745376459221821, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.0000674209132842836, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 960, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 814, + "viewportWidth": 411, + "weight": 0.00006740602518862743, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00006738508460117447, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 608, + "viewportWidth": 402, + "weight": 0.00006737249310697954, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9144.1051 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006734859618736345, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1 Ddg/18.7", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 751, + "viewportWidth": 440, + "weight": 0.00006734688441574309, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3313.1175 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006731398384594182, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00006731090689738933, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2422.1991 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006725471133852704, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4726.1881 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006722171703935454, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.65, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 200, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 360, + "weight": 0.00006722081292590897, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00006721019623067428, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00006720566211253456, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.85, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.0000671959196302965, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7524.1776 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006719258228034088, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7022.1254 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006717934984666366, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8496.1176 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000671770725680312, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7415.1106 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006715249314794252, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 776, + "screenWidth": 346, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 616, + "viewportWidth": 345, + "weight": 0.0000671517839299511, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.00006714983375413907, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-TW", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 791, + "viewportWidth": 1174, + "weight": 0.0000671470078192241, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.95, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "de-DE", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 714, + "viewportWidth": 375, + "weight": 0.00006712953883197076, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 390, + "weight": 0.00006712809016981015, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-NZ", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00006711969878962663, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8511.1288 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006710042490299406, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006709777177115425, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006709480221875742, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 657, + "viewportWidth": 393, + "weight": 0.00006707575787505811, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "hr-HR", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00006704404646034497, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 662, + "viewportWidth": 390, + "weight": 0.00006701362332241593, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1398, + "screenWidth": 1241, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 1241, + "weight": 0.00006700565162333625, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBAV/546.0.0.17.107;FBBV/870347821;FBDV/iPhone12,3;FBMD/iPhone;FBSN/iOS;FBSV/26.2.1;FBSS/3;FBCR/;FBID/phone;FBLC/en_US;FBOP/80]", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 632, + "viewportWidth": 375, + "weight": 0.00006700312312419763, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 791, + "viewportWidth": 1536, + "weight": 0.00006697118376480787, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1399, + "screenWidth": 1221, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1272, + "viewportWidth": 1221, + "weight": 0.00006696310819628211, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "fr-FR", + "oscpu": "Linux armv81", + "platform": "Linux armv81", + "pluginsLength": 5, + "screenHeight": 819, + "screenWidth": 378, + "userAgent": "Mozilla/5.0 (Android 16; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 690, + "viewportWidth": 378, + "weight": 0.00006695348370091861, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00006694332565093658, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000669196309859468, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.6, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 938, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 794, + "viewportWidth": 411, + "weight": 0.00006691035585496608, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 739, + "viewportWidth": 430, + "weight": 0.00006690664838284259, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00006690557291500829, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006690292592585302, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2190.1157 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006689619845084059, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2184.1882 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006688851162807823, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00006688263345005226, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.45, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 801, + "viewportWidth": 1470, + "weight": 0.00006686274285559142, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 777, + "viewportWidth": 411, + "weight": 0.00006682742392131305, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2976.1893 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006680859867294825, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00006680451004544821, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00006679872503789037, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00006679074748476669, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.55, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 200, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 669, + "viewportWidth": 360, + "weight": 0.00006679031886405853, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1279, + "viewportWidth": 2560, + "weight": 0.00006678581101643618, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "pl", + "oscpu": "Windows NT 6.1; Win64; x64", + "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": 955, + "viewportWidth": 1920, + "weight": 0.00006677720615931984, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1343, + "screenWidth": 1395, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1221, + "viewportWidth": 1395, + "weight": 0.0000667701227790081, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2419.1619 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006675359573882423, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1357, + "screenWidth": 1243, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1231, + "viewportWidth": 1243, + "weight": 0.00006670638271019845, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.0000666912328993098, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4506.1755 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006667235178727927, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1380, + "screenWidth": 1296, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1260, + "viewportWidth": 1296, + "weight": 0.00006666976272424893, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 713, + "viewportWidth": 402, + "weight": 0.00006665178055102202, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00006664609251048629, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 390, + "weight": 0.00006664221401576894, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4631.1142 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006663967665780663, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9381.1346 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006659430677200918, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8352.1334 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006656307123788506, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7476.1515 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006655926615141884, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 873, + "viewportWidth": 430, + "weight": 0.0000665359158318204, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1471.1949 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006652117746840097, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00006649965441024115, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "de-DE", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 549, + "viewportWidth": 375, + "weight": 0.00006648317015616523, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6572.1936 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006647327971675375, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.1, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 3440, + "weight": 0.00006646771406322793, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 736, + "viewportWidth": 440, + "weight": 0.00006646722109945302, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 912, + "screenWidth": 420, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 741, + "viewportWidth": 420, + "weight": 0.00006646157194885805, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00006643209003634222, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 732, + "viewportWidth": 384, + "weight": 0.0000664242608257071, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00006642195406825537, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.3, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 659, + "viewportWidth": 1376, + "weight": 0.00006638854958020479, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00006638840883991594, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3300.1340 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006636704877826738, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00006634793764066187, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1327, + "screenWidth": 1245, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1207, + "viewportWidth": 1245, + "weight": 0.00006634776914689706, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.9, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 804, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 672, + "viewportWidth": 360, + "weight": 0.00006633389178009155, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000663251757230829, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.0000663212532404165, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00006629844487112386, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00006628481049051622, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/405.0.859829126 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00006627164294061923, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, + "viewportWidth": 1300, + "weight": 0.00006626093957428363, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00006625183895769166, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00006624809345343272, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00006623601106593547, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1343, + "screenWidth": 1214, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1219, + "viewportWidth": 1214, + "weight": 0.00006622993158842724, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1395, + "screenWidth": 1242, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1270, + "viewportWidth": 1242, + "weight": 0.00006622896842318635, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00006622650182147981, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00006622516969591456, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1585.1686 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006620419356002148, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.45, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 768, + "viewportWidth": 1366, + "weight": 0.00006619115117287531, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1390, + "screenWidth": 1368, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1265, + "viewportWidth": 1368, + "weight": 0.00006619107681808143, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 644, + "viewportWidth": 390, + "weight": 0.00006617532796583987, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00006616810677740728, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.6, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 749, + "viewportWidth": 384, + "weight": 0.00006616737251208173, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00006616712056697758, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 635, + "viewportWidth": 393, + "weight": 0.00006614619314920682, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 673, + "viewportWidth": 402, + "weight": 0.00006613920830882026, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.0000661314411413881, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 751, + "viewportWidth": 428, + "weight": 0.0000661192878109788, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 863, + "viewportWidth": 1875, + "weight": 0.00006611030839416562, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "nl-NL", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 835, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 709, + "viewportWidth": 375, + "weight": 0.00006610075399448857, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8902.1487 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006609803888288198, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8127.1177 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006608798172233742, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 654, + "viewportWidth": 402, + "weight": 0.00006606743824486264, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1426, + "screenWidth": 1336, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1303, + "viewportWidth": 1336, + "weight": 0.00006604460290067766, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00006602528435154792, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1270, + "viewportWidth": 1679, + "weight": 0.00006602293552493282, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5717.1094 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006600531037686507, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00006600417000331206, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1492, + "screenWidth": 1220, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1367, + "viewportWidth": 1220, + "weight": 0.00006598054788939499, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.85, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 777, + "viewportWidth": 411, + "weight": 0.00006597930838640018, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 776, + "viewportWidth": 411, + "weight": 0.00006595212068953985, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 831, + "viewportWidth": 1470, + "weight": 0.00006593938210699999, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.45, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00006592406367218611, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1355.1767 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006592371670795789, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00006591876447729535, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7126.1477 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006590637586013089, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00006590272242780061, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1379, + "screenWidth": 1370, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1249, + "viewportWidth": 1370, + "weight": 0.00006587899183529218, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00006587383198221124, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "sv-SE", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 693, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 526, + "viewportWidth": 320, + "weight": 0.00006587286619979515, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00006584686489908564, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 995, + "screenWidth": 444, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 851, + "viewportWidth": 443, + "weight": 0.00006584361090459244, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 200 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.00006583571440751559, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00006582425589994529, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 765, + "viewportWidth": 411, + "weight": 0.0000658205089609887, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1460, + "screenWidth": 1400, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1340, + "viewportWidth": 1400, + "weight": 0.000065813082709119, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9879.1438 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006579998913399282, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.0000657959751321894, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1502, + "screenWidth": 1233, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1378, + "viewportWidth": 1233, + "weight": 0.00006578894063151144, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 629, + "viewportWidth": 360, + "weight": 0.00006574689035793207, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00006574584944277846, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00006574427724061526, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006573504592214598, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00006571283709457685, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 657, + "viewportWidth": 384, + "weight": 0.0000657124014426193, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006570951178434307, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4675.1593 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006570752489591916, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00006570644072464384, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "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 Mobile/15E148 Safari/604.1 Ddg/18.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 705, + "viewportWidth": 414, + "weight": 0.00006569997967354805, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00006569147501830718, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1440, + "weight": 0.00006568313970605334, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1464, + "screenWidth": 1279, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1339, + "viewportWidth": 1279, + "weight": 0.00006566647255432211, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 889, + "screenWidth": 1423, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 758, + "viewportWidth": 1424, + "weight": 0.00006565575680234212, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006565136450703252, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 712, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 541, + "viewportWidth": 320, + "weight": 0.00006563063066916683, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1625.1513 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000655919563147092, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 876, + "viewportWidth": 1776, + "weight": 0.00006558038767666598, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "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/102.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 600, + "viewportWidth": 800, + "weight": 0.00006558013243156144, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.0000655795340886172, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00006554422072776668, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.1, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.0000655362206340037, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 755, + "viewportWidth": 384, + "weight": 0.00006551494120076396, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 873, + "viewportWidth": 430, + "weight": 0.000065509538824881, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1484, + "screenWidth": 1299, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1361, + "viewportWidth": 1299, + "weight": 0.00006550391156338917, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 894, + "viewportWidth": 440, + "weight": 0.0000655026790879011, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006549128477396191, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5081.1278 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000654844959842308, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6755.1580 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000654756427994669, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 901, + "viewportWidth": 1699, + "weight": 0.00006546883990696106, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5495.1410 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006545596917628431, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.00006543863618317907, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00006541960572430661, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00006540116093879695, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3304.1144 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006539155692850455, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3584.1784 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006537838615370085, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3111.1959 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006537665527371245, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7175.1618 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006537337445253953, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9718.1344 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000653700132721632, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9242.1994 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006536551354572277, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Linux armv8l", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 915, + "viewportWidth": 412, + "weight": 0.00006536216093291855, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006535636816733865, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.25, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00006533591002879667, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00006532592339853333, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.6, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-GB", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 577, + "viewportWidth": 1241, + "weight": 0.00006531686271740238, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.00006530533045422037, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00006528522411754315, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/140.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1833, + "viewportWidth": 1080, + "weight": 0.00006527909702648234, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 910, + "viewportWidth": 1608, + "weight": 0.00006527096314592074, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "el-GR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 659, + "viewportWidth": 384, + "weight": 0.0000652669316053709, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.000065260470445777, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00006522460301926677, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 728, + "viewportWidth": 1469, + "weight": 0.00006522074781534368, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006521273969567427, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "Win32", + "pluginsLength": 7, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1275, + "viewportWidth": 2560, + "weight": 0.00006519105317525704, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5028.1319 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006518575708772916, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "hr-HR", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 634, + "viewportWidth": 375, + "weight": 0.00006516483664819105, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 643, + "viewportWidth": 1300, + "weight": 0.00006515459701746771, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1513, + "screenWidth": 1201, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1387, + "viewportWidth": 1201, + "weight": 0.00006513537626551227, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9979.1401 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006512786302247322, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 982, + "viewportWidth": 1920, + "weight": 0.00006512317385807429, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8614.1089 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006510737275646682, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 797, + "viewportWidth": 390, + "weight": 0.0000650806677215398, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00006507301579963004, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00006506054957848258, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 868, + "viewportWidth": 1504, + "weight": 0.00006506027879295747, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7194.1012 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006504626884928158, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000650295059822449, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00006502828531162941, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00006502644859574316, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.6, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 200, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 783, + "viewportWidth": 411, + "weight": 0.00006500784899273218, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 948, + "viewportWidth": 1912, + "weight": 0.00006499769483313232, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2329.1243 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000649877092960848, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00006498693987088089, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 767, + "viewportWidth": 1307, + "weight": 0.0000649777472027895, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00006496620462503698, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 738, + "viewportWidth": 1512, + "weight": 0.00006493182592806375, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00006491207884463223, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36 OPR/94.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 622, + "viewportWidth": 360, + "weight": 0.00006489078503573731, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 912, + "viewportWidth": 810, + "weight": 0.00006487561475529352, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 7, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 735, + "viewportWidth": 430, + "weight": 0.00006486606005658408, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.00006481277482443041, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 892, + "viewportWidth": 863, + "weight": 0.00006480667763008415, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, + "viewportWidth": 1600, + "weight": 0.00006479997757439249, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00006479688790036312, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1478, + "screenWidth": 1304, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1349, + "viewportWidth": 1304, + "weight": 0.00006479278638016202, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8096.1462 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006478900843375994, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.0000647597712116744, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 938, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 827, + "viewportWidth": 411, + "weight": 0.00006472143749981668, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1505.1712 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006467813352534775, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 734, + "viewportWidth": 1432, + "weight": 0.0000646735544270297, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.9, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00006466172048144795, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 755, + "viewportWidth": 1275, + "weight": 0.00006460083623396, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5571.1480 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006458092225388141, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 634, + "viewportWidth": 1358, + "weight": 0.00006456716217836917, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00006454542210680978, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Intel Mac OS X 10.15", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 860, + "viewportWidth": 1616, + "weight": 0.00006453976086273532, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00006453774314962125, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1370, + "screenWidth": 1224, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1243, + "viewportWidth": 1224, + "weight": 0.00006452620215515267, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.45, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-GB", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 823, + "viewportWidth": 1512, + "weight": 0.00006451046677294647, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.00006450593366316546, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 944, + "viewportWidth": 958, + "weight": 0.00006449231806003651, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00006447350438971065, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8302.1995 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006447286631172962, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1343, + "screenWidth": 1252, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1213, + "viewportWidth": 1252, + "weight": 0.00006446730029798275, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 948, + "viewportWidth": 1912, + "weight": 0.00006445609554001219, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4052.1983 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006444821663416586, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.14 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 698, + "viewportWidth": 1024, + "weight": 0.00006444775867053724, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1369, + "screenWidth": 1257, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1243, + "viewportWidth": 1257, + "weight": 0.000064425447644442, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1401, + "screenWidth": 1341, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1280, + "viewportWidth": 1341, + "weight": 0.00006439899122201232, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 823, + "screenWidth": 708, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 767, + "viewportWidth": 350, + "weight": 0.00006439013142923245, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1448, + "screenWidth": 1383, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1322, + "viewportWidth": 1383, + "weight": 0.00006438465532461895, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.00006432681479692343, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1145, + "viewportWidth": 411, + "weight": 0.0000643154838646652, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 701, + "viewportWidth": 384, + "weight": 0.00006431391766273515, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 827, + "viewportWidth": 1530, + "weight": 0.00006430279362937413, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 797, + "viewportWidth": 411, + "weight": 0.00006430045682594178, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00006429486520893959, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6951.1859 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006427555048470151, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00006426728945972714, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00006425120607950653, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 716, + "viewportWidth": 402, + "weight": 0.00006425047458271627, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1267.1408 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006423898321055617, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.4, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00006423649429951291, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7318.1720 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006418694306352092, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6065.1137 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006418108375141679, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1454 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006416922385502667, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "de-DE", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00006416277414069029, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPad", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 810, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 944, + "viewportWidth": 810, + "weight": 0.00006414814562367895, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7137.1347 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006412923075556943, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006412879914452987, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 724, + "screenWidth": 1080, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 724, + "viewportWidth": 1080, + "weight": 0.00006408071735988464, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.00006407474192175779, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9956.1673 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006406238923620693, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00006405932688794356, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 837, + "viewportWidth": 1710, + "weight": 0.00006405250323243008, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-AU", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.00006404910589442369, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00006404481646629069, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 857, + "viewportWidth": 1257, + "weight": 0.00006401135351427606, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00006401091945058113, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-CA", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 798, + "viewportWidth": 1470, + "weight": 0.00006400522953239162, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 750, + "viewportWidth": 1470, + "weight": 0.00006400067782802449, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 538, + "viewportWidth": 375, + "weight": 0.00006398125372342669, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1471.1860 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006398008822691322, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006397026238829883, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00006396749582592855, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3282.1082 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006396610270932197, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7998.1527 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006396363703760692, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2336.1017 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006396299427240938, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00006396136646828056, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5029.1712 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006393789209918898, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1365, + "screenWidth": 1279, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1241, + "viewportWidth": 1279, + "weight": 0.00006393485688840333, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1492, + "screenWidth": 1274, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1362, + "viewportWidth": 1274, + "weight": 0.00006392182851290996, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 628, + "viewportWidth": 779, + "weight": 0.00006391647110973548, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1352, + "screenWidth": 1210, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1231, + "viewportWidth": 1210, + "weight": 0.00006388798940800619, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1375, + "screenWidth": 1271, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1245, + "viewportWidth": 1271, + "weight": 0.00006386836843724879, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 746, + "screenWidth": 1180, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 746, + "viewportWidth": 1180, + "weight": 0.00006385452284600831, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 643, + "viewportWidth": 360, + "weight": 0.00006384894547195545, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1491, + "screenWidth": 1384, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1363, + "viewportWidth": 1384, + "weight": 0.00006383225779248516, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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 Mobile/15E148 Safari/604.1 Ddg/18.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 619, + "viewportWidth": 375, + "weight": 0.00006382960493911717, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 914, + "viewportWidth": 1912, + "weight": 0.00006382183056628925, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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.00006381653952777842, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2080.1081 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006381391527026849, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 851, + "viewportWidth": 1710, + "weight": 0.00006380834463201276, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1429, + "screenWidth": 1252, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1299, + "viewportWidth": 1252, + "weight": 0.00006380303668323296, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1439, + "screenWidth": 1398, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1314, + "viewportWidth": 1398, + "weight": 0.00006379053933683864, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006378898768976169, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like 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.00006375795327378915, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1505, + "screenWidth": 1328, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1381, + "viewportWidth": 1328, + "weight": 0.000063755923357062, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 568, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 448, + "viewportWidth": 320, + "weight": 0.00006374482910745253, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1039, + "viewportWidth": 1963, + "weight": 0.00006373130541369256, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1470, + "screenWidth": 1279, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1348, + "viewportWidth": 1279, + "weight": 0.00006372742550051959, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4112.1051 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006372470070643384, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00006371667013350533, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00006370973043832378, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3450.1848 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006370125505345925, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 600, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8587.1340 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000636941332329772, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 784, + "viewportWidth": 411, + "weight": 0.00006366762160289128, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1306, + "viewportWidth": 1270, + "weight": 0.00006364450879894914, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 727, + "viewportWidth": 402, + "weight": 0.00006363992505619574, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00006363754085713768, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9734.1537 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006362746706763558, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.0000636272594403602, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00006360523991535504, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1393, + "screenWidth": 1346, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1269, + "viewportWidth": 1346, + "weight": 0.00006360476192434212, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 750, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 750, + "viewportWidth": 749, + "weight": 0.00006359057710753839, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1375, + "screenWidth": 1257, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1254, + "viewportWidth": 1257, + "weight": 0.00006358154241615552, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1833.1205 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006357674440219974, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.35, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 917, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 772, + "viewportWidth": 411, + "weight": 0.00006357461355662616, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5051.1265 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006357395434444689, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006356559113364101, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8665.1064 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006356536175942788, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5184.1348 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006355722552701257, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like 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.00006355401179231484, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1346, + "screenWidth": 1379, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1225, + "viewportWidth": 1379, + "weight": 0.0000635470512684892, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4473.1769 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006353009137084855, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2764.1346 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006351054139570764, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 983, + "viewportWidth": 2048, + "weight": 0.00006349641963213887, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9486.1386 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000634882718673952, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1305, + "viewportWidth": 2560, + "weight": 0.00006346718549379646, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00006346331160349321, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1376, + "screenWidth": 1211, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1246, + "viewportWidth": 1211, + "weight": 0.0000634561512326449, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00006344765401317667, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0000634454088309505, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6174.1789 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006343195821532657, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "fr-FR", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00006342612019120742, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6626.1558 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006341357772535892, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00006340815673239738, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4098.1289 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006340169481546926, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 689, + "screenWidth": 1102, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 520, + "viewportWidth": 1101, + "weight": 0.00006340151314321576, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00006339779502182366, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00006337893639646227, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.00006337778558782426, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.3, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 857, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 572, + "viewportWidth": 302, + "weight": 0.00006337219601721616, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1480, + "screenWidth": 1381, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1356, + "viewportWidth": 1381, + "weight": 0.00006336188625288474, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 705, + "viewportWidth": 414, + "weight": 0.00006333767591162887, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00006333212567615943, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6240.1715 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006330804253747473, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7314.1864 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000633022306984027, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 585, + "viewportWidth": 1280, + "weight": 0.00006330178889115357, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/144.0.3719.99 Version/26.0 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 655, + "viewportWidth": 393, + "weight": 0.00006328792342642572, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006324320996730001, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1741.1390 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000631955474785288, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.45, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 835, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 683, + "viewportWidth": 375, + "weight": 0.00006318369028317235, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 892, + "viewportWidth": 1528, + "weight": 0.0000631807194366614, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000063167399441652, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 724, + "viewportWidth": 428, + "weight": 0.00006314375401888879, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 744, + "viewportWidth": 430, + "weight": 0.00006313438761217671, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00006310518455055043, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.0000630981037697881, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1378, + "screenWidth": 1353, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1252, + "viewportWidth": 1353, + "weight": 0.00006309732990001221, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2908.1979 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006309274306885555, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00006308205131551457, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9458.1138 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006305563499954357, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "fr-FR", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1270, + "viewportWidth": 2558, + "weight": 0.0000630550018455061, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 772, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 643, + "viewportWidth": 360, + "weight": 0.00006304156235070025, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00006296604934555286, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 929, + "viewportWidth": 1920, + "weight": 0.00006294686321797495, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "de-DE", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 720, + "viewportWidth": 384, + "weight": 0.00006293851150028214, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.0000629344248694565, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00006293218393884958, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1691, + "weight": 0.00006290671473702325, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9983.1529 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006290608763663966, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8803.1939 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006288417097823151, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 706, + "viewportWidth": 1528, + "weight": 0.00006288172037167469, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006287828904913943, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 875, + "viewportWidth": 448, + "weight": 0.00006287565992452933, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 784, + "viewportWidth": 411, + "weight": 0.00006287142814669959, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.0000628637537303397, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00006284115269747446, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 659, + "viewportWidth": 393, + "weight": 0.00006281466394280167, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006280773967252279, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00006280143752840304, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1449, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1324, + "viewportWidth": 1366, + "weight": 0.0000627990116860563, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1412, + "screenWidth": 1278, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1283, + "viewportWidth": 1278, + "weight": 0.00006279889255409443, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "hr-HR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "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": 734, + "viewportWidth": 393, + "weight": 0.00006276047952963875, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006273033992053915, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7767.1509 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006272966129708854, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "de-DE", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 752, + "viewportWidth": 411, + "weight": 0.00006269882335494499, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.4, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00006269791404809652, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 676, + "viewportWidth": 402, + "weight": 0.00006268946820835668, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 693, + "viewportWidth": 1290, + "weight": 0.00006267166464559907, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1441, + "screenWidth": 1263, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1313, + "viewportWidth": 1263, + "weight": 0.00006266788349482266, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2260.1597 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006266048880585, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006265668313984697, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Intel Mac OS X 10.15", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 820, + "viewportWidth": 1423, + "weight": 0.00006265583774700964, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00006265063772856755, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00006264043032595304, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00006263763592245383, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 1006, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 884, + "viewportWidth": 411, + "weight": 0.00006263427151398862, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1417, + "screenWidth": 1306, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1291, + "viewportWidth": 1306, + "weight": 0.0000626261474816505, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 811, + "viewportWidth": 411, + "weight": 0.00006258841936837635, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00006257590882351459, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6358.1303 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000625313527231305, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7969.1881 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006250385387758398, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "pl", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 718, + "viewportWidth": 384, + "weight": 0.00006250294262035092, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00006245226632016105, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 705, + "viewportWidth": 414, + "weight": 0.00006244760610540597, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006244272017749655, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 880, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 777, + "viewportWidth": 360, + "weight": 0.00006244211695599163, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0000624090078452, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4622.1796 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006237882731594362, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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) Mobile/21D61 Twitter for iPhone/11.62", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 609, + "viewportWidth": 393, + "weight": 0.00006235249764331206, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 867, + "viewportWidth": 448, + "weight": 0.00006233119127792119, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 658, + "viewportWidth": 390, + "weight": 0.0000623194281942156, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00006231394271752668, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00006229048367135874, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1466, + "screenWidth": 1233, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1346, + "viewportWidth": 1233, + "weight": 0.00006227370948848388, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2566.1763 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006227170078548467, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00006226656054361047, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5724.1225 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006226024049410337, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00006225951993408846, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00006225429551411875, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 Twitter for iPhone/11.57", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 674, + "viewportWidth": 428, + "weight": 0.0000622511165613359, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0000622505645006498, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/143.0.7499.108 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00006223217343825762, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8633.1631 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006218176678104348, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 754, + "viewportWidth": 1440, + "weight": 0.00006217995184464659, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00006217254358188378, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7533.1644 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006216662255837455, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3558.1090 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006215484312024234, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00006212147205880421, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00006211857641053938, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00006209867059951098, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1274, + "viewportWidth": 2552, + "weight": 0.00006209109475299778, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2625.1752 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006208991582869101, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "el-GR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.00006207647027467498, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 2.9, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-US", + "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": 647, + "viewportWidth": 360, + "weight": 0.00006202835987709663, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9901.1790 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006201265124710801, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2236.1077 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006201072247875122, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1728, + "screenWidth": 3072, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1611, + "viewportWidth": 3072, + "weight": 0.00006200897354987275, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3906.1876 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006198327348896485, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "hr-HR", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 390, + "weight": 0.0000619799144044733, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00006197898077642968, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 7, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 674, + "viewportWidth": 402, + "weight": 0.0000619626334235621, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "Win32", + "pluginsLength": 7, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 997, + "viewportWidth": 1920, + "weight": 0.00006195931493389992, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00006194486371980536, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.00006193542622820007, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.3, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 300, + "type": "cellular" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 735, + "screenWidth": 339, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 603, + "viewportWidth": 338, + "weight": 0.00006193299253276838, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00006192030906926748, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6971.1268 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006191445210310451, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0000619037901386927, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8000.1058 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006190242556655821, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1365, + "screenWidth": 1210, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1236, + "viewportWidth": 1210, + "weight": 0.00006187739834532663, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.75, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 596, + "viewportWidth": 1300, + "weight": 0.00006187421902666278, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "es-MX", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00006185609794022898, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00006184586521629093, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006182721208197194, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1553.1972 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006182064760912006, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1486, + "screenWidth": 1268, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1364, + "viewportWidth": 1268, + "weight": 0.00006181241005391943, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8092.1234 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000618034530019399, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2812.1510 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000617894998683787, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1539 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006177824668669233, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006176621398792934, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 692, + "viewportWidth": 1112, + "weight": 0.00006174468597653927, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0000617358279693698, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00006172639477250818, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 602, + "viewportWidth": 1358, + "weight": 0.00006172110438024204, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8146.1906 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006171830760027478, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00006171475689779472, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00006171233697377464, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 1440, + "weight": 0.00006170492360633448, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2346.1381 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006170248798279515, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00006170073971268726, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1329, + "screenWidth": 1269, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1203, + "viewportWidth": 1269, + "weight": 0.00006169221527098579, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00006168925688179971, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3589.1297 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006168662457858473, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1928.1534 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006167365373160771, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1413, + "screenWidth": 1370, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1286, + "viewportWidth": 1370, + "weight": 0.00006163923938275415, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.9, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 846, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 717, + "viewportWidth": 411, + "weight": 0.0000616372199768524, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006162876438590291, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00006160337322199691, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9492.1878 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006158850293716446, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1347, + "screenWidth": 1339, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1221, + "viewportWidth": 1339, + "weight": 0.00006157813426163207, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "hr-HR", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006155390714926781, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3874.1313 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006154850619942918, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.4, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 693, + "viewportWidth": 384, + "weight": 0.00006154766940307174, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4408.1347 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006152757210731196, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 865, + "viewportWidth": 1512, + "weight": 0.00006152472159971661, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1022.1031 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006150387949958247, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 907, + "viewportWidth": 1687, + "weight": 0.00006149282934698566, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, + "viewportWidth": 384, + "weight": 0.00006148263356441228, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 749, + "viewportWidth": 1440, + "weight": 0.00006147673953297321, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.0000614718505173339, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 637, + "viewportWidth": 390, + "weight": 0.00006144414903174601, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00006143046252866162, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-GB", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 859, + "viewportWidth": 1920, + "weight": 0.00006141165712332792, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9609.1849 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006140865537315767, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006140175628022486, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00006139329414393283, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 1440, + "weight": 0.00006137576042079343, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 759, + "viewportWidth": 411, + "weight": 0.00006134341580054703, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2269.1741 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006134088445735756, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006131848204348354, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1435, + "screenWidth": 1231, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1313, + "viewportWidth": 1231, + "weight": 0.00006131685877048304, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 680, + "viewportWidth": 1440, + "weight": 0.00006130494662123715, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 834, + "viewportWidth": 1504, + "weight": 0.00006129681245710192, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1351, + "screenWidth": 1210, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1227, + "viewportWidth": 1210, + "weight": 0.00006129131235898348, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006128361299754354, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2872.1567 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006126570790584052, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/130.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1502, + "viewportWidth": 2844, + "weight": 0.00006124565052237593, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "cs-CZ", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1031, + "viewportWidth": 1920, + "weight": 0.00006124484174797904, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6037.1969 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006124465169253547, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.00006123906906135672, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000612369542612377, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1372.1275 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006122130969396732, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2107.1482 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000061218418683288, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 903, + "viewportWidth": 1912, + "weight": 0.00006120365410585028, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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.00006118587375013123, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 857, + "viewportWidth": 1147, + "weight": 0.00006110217454150602, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006108237050400447, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 914, + "viewportWidth": 1728, + "weight": 0.00006107669361434652, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.3, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 900, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 919, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 772, + "viewportWidth": 411, + "weight": 0.0000610458473097572, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00006101126642929358, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6551.1691 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000061010568705732857, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6949.1303 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000061008671925199206, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 758, + "viewportWidth": 411, + "weight": 0.00006099417961174437, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 844, + "viewportWidth": 390, + "weight": 0.00006099229105305342, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1084 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000060969411008583476, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3402.1044 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000060967240776929306, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1435, + "screenWidth": 1342, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1311, + "viewportWidth": 1342, + "weight": 0.00006093587088924115, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.7 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 698, + "viewportWidth": 1024, + "weight": 0.00006091854855792136, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.8, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "platform": "Linux armv8l", + "pluginsLength": 0, + "screenHeight": 480, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 480, + "viewportWidth": 320, + "weight": 0.00006091376142982289, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 983, + "viewportWidth": 2752, + "weight": 0.00006089895808412258, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6759.1997 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006088655131371084, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7140.1564 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006087214485946931, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1681.1882 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006085640218815044, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006085390783794075, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00006081446155746126, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00006080261857752956, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1600, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 943, + "viewportWidth": 1468, + "weight": 0.00006079240115408492, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00006078729500382748, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000060765659896538094, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000060754223139515554, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 785, + "viewportWidth": 1226, + "weight": 0.00006074626884988668, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.65, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "sk-SK", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00006069992573982746, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1368, + "screenWidth": 1203, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1243, + "viewportWidth": 1203, + "weight": 0.00006069967369614022, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1404, + "screenWidth": 1264, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1275, + "viewportWidth": 1264, + "weight": 0.000060682718214394505, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1802.1800 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006068068596770604, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "lv-LV", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00006067731603145085, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1504, + "screenWidth": 1262, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1383, + "viewportWidth": 1262, + "weight": 0.000060677274237346206, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 670, + "viewportWidth": 360, + "weight": 0.000060676449222525396, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 791, + "viewportWidth": 1536, + "weight": 0.00006066954982534824, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1494, + "screenWidth": 1368, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1374, + "viewportWidth": 1368, + "weight": 0.000060668817583400296, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 5, + "screenHeight": 651, + "screenWidth": 1043, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 643, + "viewportWidth": 1391, + "weight": 0.000060653221854865984, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 631, + "viewportWidth": 360, + "weight": 0.00006065307850379426, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00006064542449954522, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000060633660756213484, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.000060625003773172695, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.000060616807849746696, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8848.1443 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006061543390212719, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.55, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 1205, + "screenWidth": 753, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1036, + "viewportWidth": 753, + "weight": 0.00006057976160356507, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8131.1959 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006057695509981419, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 714, + "viewportWidth": 1440, + "weight": 0.00006056269490931289, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00006055818183155576, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Linux x86_64", + "platform": "Linux x86_64", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0", + "vendor": "", + "viewportHeight": 934, + "viewportWidth": 1867, + "weight": 0.000060555656658361915, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.000060544009786890775, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00006054242315618184, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.000060530407078829966, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006052386452486584, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 918, + "viewportWidth": 1464, + "weight": 0.00006051745139442317, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.75, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1395, + "viewportWidth": 2341, + "weight": 0.000060510767559203765, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 760, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 617, + "viewportWidth": 360, + "weight": 0.00006049066964104018, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00006045713160212924, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00006045620835647683, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.9, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 718, + "viewportWidth": 384, + "weight": 0.0000604354620858532, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.35, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00006043381245680231, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 959, + "viewportWidth": 1920, + "weight": 0.0000604320891026926, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 704, + "viewportWidth": 1080, + "weight": 0.000060430599545081464, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 894, + "viewportWidth": 440, + "weight": 0.00006042591168870171, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "de-DE", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 794, + "viewportWidth": 440, + "weight": 0.00006042578966858846, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.4, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 903, + "viewportWidth": 981, + "weight": 0.0000604227299957686, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4393.1478 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006042163826215123, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.000060393174715369155, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3299.1286 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000060370799598717214, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6408.1824 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006037043954187765, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00006035308501108963, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 770, + "viewportWidth": 411, + "weight": 0.000060347643187196296, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 803, + "viewportWidth": 411, + "weight": 0.000060345907976285676, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1886.1319 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000060331387810304786, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8332.1587 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00006031368823101868, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.00006031271576326582, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9734.1688 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000060294324337999006, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1807.1409 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000060294138675623484, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/147.2.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 539, + "viewportWidth": 375, + "weight": 0.00006029166661629474, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 649, + "viewportWidth": 393, + "weight": 0.000060290843038559616, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 992, + "viewportWidth": 1919, + "weight": 0.000060280483676576206, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1501, + "screenWidth": 1207, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1376, + "viewportWidth": 1207, + "weight": 0.00006024672152832717, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.00006024195310014895, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 749, + "viewportWidth": 411, + "weight": 0.00006023680591879712, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0000602176607829666, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1477, + "screenWidth": 1207, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1355, + "viewportWidth": 1207, + "weight": 0.000060201976865692377, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.000060200799104203896, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.6, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 831, + "viewportWidth": 1470, + "weight": 0.00006018998463040927, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1351, + "screenWidth": 1353, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1229, + "viewportWidth": 1353, + "weight": 0.00006018143351201531, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1353, + "screenWidth": 1251, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1232, + "viewportWidth": 1251, + "weight": 0.000060167675466247275, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "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": 924, + "viewportWidth": 1920, + "weight": 0.00006016492241810887, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "hr-HR", + "platform": "Linux aarch64", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; U; Android 16; SM-A546B Build/BP2A.250605.031.A3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/144.0.7559.59 Mobile Safari/537.36 OPR/97.1.2254.80849", + "vendor": "Google Inc.", + "viewportHeight": 630, + "viewportWidth": 384, + "weight": 0.00006016466137047924, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Intel Mac OS X 10.15", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 692, + "viewportWidth": 1280, + "weight": 0.00006015597567567612, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.000060145560893608056, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00006013119018817774, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1464, + "screenWidth": 1201, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1342, + "viewportWidth": 1201, + "weight": 0.000060130802698898305, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4201.1940 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006012533400299973, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.000060109966410158634, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2489.1745 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000060093358138371805, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000060080474009617237, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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.00006007605767693607, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1078.1477 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006006452222135033, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9750.1879 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00006004741973744077, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.000060037689594005374, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000060036296439567764, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 857, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 715, + "viewportWidth": 384, + "weight": 0.0000600116625189595, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 953, + "viewportWidth": 1920, + "weight": 0.0000600071812252101, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3656.1852 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000060006206854267386, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.1, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 797, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 642, + "viewportWidth": 411, + "weight": 0.000060005452110953695, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00005998227320695239, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000059981617310576124, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.3, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 922, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 771, + "viewportWidth": 411, + "weight": 0.00005996372573199928, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000059948061274869973, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00005994801875603853, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1327, + "viewportWidth": 2560, + "weight": 0.000059931773805362125, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 772, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 603, + "viewportWidth": 360, + "weight": 0.000059921123053354843, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 922, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 771, + "viewportWidth": 411, + "weight": 0.00005991207810669515, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 766, + "viewportWidth": 1298, + "weight": 0.00005990782620219648, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6078.1622 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005983952097712247, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00005979108259615366, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000059786560918197476, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00005976224587917271, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00005974383960107725, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00005971179677712991, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00005971066542847172, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1722.1718 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005970343995704511, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.15, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00005967955176131379, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000059678433854567236, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 777, + "viewportWidth": 411, + "weight": 0.00005966870250392613, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1515, + "screenWidth": 1265, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1392, + "viewportWidth": 1265, + "weight": 0.00005963718405958994, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1328, + "screenWidth": 1231, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1206, + "viewportWidth": 1231, + "weight": 0.00005963651474121361, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 654, + "viewportWidth": 402, + "weight": 0.00005963639746352764, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00005963598243329104, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1326, + "screenWidth": 1300, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1201, + "viewportWidth": 1300, + "weight": 0.00005962667744749982, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5168.1950 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005961890688280142, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1358, + "screenWidth": 1232, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1233, + "viewportWidth": 1232, + "weight": 0.00005961780660092115, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000059614402722498025, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00005960168107560116, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1453, + "screenWidth": 1248, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1328, + "viewportWidth": 1248, + "weight": 0.00005959831605396255, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00005956866390968837, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4827.1876 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000595609295900875, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.45, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000059551337726198074, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "el-GR", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.34 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.000059530690399668005, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 630, + "viewportWidth": 375, + "weight": 0.00005950966790187439, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.000059508527922975985, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 776, + "viewportWidth": 427, + "weight": 0.000059489397154042264, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00005948453501930065, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 5, + "screenHeight": 1200, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3", + "vendor": "Google Inc.", + "viewportHeight": 1200, + "viewportWidth": 1280, + "weight": 0.00005947712797655217, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 669, + "viewportWidth": 360, + "weight": 0.00005947408233600049, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00005947247084384836, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1428, + "screenWidth": 1382, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1305, + "viewportWidth": 1382, + "weight": 0.00005946511199050466, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 867, + "viewportWidth": 1920, + "weight": 0.00005946254693172143, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7027.1755 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005946031336900563, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "de-DE", + "platform": "Linux armv8l", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 13; 23028RN4DG Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.109 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 640, + "viewportWidth": 360, + "weight": 0.00005945555000473174, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "he-IL", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 799, + "viewportWidth": 428, + "weight": 0.00005944717444841027, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 835, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 722, + "viewportWidth": 375, + "weight": 0.00005944604764121154, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 867, + "viewportWidth": 448, + "weight": 0.00005941238350554264, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 771, + "viewportWidth": 430, + "weight": 0.000059409995580481655, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00005940529530493801, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00005940161740794093, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1526, + "screenWidth": 1375, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1397, + "viewportWidth": 1375, + "weight": 0.00005938888330046334, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 777, + "viewportWidth": 411, + "weight": 0.00005937583707706397, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3766.1970 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000059355672644240515, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00005935272817117161, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.000059351910542978406, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 904, + "screenWidth": 407, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 766, + "viewportWidth": 406, + "weight": 0.000059345992804024384, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1352, + "screenWidth": 1323, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1226, + "viewportWidth": 1323, + "weight": 0.000059332773934745135, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1750.1078 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000059305426317844534, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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": 778, + "viewportWidth": 1440, + "weight": 0.0000593022729227658, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8718.1275 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000059293429700289365, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9808.1258 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005929055410936788, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00005928628807852385, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 953, + "viewportWidth": 1920, + "weight": 0.00005928615085798822, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1849.1597 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005927381870568968, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 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": 647, + "viewportWidth": 393, + "weight": 0.000059260019752368955, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 959, + "viewportWidth": 1920, + "weight": 0.000059247130992930916, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 665, + "viewportWidth": 1280, + "weight": 0.00005924103298156897, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000059224768796045015, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7685.1406 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000059212191230635935, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 719, + "viewportWidth": 428, + "weight": 0.000059200879700873035, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2159.1981 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005914313052552713, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 1366, + "weight": 0.00005914076428867914, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00005913583104035424, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 741, + "viewportWidth": 1180, + "weight": 0.00005912290504805534, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1356, + "screenWidth": 1398, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1231, + "viewportWidth": 1398, + "weight": 0.00005911879556902315, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv8l", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 708, + "viewportWidth": 1280, + "weight": 0.00005911501779040598, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00005909281889050613, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0000590808991843934, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4465.1019 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005906704209431244, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000590636455242096, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000059044270567658724, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00005904102786310329, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.35, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 1318, + "weight": 0.000059037388771188925, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Linux armv81", + "platform": "Linux armv81", + "pluginsLength": 5, + "screenHeight": 819, + "screenWidth": 378, + "userAgent": "Mozilla/5.0 (Android 16; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 677, + "viewportWidth": 378, + "weight": 0.00005899905531440208, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 200, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 756, + "viewportWidth": 411, + "weight": 0.00005898863958171619, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1432, + "screenWidth": 1364, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1306, + "viewportWidth": 1364, + "weight": 0.000058981310106111976, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 712, + "viewportWidth": 411, + "weight": 0.00005896801467895242, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5228.1991 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005895312624190475, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 675, + "viewportWidth": 402, + "weight": 0.00005895122653806674, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6876.1992 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000058922517648301654, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1455.1865 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005891578375850322, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 384, + "weight": 0.000058910800243248745, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 753, + "screenWidth": 1205, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 585, + "viewportWidth": 1204, + "weight": 0.00005890503170599947, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1514, + "screenWidth": 1232, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1391, + "viewportWidth": 1232, + "weight": 0.000058878549432766286, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 712, + "viewportWidth": 414, + "weight": 0.00005884107602051008, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00005883955813369117, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 1366, + "weight": 0.00005881613881856697, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 1120, + "screenWidth": 502, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 948, + "viewportWidth": 502, + "weight": 0.000058802679019459526, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00005878399539928726, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1438, + "screenWidth": 1298, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1309, + "viewportWidth": 1298, + "weight": 0.00005878102217460849, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1425, + "screenWidth": 1259, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1305, + "viewportWidth": 1259, + "weight": 0.000058778353399179446, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00005877633089971295, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1 Ddg/18.6", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 705, + "viewportWidth": 414, + "weight": 0.00005876967938337443, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.00005875910880369304, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/405.0.859829126 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00005875761120015547, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 707, + "viewportWidth": 430, + "weight": 0.000058741474174272505, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 901, + "viewportWidth": 1869, + "weight": 0.000058739195415899324, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.45, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 1050, + "type": "cellular" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 802, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 669, + "viewportWidth": 360, + "weight": 0.00005873915802720412, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2425.1227 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005869355051268266, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000058677835374157016, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000058672306699605074, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00005866100163846035, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 2160, + "screenWidth": 3840, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1159, + "viewportWidth": 2013, + "weight": 0.000058659283364363903, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1009, + "screenWidth": 1614, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 686, + "viewportWidth": 1236, + "weight": 0.00005865177297668717, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8098.1232 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005862187999271095, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.000058609304089064666, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1244.1859 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005860327883316456, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1246, + "viewportWidth": 1485, + "weight": 0.000058575407147202584, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 758, + "viewportWidth": 1503, + "weight": 0.00005853974713441641, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.00005852701571569376, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.000058525706688393235, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 876, + "viewportWidth": 1443, + "weight": 0.000058509617621158947, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.000058506923378932396, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9329.1540 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000058500215330273034, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5975.1420 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005846836872195843, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8205.1132 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005845114102057832, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00005844564585772927, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 250, + "type": "wifi" + }, + "language": "nl-SR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 776, + "viewportWidth": 411, + "weight": 0.00005844258538805934, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000058408664583308016, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6862.1552 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005840099686134889, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1509, + "screenWidth": 1305, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1389, + "viewportWidth": 1305, + "weight": 0.00005837845887833741, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00005836730923415921, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "tr-TR", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00005836184847012549, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3441.1613 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005833039178634048, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1457, + "screenWidth": 1213, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1335, + "viewportWidth": 1213, + "weight": 0.000058309952451090206, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3312.1133 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005830603724404456, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1461, + "screenWidth": 1344, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1338, + "viewportWidth": 1344, + "weight": 0.0000583026950272009, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9242.1952 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005829909782075665, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5450.1696 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000058297150696778326, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00005828435528974385, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5948.1904 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000058277471028512965, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00005827391005087567, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1339, + "screenWidth": 1396, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1213, + "viewportWidth": 1396, + "weight": 0.000058273392113880607, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/405.0.859829126 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00005827283649341712, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00005827190199132179, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1480, + "screenWidth": 1318, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1350, + "viewportWidth": 1318, + "weight": 0.00005826817505711953, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1378, + "screenWidth": 1290, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1254, + "viewportWidth": 1290, + "weight": 0.000058264055532165377, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2880.1516 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005826308405895963, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00005825516989140092, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000058232088679519214, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1583.1608 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000058223701946060706, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00005820225654707751, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00005820120034624496, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6278.1513 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005819655239491096, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1510, + "screenWidth": 1308, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1381, + "viewportWidth": 1308, + "weight": 0.00005817642449827622, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.000058175340103662136, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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": 760, + "viewportWidth": 1536, + "weight": 0.000058157277868067665, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4390.1032 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000058151357916805005, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 658, + "viewportWidth": 384, + "weight": 0.00005814177469861423, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 712, + "viewportWidth": 414, + "weight": 0.00005813941146967824, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 5, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0", + "vendor": "Google Inc.", + "viewportHeight": 418, + "viewportWidth": 359, + "weight": 0.00005810988056111121, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 869, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 732, + "viewportWidth": 411, + "weight": 0.00005810269053042383, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6849.1494 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005810112068608872, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2775.1064 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005809812215530136, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/144.0.3719.99 Version/26.0 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 756, + "viewportWidth": 440, + "weight": 0.00005808898842390855, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00005807309463608267, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00005806541836525489, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000058062605300736774, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8285.1771 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000058059644655798525, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36 OPR/126.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 895, + "viewportWidth": 1773, + "weight": 0.00005803275655690727, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "fr-FR", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/147.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 655, + "viewportWidth": 390, + "weight": 0.000058020776229123076, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 775, + "viewportWidth": 1470, + "weight": 0.00005801024223457653, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1391, + "screenWidth": 1363, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1264, + "viewportWidth": 1363, + "weight": 0.00005800708665282752, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 844, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 679, + "viewportWidth": 375, + "weight": 0.00005800373908987525, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 833, + "viewportWidth": 1470, + "weight": 0.00005798601744099797, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9910.1186 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000057982723910851275, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.000057966740077821, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4137.1602 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005794015360868568, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00005793567272959514, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5779.1887 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000057935524573621425, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1466, + "screenWidth": 1310, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1338, + "viewportWidth": 1310, + "weight": 0.000057914851486983896, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.45, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 610, + "screenWidth": 366, + "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": 481, + "viewportWidth": 366, + "weight": 0.000057878908150009604, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00005786804031719011, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8064.1407 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005785253703647438, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 736, + "viewportWidth": 440, + "weight": 0.000057848337363706184, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00005784151421272627, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/405.0.859829126 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.000057839315051688134, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 664, + "viewportWidth": 1397, + "weight": 0.00005782851764999869, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2782.1284 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005781000212905663, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00005779575296366268, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9463.1797 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000577939371230032, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.0.1 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 682, + "viewportWidth": 1080, + "weight": 0.0000577900010349996, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1454, + "screenWidth": 1297, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1333, + "viewportWidth": 1297, + "weight": 0.000057763371036746936, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3441.1986 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005775103743649199, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 2.5, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 642, + "viewportWidth": 1358, + "weight": 0.000057734528239861324, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 953, + "viewportWidth": 1920, + "weight": 0.000057727988667722504, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1517, + "screenWidth": 1391, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1392, + "viewportWidth": 1391, + "weight": 0.00005771578427882584, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 1440, + "weight": 0.000057709212996432916, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8485.1900 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000057708986154753015, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.000057697400782374736, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 712, + "viewportWidth": 1280, + "weight": 0.000057687514592620006, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00005768651797434659, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 832, + "viewportWidth": 1470, + "weight": 0.00005767314337918697, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1622.1059 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005767196640536467, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9968.1247 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005767176936793502, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000057653741039466096, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 792, + "viewportWidth": 1512, + "weight": 0.00005764169155908633, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 653, + "viewportWidth": 390, + "weight": 0.00005761590444547219, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.00005759502581964868, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00005759367689811745, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00005756500313719675, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 674, + "viewportWidth": 1272, + "weight": 0.00005756336840176292, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1355, + "screenWidth": 1237, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1231, + "viewportWidth": 1237, + "weight": 0.00005754988249307311, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1347.1491 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005754782762416648, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 652, + "viewportWidth": 384, + "weight": 0.00005754643470507434, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 524, + "viewportWidth": 393, + "weight": 0.00005754548708808574, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 837, + "viewportWidth": 1434, + "weight": 0.000057530815645004086, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00005752912668811652, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 390, + "weight": 0.00005752338903219397, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5223.1493 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005749708191251974, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6842.1453 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005749660248349394, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9566.1892 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000057487727349711724, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3834.1591 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005748451374521122, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00005747013984716183, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8180.1236 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000057459552568316725, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00005743856213416082, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 898, + "viewportWidth": 1707, + "weight": 0.00005742241953346405, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.45, + "downlinkMax": null, + "effectiveType": "3g", + "rtt": 350, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00005740561914939651, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00005740033385775261, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.2, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00005737976808852184, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1515, + "screenWidth": 1265, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1392, + "viewportWidth": 1265, + "weight": 0.00005736404198203049, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00005734728583149668, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8258.1423 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000057338512989640417, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 729, + "viewportWidth": 1536, + "weight": 0.00005732038466348709, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00005731730972176753, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00005730712370981491, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00005729736343637637, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 345, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36 EdgA/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 344, + "weight": 0.000057294230224195086, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00005729283670479363, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.000057273562124578546, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00005727084870229396, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5575.1116 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000572604760095186, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 727, + "viewportWidth": 428, + "weight": 0.000057256211367888506, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 641, + "viewportWidth": 1304, + "weight": 0.00005725548337368562, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1428, + "screenWidth": 1277, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1299, + "viewportWidth": 1277, + "weight": 0.00005725224800197768, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7349.1246 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005724240344453284, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000057207847338125164, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00005720416425326298, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 668, + "viewportWidth": 1441, + "weight": 0.000057203373021664665, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 758, + "viewportWidth": 440, + "weight": 0.000057192627106889275, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6180.1500 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005718129765697789, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36 OPR/126.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1538, + "viewportWidth": 3000, + "weight": 0.00005716386753176832, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "el-GR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 736, + "viewportWidth": 392, + "weight": 0.000057160799778527674, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8757.1332 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000057146725541071726, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000057128469063917786, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1692.1234 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005712191665400794, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00005709571120651271, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8, + "effectiveType": "4g", + "rtt": 300 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005709236730176677, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6733.1177 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000057057614940898854, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6516.1643 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005705691600220743, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00005704772140460313, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.65, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 806, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 662, + "viewportWidth": 360, + "weight": 0.00005703604287483648, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.1, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.00005703527194360286, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1502, + "screenWidth": 1287, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1381, + "viewportWidth": 1287, + "weight": 0.00005702883663352551, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 987, + "screenWidth": 444, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 828, + "viewportWidth": 443, + "weight": 0.00005699892636514809, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4013.1428 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000056991387607164176, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00005696669726786477, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00005694933195858515, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.7, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 792, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 652, + "viewportWidth": 360, + "weight": 0.00005693968335804122, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.7, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00005693561339969107, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 744, + "viewportWidth": 1470, + "weight": 0.00005691806433359876, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "MacIntel", + "pluginsLength": 6, + "screenHeight": 1107, + "screenWidth": 1710, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 947, + "viewportWidth": 1710, + "weight": 0.0000569153396530521, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.35, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 5, + "screenHeight": 750, + "screenWidth": 1200, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 615, + "viewportWidth": 1200, + "weight": 0.00005689874557175035, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6097.1064 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005686649891394943, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00005686432080795638, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1406, + "screenWidth": 1302, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1285, + "viewportWidth": 1302, + "weight": 0.000056850338777514186, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00005683902135163562, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.7, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000056815430817006626, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 932, + "viewportWidth": 1707, + "weight": 0.000056805029439730685, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 1166, + "screenWidth": 524, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 995, + "viewportWidth": 523, + "weight": 0.000056804208750855394, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3135.1988 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000056801181921144165, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5167.1765 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005678732333831945, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2931.1878 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000056762759254944475, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 693, + "screenWidth": 320, + "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": 509, + "viewportWidth": 320, + "weight": 0.00005675505102885792, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00005674702637956225, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00005673195390094691, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00005672164270475289, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000056708292608013414, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00005670448002450784, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 941, + "viewportWidth": 1664, + "weight": 0.0000566756066224963, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00005666853746971861, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 914, + "viewportWidth": 1912, + "weight": 0.000056658858144276754, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "sl-SI", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 669, + "viewportWidth": 360, + "weight": 0.00005665848911287354, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8519.1805 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005663356229678518, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 630, + "viewportWidth": 375, + "weight": 0.00005662796174770986, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9165.1891 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000056604698914811756, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 672, + "viewportWidth": 360, + "weight": 0.00005660043800467671, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4760.1626 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000565987304192494, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 7, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 655, + "viewportWidth": 393, + "weight": 0.00005659779246497122, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 878, + "viewportWidth": 1920, + "weight": 0.000056591569137552476, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 810, + "viewportWidth": 411, + "weight": 0.00005659093678517624, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3278.1094 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000565806573648435, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2184.1986 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005658004466256218, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6380.1722 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000056577757132173564, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.000056572893577010325, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00005657023015978571, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3187.1089 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000056562996088306305, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00005655279782462321, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1261, + "viewportWidth": 2560, + "weight": 0.00005651625528611386, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00005651318004196494, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.000056490981667291255, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 693, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 521, + "viewportWidth": 320, + "weight": 0.00005648997601432932, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 776, + "viewportWidth": 411, + "weight": 0.00005646279332072054, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6539.1024 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005645571966473978, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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": 745, + "viewportWidth": 428, + "weight": 0.000056444756119664686, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1409, + "screenWidth": 1316, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1283, + "viewportWidth": 1316, + "weight": 0.00005644415482194106, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 549, + "viewportWidth": 375, + "weight": 0.000056442281646132997, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3289.1731 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000056423981847464746, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00005642268127379254, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 693, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 525, + "viewportWidth": 320, + "weight": 0.000056419287307691354, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 609, + "viewportWidth": 1300, + "weight": 0.000056397698766427034, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4997.1791 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000056384249144981705, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00005638306779572998, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1232, + "viewportWidth": 2560, + "weight": 0.00005636881116193394, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/379.0.786762118 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00005636706269918541, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "ru-RU", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 YaBrowser/25.12.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1905, + "weight": 0.00005635500685329062, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00005632138859835134, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000056317198231803845, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1417.1621 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005631690200594414, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.2, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 919, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 772, + "viewportWidth": 411, + "weight": 0.000056315618118908724, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.55, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 605, + "viewportWidth": 1366, + "weight": 0.00005630511202191155, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00005630395463910582, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 912, + "viewportWidth": 506, + "weight": 0.0000563004928930524, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 735, + "viewportWidth": 411, + "weight": 0.000056299582510402135, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5547.1813 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005628956654030334, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 784, + "viewportWidth": 411, + "weight": 0.00005625667142719143, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "fi-FI", + "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.000056247141598748154, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000056244490944175726, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 973, + "viewportWidth": 1920, + "weight": 0.00005622980136734287, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00005622513665731352, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005622412523138074, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.85, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 684, + "viewportWidth": 1517, + "weight": 0.00005621602413685651, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 803, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 637, + "viewportWidth": 360, + "weight": 0.00005619244237914918, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00005618525308754295, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00005617784322537851, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00005616645871182635, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 717, + "viewportWidth": 1517, + "weight": 0.000056161136805265866, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000056157451867260736, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 833, + "viewportWidth": 1470, + "weight": 0.00005612341115982554, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 844, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 703, + "viewportWidth": 375, + "weight": 0.0000561216675508015, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 875, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 767, + "viewportWidth": 392, + "weight": 0.0000561053025083966, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0", + "vendor": "", + "viewportHeight": 893, + "viewportWidth": 1869, + "weight": 0.000056104039296420776, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 704, + "viewportWidth": 414, + "weight": 0.000056101640560689686, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2810.1052 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005609637735698819, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00005607414366856108, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Linux armv8l", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 915, + "viewportWidth": 412, + "weight": 0.00005606541106394671, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8092.1753 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000056040021467460275, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "de-DE", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00005603707454305303, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00005602977402543806, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 659, + "viewportWidth": 393, + "weight": 0.000056013479326539744, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00005596195679408972, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "es-419", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00005595106320238255, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3854.1285 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000055935519414448544, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7614.1316 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005592945104190369, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 765, + "viewportWidth": 1512, + "weight": 0.00005591811695938302, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1452.1816 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000055909820580410726, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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.000055907972305280165, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1480, + "screenWidth": 1283, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1355, + "viewportWidth": 1283, + "weight": 0.000055901720956940055, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 568, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 387, + "viewportWidth": 320, + "weight": 0.00005587568383888683, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1385, + "screenWidth": 1236, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1260, + "viewportWidth": 1236, + "weight": 0.00005587122857524155, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00005585811704566672, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.000055854144437829695, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.1, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 753, + "screenWidth": 339, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 621, + "viewportWidth": 338, + "weight": 0.00005584375785578464, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 631, + "viewportWidth": 375, + "weight": 0.00005583398007017297, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8528.1736 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000055810091362824494, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 654, + "viewportWidth": 402, + "weight": 0.00005580789090459442, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3547.1215 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005579182278124863, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5214.1637 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000055791810815924325, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8759.1408 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005577702532747089, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 586, + "viewportWidth": 440, + "weight": 0.00005577288321844909, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 2.85, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1137, + "viewportWidth": 1985, + "weight": 0.000055761909779798274, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "hu", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 904, + "screenWidth": 407, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 766, + "viewportWidth": 406, + "weight": 0.000055750513595097434, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1037, + "viewportWidth": 1920, + "weight": 0.00005574512031687518, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5981.1776 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005573802564285017, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00005573185012264015, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1435, + "screenWidth": 1282, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1308, + "viewportWidth": 1282, + "weight": 0.0000557143192370021, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 693, + "viewportWidth": 393, + "weight": 0.00005569171781919961, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 875, + "viewportWidth": 1536, + "weight": 0.0000556856357332426, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00005567091536908035, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00005564264215691865, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1051.1633 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005562347139243886, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 768, + "viewportWidth": 402, + "weight": 0.00005561072886652507, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_14 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.00005560059577940149, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.000055598279216159835, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1386, + "screenWidth": 1350, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1261, + "viewportWidth": 1350, + "weight": 0.00005559046479397123, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00005558891393981631, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.000055570511889327995, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.000055567564379738194, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1440, + "screenWidth": 1337, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1311, + "viewportWidth": 1337, + "weight": 0.00005556557320098068, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5912.1451 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000555542920071519, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.25, + "effectiveType": "4g", + "rtt": 200 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.0000555282848679778, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4845.1315 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005551621643393682, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000055516133835974335, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.000055506927682955004, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000055473113184627275, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 4, + "screenHeight": 1200, + "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": 1200, + "viewportWidth": 1280, + "weight": 0.00005547037475660014, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 745, + "viewportWidth": 1407, + "weight": 0.00005545035714904313, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 668, + "viewportWidth": 1272, + "weight": 0.000055438998731229886, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9022.1127 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005543700953081504, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.000055424466671960064, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1411, + "screenWidth": 1211, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1285, + "viewportWidth": 1211, + "weight": 0.0000554241550807819, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.000055421420793541074, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7725.1179 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000055416662032068854, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000055380297176140204, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.45, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00005537659231967517, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.000055371632515556996, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 754, + "viewportWidth": 895, + "weight": 0.000055354070434410324, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7502.1200 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005534873958159368, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "oscpu": "Linux armv81", + "platform": "Linux armv81", + "pluginsLength": 5, + "screenHeight": 760, + "screenWidth": 342, + "userAgent": "Mozilla/5.0 (Android 16; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 639, + "viewportWidth": 342, + "weight": 0.00005534597121812588, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1474, + "screenWidth": 1275, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1350, + "viewportWidth": 1275, + "weight": 0.000055334279850495136, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-GB", + "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/399.2.845414227 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0000553065791302193, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 917, + "viewportWidth": 929, + "weight": 0.00005527319756646373, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1516, + "screenWidth": 1251, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1389, + "viewportWidth": 1251, + "weight": 0.00005526871511794154, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 891, + "viewportWidth": 1402, + "weight": 0.00005524837327180668, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "de-DE", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 692, + "viewportWidth": 1180, + "weight": 0.0000552055586719778, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6881.1733 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005520366212682484, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "tr-TR", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00005517970622801934, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00005516417034548658, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000055157826087227426, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 727, + "viewportWidth": 1194, + "weight": 0.000055142177786153456, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "fr-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 987, + "screenWidth": 444, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 864, + "viewportWidth": 443, + "weight": 0.00005513204434722007, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.6, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 791, + "viewportWidth": 1536, + "weight": 0.000055095005165642985, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 851, + "viewportWidth": 448, + "weight": 0.00005508045133696137, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1451, + "screenWidth": 1355, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1331, + "viewportWidth": 1355, + "weight": 0.00005506584895175065, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00005505363262502771, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6720.1934 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005505052644988599, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2438.1078 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005504039472785797, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00005503142180035666, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5989.1836 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005502697052392854, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPad", + "pluginsLength": 0, + "screenHeight": 1024, + "screenWidth": 768, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 653, + "viewportWidth": 1024, + "weight": 0.00005502031922077638, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1279, + "viewportWidth": 2560, + "weight": 0.000054997851639602734, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1460, + "screenWidth": 1391, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1335, + "viewportWidth": 1391, + "weight": 0.000054995125545729084, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 894, + "viewportWidth": 440, + "weight": 0.00005497280426788126, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1495, + "screenWidth": 1265, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1369, + "viewportWidth": 1265, + "weight": 0.00005496861146655794, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.00005494968994019747, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.45, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 752, + "viewportWidth": 411, + "weight": 0.000054930368937214205, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00005492255626743908, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1417, + "screenWidth": 1373, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1289, + "viewportWidth": 1373, + "weight": 0.000054895955546961844, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2762.1252 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000054885033908121794, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8057.1308 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005487794529443089, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00005487765925249096, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 738, + "viewportWidth": 1528, + "weight": 0.00005485741999102589, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00005482918059055986, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 7, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 735, + "viewportWidth": 430, + "weight": 0.000054827519481580814, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 718, + "viewportWidth": 384, + "weight": 0.00005482168402769556, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.000054817372524857804, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00005481534886641644, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6579.1932 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005480978757544599, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1392, + "screenWidth": 1213, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1266, + "viewportWidth": 1213, + "weight": 0.00005477339888684664, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 880, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 744, + "viewportWidth": 360, + "weight": 0.00005474959650650115, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005474692708703868, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2606.1984 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005474469437228731, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 894, + "viewportWidth": 440, + "weight": 0.00005473283355121072, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9424.1679 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000054714565757481985, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.000054690102236714855, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2271.1817 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005468220765155431, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000054675872917104804, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-NZ", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 661, + "viewportWidth": 390, + "weight": 0.0000546715372115761, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 740, + "viewportWidth": 411, + "weight": 0.00005465693186486249, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1481, + "screenWidth": 1211, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1359, + "viewportWidth": 1211, + "weight": 0.000054636314273025684, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 912, + "screenWidth": 420, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 746, + "viewportWidth": 420, + "weight": 0.00005462053589042726, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00005461993807942284, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5077.1927 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005460351288353805, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.0000546027554057682, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 720, + "screenWidth": 1281, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 594, + "viewportWidth": 1272, + "weight": 0.000054589004851436265, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-GB", + "oscpu": "Linux armv81", + "platform": "Linux armv81", + "pluginsLength": 5, + "screenHeight": 920, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (Android 16; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 793, + "viewportWidth": 414, + "weight": 0.00005458393237789603, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00005458392212094507, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00005457069547199659, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6823.1555 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000054570058174648964, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00005454893223976353, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 683, + "viewportWidth": 402, + "weight": 0.00005450177391043236, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.6, + "effectiveType": "4g", + "rtt": 300 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.000054478620024209535, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 736, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_12 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": 608, + "viewportWidth": 414, + "weight": 0.00005445460691644341, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7879.1534 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005444072596056167, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000054439727986148135, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00005442015979698568, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1510.1165 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005441822922754985, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000544097862250128, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000054385078824878355, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00005437789446310666, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00005434636077015645, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00005434537095726475, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00005434247474650077, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1454, + "screenWidth": 1254, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1328, + "viewportWidth": 1254, + "weight": 0.00005434236346826419, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7377.1886 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005433772863790965, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 700, + "viewportWidth": 384, + "weight": 0.00005433741034656067, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 720, + "viewportWidth": 384, + "weight": 0.00005433517754900738, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1238, + "viewportWidth": 2560, + "weight": 0.00005433203415994034, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 798, + "viewportWidth": 1839, + "weight": 0.0000543156697590571, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 806, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 662, + "viewportWidth": 360, + "weight": 0.00005429273932239214, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7099.1162 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005428207931197782, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.4, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 987, + "screenWidth": 444, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 828, + "viewportWidth": 443, + "weight": 0.00005427231336647201, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.25, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/109.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1089, + "viewportWidth": 1920, + "weight": 0.000054264559700608296, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00005426409454627619, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4687.1132 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000054239310112968854, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15 Ddg/26.2", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1209, + "viewportWidth": 1024, + "weight": 0.00005422837310169132, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5199.1322 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000054227083866910454, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00005419971729130918, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 554, + "viewportWidth": 1272, + "weight": 0.000054195410730313115, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.45, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1044, + "viewportWidth": 1912, + "weight": 0.00005419214362934253, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000054181050880347124, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3982.1538 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000054174588032377186, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00005416561598121955, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2943.1101 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005414481882458514, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 200, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 754, + "viewportWidth": 411, + "weight": 0.000054138597309811606, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 520, + "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": 520, + "viewportWidth": 360, + "weight": 0.000054120125226372624, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7067.1594 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005411070049338283, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 680, + "viewportWidth": 402, + "weight": 0.00005410302053403251, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1532.1717 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005410030323760833, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 756, + "viewportWidth": 411, + "weight": 0.00005409139356177525, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.000054072365720483574, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1451, + "screenWidth": 1242, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1327, + "viewportWidth": 1242, + "weight": 0.00005407008251730021, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 856, + "viewportWidth": 1394, + "weight": 0.000054051453557830936, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 704, + "viewportWidth": 390, + "weight": 0.000054050136948720247, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 669, + "viewportWidth": 360, + "weight": 0.0000540459392190161, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 674, + "viewportWidth": 1272, + "weight": 0.00005403563284668064, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 589, + "viewportWidth": 1178, + "weight": 0.00005400312530538621, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7340.1486 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005398989716855779, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1510, + "screenWidth": 1271, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1390, + "viewportWidth": 1271, + "weight": 0.00005398834391632149, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 657, + "viewportWidth": 393, + "weight": 0.00005397923240431145, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPad", + "pluginsLength": 5, + "screenHeight": 1194, + "screenWidth": 834, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 710, + "viewportWidth": 1194, + "weight": 0.00005396547939507856, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00005395039291355273, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6907.1765 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000053944982220819474, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.55, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "pt-BR", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.00005392914384137582, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.25, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 721, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.00005392435983090629, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1 Ddg/26.2", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 538, + "viewportWidth": 375, + "weight": 0.00005391955732589219, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8001.1521 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000053902158569296284, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00005389621404133383, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1370, + "screenWidth": 1310, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1246, + "viewportWidth": 1310, + "weight": 0.00005388971843629481, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1353, + "screenWidth": 1277, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1231, + "viewportWidth": 1277, + "weight": 0.000053874315488474707, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 765, + "viewportWidth": 1512, + "weight": 0.00005386162008349243, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.000053845452656134645, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7284.1273 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005384526773536006, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.0000538406553071769, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00005382471191927795, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0000538119675040065, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5437.1835 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005380320648657044, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4149.1502 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000538018772144603, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.95, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 650, + "viewportWidth": 1397, + "weight": 0.00005378176393388333, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1453, + "screenWidth": 1298, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1328, + "viewportWidth": 1298, + "weight": 0.00005378017188323004, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00005377440289532396, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00005376776431344839, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.000053765648612023944, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2212.1943 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005375777239175106, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5386.1791 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005375400591068404, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1415, + "screenWidth": 1376, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1288, + "viewportWidth": 1376, + "weight": 0.00005375311781536207, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000053750209160061435, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5219.1157 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000053743389400321894, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6079.1324 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005372497669382293, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3510.1473 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005371793480566742, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000053690592950952155, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "es-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.000053676224587811875, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00005366970087213722, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.000053662367090867736, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1513, + "screenWidth": 1201, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1387, + "viewportWidth": 1201, + "weight": 0.0000536399653871582, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.14 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 954, + "viewportWidth": 1366, + "weight": 0.000053628060522628476, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000053624252262305575, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 914, + "viewportWidth": 1912, + "weight": 0.00005360890437847914, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00005360141892780262, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 625, + "viewportWidth": 375, + "weight": 0.000053586458729264215, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0000535819940107676, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1402, + "screenWidth": 1328, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1275, + "viewportWidth": 1328, + "weight": 0.00005358037930392238, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3640.1366 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005357961880226394, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00005355986394206039, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9498.1850 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005354213745136561, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00005353443225333587, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 658, + "viewportWidth": 384, + "weight": 0.00005352216029750079, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2915.1756 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000053511049625331415, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 846, + "viewportWidth": 975, + "weight": 0.00005349215231746722, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4927.1675 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000053485128786470184, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00005347539393361312, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 826, + "viewportWidth": 1536, + "weight": 0.00005347033353583008, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "de-DE", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00005346961019545757, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00005344638145399006, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.45, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 250, + "type": "wifi" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 770, + "viewportWidth": 411, + "weight": 0.000053433250579462346, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1390, + "screenWidth": 1351, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1268, + "viewportWidth": 1351, + "weight": 0.000053407281808467375, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00005340082883915167, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.000053399164452592096, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00005337647533742, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9098.1320 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005336869031233255, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8576.1122 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005335694830159846, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1608.1302 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000053354069403715195, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000053337576687590925, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00005331686378201219, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1052, + "viewportWidth": 820, + "weight": 0.00005331254011437725, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1515, + "screenWidth": 1201, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1394, + "viewportWidth": 1201, + "weight": 0.00005330231048519311, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00005329875694871848, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2839.1811 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005328759107388958, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.0000532809016957217, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9821.1498 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000053268502018786464, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.000053230262435008976, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.4, + "effectiveType": "3g", + "rtt": 450 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005322991313275678, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3664.1702 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000053225290182468196, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00005321767106594087, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8266.1796 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005321122177224635, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 390, + "weight": 0.000053206639953061015, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8613.1859 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000053187008326956255, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 658, + "viewportWidth": 390, + "weight": 0.000053164688227687637, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8759.1980 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000053160933346106165, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1422, + "screenWidth": 1265, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1297, + "viewportWidth": 1265, + "weight": 0.000053158642740350114, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 130, + "viewportWidth": 517, + "weight": 0.00005314619438153504, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00005313476605917179, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 898, + "viewportWidth": 1710, + "weight": 0.000053132204328409876, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "sv-SE", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00005312359796259228, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.000053104977860386555, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2929.1471 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005309808858856221, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.000053096377721118504, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.000053094992668814813, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1492, + "screenWidth": 1375, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1368, + "viewportWidth": 1375, + "weight": 0.000053063956762766916, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1245.1175 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005305668524693227, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00005305235731990913, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00005305127877481903, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1333, + "screenWidth": 1204, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1210, + "viewportWidth": 1204, + "weight": 0.000053034033043166064, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 674, + "viewportWidth": 1272, + "weight": 0.00005303029937843276, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 390, + "weight": 0.00005303013957530049, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0000530284636238771, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00005301707583205277, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00005300638039107984, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "fr-FR", + "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.00005300351952613409, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9335.1618 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000052988303893422906, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1424, + "screenWidth": 1311, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1301, + "viewportWidth": 1311, + "weight": 0.00005297796969695341, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-NZ", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00005297499341534325, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00005297054619667566, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1530.1802 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005294151168245783, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en", + "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/133.0.6943.141 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1600, + "viewportWidth": 1600, + "weight": 0.00005293258695758084, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.3, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00005291409001710112, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8017.1033 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000052888751097086164, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7620.1659 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005287901245020439, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4900.1130 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000052870777230940564, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8165.1093 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005286196824043041, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7129.1899 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000052843389425512374, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00005283129632459906, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000052829531372708806, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000052826162849954935, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.000052802094244288867, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5265.1010 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005279150955270226, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00005277718073558817, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 691, + "viewportWidth": 1398, + "weight": 0.00005277003967692335, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00005275218150233766, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.95, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "es-ES", + "platform": "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": 1008, + "viewportWidth": 1920, + "weight": 0.0000527501870790118, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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.000052747865639082674, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00005274585474817312, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1010.1958 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005274027225190824, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_14 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.00005273386323057655, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00005273280344217785, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5099.1864 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005271680245673403, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 956, + "viewportWidth": 440, + "weight": 0.00005271066715269203, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7941.1763 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005270525693880469, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6947.1344 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005269780875798908, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 937, + "viewportWidth": 1854, + "weight": 0.00005269053301020097, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1512, + "screenWidth": 1343, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1390, + "viewportWidth": 1343, + "weight": 0.00005268193757308439, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 929, + "viewportWidth": 1896, + "weight": 0.00005268013575383467, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6401.1936 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005267520465938697, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3129.1109 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005266205479298568, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.4, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "sr-RS", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 857, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 727, + "viewportWidth": 384, + "weight": 0.00005264888454583995, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00005264604470722093, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3981.1092 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005264248363796083, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5055.1551 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005264093696655824, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 806, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 678, + "viewportWidth": 360, + "weight": 0.000052625989717629404, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1404, + "screenWidth": 1242, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1282, + "viewportWidth": 1242, + "weight": 0.000052616210290890664, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5146.1740 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005261056202617037, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4511.1840 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000052597316562235347, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "es-MX", + "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.00005259470669322838, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-AU", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.00005256531805015342, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 654, + "viewportWidth": 402, + "weight": 0.000052549789816221175, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 749, + "viewportWidth": 411, + "weight": 0.00005254154298440503, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.000052540200777399957, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00005253319016262635, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 1536, + "weight": 0.00005247631835138672, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 815, + "viewportWidth": 430, + "weight": 0.00005247606848022209, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00005247040952114438, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1399, + "screenWidth": 1225, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1273, + "viewportWidth": 1225, + "weight": 0.00005246730100695092, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.000052465582011162856, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 962, + "viewportWidth": 1912, + "weight": 0.00005246131398102429, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.000052456916462426965, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 897, + "viewportWidth": 1280, + "weight": 0.00005245436984639199, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000052426254686402375, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.55, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 740, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 612, + "viewportWidth": 360, + "weight": 0.000052412439344063075, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 250 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 595, + "viewportWidth": 1282, + "weight": 0.00005239997419384247, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "fr-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00005239613843313018, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 791, + "viewportWidth": 1536, + "weight": 0.00005238767730293303, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1399, + "screenWidth": 1204, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1278, + "viewportWidth": 1204, + "weight": 0.00005238329995359129, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 727, + "viewportWidth": 428, + "weight": 0.00005238245772969336, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3199.1355 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005237088867719077, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "hr-HR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.0000523562495369854, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.000052344957833670234, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.25, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 806, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 674, + "viewportWidth": 360, + "weight": 0.000052339916887879065, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6153.1524 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005233369681807893, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7713.1166 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005231471503075536, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00005231097920594355, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.95, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.000052309609341492, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 693, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 491, + "viewportWidth": 320, + "weight": 0.000052305764033297256, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "de-DE", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 840, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 657, + "viewportWidth": 360, + "weight": 0.0000522973620973382, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00005228927511377239, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000052277986258475016, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "it-IT", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 718, + "viewportWidth": 934, + "weight": 0.00005224681729149914, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 922, + "viewportWidth": 1727, + "weight": 0.00005224473380306385, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 1280, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Lanai)", + "vendor": "Google Inc.", + "viewportHeight": 1280, + "viewportWidth": 1280, + "weight": 0.000052243127065113064, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 914, + "viewportWidth": 1896, + "weight": 0.00005224048836735386, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00005223293009884828, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000052231591862647524, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.000052229948298846096, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "nl-NL", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 804, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 664, + "viewportWidth": 360, + "weight": 0.00005222664284752153, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "MacIntel", + "pluginsLength": 0, + "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.1 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1073, + "viewportWidth": 820, + "weight": 0.000052218771018262704, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 889, + "viewportWidth": 1536, + "weight": 0.00005218468511988085, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1891.1188 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000052183047742976386, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6565.1061 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000052178703765424024, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1519, + "screenWidth": 1283, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1397, + "viewportWidth": 1283, + "weight": 0.00005217543451636099, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 250 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005216767750526209, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2085.1054 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005216765735353343, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5807.1957 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005216135636369638, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3569.1588 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000521474970820641, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1274, + "viewportWidth": 2552, + "weight": 0.00005211300687922984, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9727.1877 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000052098224768390615, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/399.2.845414227 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00005209515316847258, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1608.1223 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000052081254208972305, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00005207672787296701, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00005205821849707749, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "nl-BE", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 602, + "viewportWidth": 360, + "weight": 0.00005202932411626826, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 835, + "viewportWidth": 1470, + "weight": 0.00005200051307961456, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6837.1829 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005199774304575288, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.000051972244411457195, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 743, + "viewportWidth": 428, + "weight": 0.000051967228535616645, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 196, + "viewportWidth": 804, + "weight": 0.0000519664552773475, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1453, + "screenWidth": 1268, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1331, + "viewportWidth": 1268, + "weight": 0.000051965891957198735, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 662, + "viewportWidth": 390, + "weight": 0.000051960757304485496, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 735, + "viewportWidth": 393, + "weight": 0.000051956998374691514, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-IE", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 804, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 712, + "viewportWidth": 360, + "weight": 0.00005195682029893479, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4101.1832 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005194657359519276, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6379.1877 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000051946307410685124, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1000.1698 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005191947658545823, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 694, + "viewportWidth": 393, + "weight": 0.00005189212821820356, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.000051891219649563866, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9399.1085 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005188680673757134, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3238.1128 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000051854434338522534, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 1440, + "weight": 0.000051851579919562386, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "sv-SE", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 642, + "viewportWidth": 360, + "weight": 0.00005183651193908482, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.1, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "ru-RU", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 738, + "viewportWidth": 1536, + "weight": 0.00005183393058592022, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1466, + "screenWidth": 1246, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1344, + "viewportWidth": 1246, + "weight": 0.00005183183388637829, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00005182570607935917, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00005180748800712579, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00005180320760911473, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3518.1692 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005180314314688144, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4135.1190 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005179312075727257, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5137.1767 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005179271715296371, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 660, + "viewportWidth": 393, + "weight": 0.00005178708175721817, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "pl-PL", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00005178456945955975, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 662, + "viewportWidth": 390, + "weight": 0.00005177521337786612, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 640, + "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": 518, + "viewportWidth": 360, + "weight": 0.00005176751476339434, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1728.1420 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005175682525899893, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7355.1684 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000051741984219537973, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000051735966942152424, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.000051727839443104954, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00005172134636200065, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.5, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 200, + "type": "cellular" + }, + "language": "en-PH", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 756, + "viewportWidth": 411, + "weight": 0.00005170993000300573, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.000051707533702598633, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.55, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 250, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 820, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 680, + "viewportWidth": 360, + "weight": 0.00005168963753683932, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1194, + "viewportWidth": 1632, + "weight": 0.00005168941599174141, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 706, + "viewportWidth": 1194, + "weight": 0.00005167950591187098, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000051670707066576226, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2891.1262 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005166352186327763, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "pt-PT", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 652, + "viewportWidth": 384, + "weight": 0.00005166339019281349, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.5 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 980, + "viewportWidth": 1645, + "weight": 0.000051652447371235664, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 727, + "viewportWidth": 428, + "weight": 0.00005165006139990052, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "sl", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.000051649735208535036, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 564, + "viewportWidth": 1272, + "weight": 0.00005164795814629633, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 605, + "viewportWidth": 360, + "weight": 0.00005164447849217277, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000051633100741943784, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00005162853039254632, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00005161318064334536, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1427, + "screenWidth": 1396, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1298, + "viewportWidth": 1396, + "weight": 0.00005161152035291029, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1492, + "screenWidth": 1282, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1363, + "viewportWidth": 1282, + "weight": 0.00005159436614028347, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00005159318015645117, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1491, + "screenWidth": 1370, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1364, + "viewportWidth": 1370, + "weight": 0.000051591213733217676, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1959.1464 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005158440296717533, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000051579167827267195, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5701.1260 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000515757397184043, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00005156314017466174, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1872, + "weight": 0.00005156304865250367, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 987, + "viewportWidth": 958, + "weight": 0.000051561428696731275, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00005155586158840552, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00005154570300663766, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-HR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 793, + "screenWidth": 364, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 651, + "viewportWidth": 363, + "weight": 0.00005154495520371638, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.000051532292827438154, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.5, + "effectiveType": "3g", + "rtt": 300 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005152513986168675, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1 Ddg/26.2", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 736, + "viewportWidth": 428, + "weight": 0.00005152257031305168, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 732, + "viewportWidth": 440, + "weight": 0.000051519970047689255, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 839, + "viewportWidth": 1470, + "weight": 0.0000515080909485489, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.55, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 200, + "type": "wifi" + }, + "language": "el-GR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 736, + "viewportWidth": 392, + "weight": 0.00005150771733780923, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1373, + "screenWidth": 1234, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1251, + "viewportWidth": 1234, + "weight": 0.00005147709703042491, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7078.1063 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000514720568987045, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00005146275999392619, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 757, + "viewportWidth": 440, + "weight": 0.0000514481187697924, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 765, + "viewportWidth": 1600, + "weight": 0.00005144236754885814, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 808, + "viewportWidth": 430, + "weight": 0.000051429402383026176, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C55 Twitter for iPhone/11.62", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 607, + "viewportWidth": 402, + "weight": 0.000051415768881163824, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 672, + "viewportWidth": 1280, + "weight": 0.00005141493244700957, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6884.1843 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005140481226428613, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 751, + "viewportWidth": 428, + "weight": 0.000051398993037413745, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9151.1435 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000051393247614653764, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1284, + "viewportWidth": 2552, + "weight": 0.000051378144479433356, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00005136605676811809, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00005134461336523077, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.35, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 759, + "viewportWidth": 411, + "weight": 0.000051343831473394774, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1918.1337 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005132939589647236, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3504.1345 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000513248036871258, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 855, + "viewportWidth": 1280, + "weight": 0.000051318108658898616, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1491, + "screenWidth": 1256, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1368, + "viewportWidth": 1256, + "weight": 0.00005130786455958712, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 1528, + "weight": 0.000051303838772212466, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7340.1668 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005129791361531752, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8358.1547 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005129555661349962, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.35, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1031, + "viewportWidth": 1920, + "weight": 0.00005129236732786559, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4936.1357 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005129201493238176, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00005129177171519682, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3771.1710 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000051283274240903956, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1376, + "screenWidth": 1390, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1252, + "viewportWidth": 1390, + "weight": 0.00005128321440435042, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1384, + "screenWidth": 1235, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1257, + "viewportWidth": 1235, + "weight": 0.000051257393443861537, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 600, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6773.1850 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00005125402973980244, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8052.1911 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005125095966778943, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 762, + "viewportWidth": 375, + "weight": 0.000051246473498884826, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1433, + "screenWidth": 1316, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1307, + "viewportWidth": 1316, + "weight": 0.00005124411560626183, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8657.1723 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000051235744005879014, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 2.35, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 200, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 814, + "screenWidth": 367, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 719, + "viewportWidth": 366, + "weight": 0.000051228201068657416, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1572.1219 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005122760058723239, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.75, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 671, + "viewportWidth": 360, + "weight": 0.000051207250002722035, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 250 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000051186136884757965, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000051183844504556144, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.85, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 529, + "viewportWidth": 1241, + "weight": 0.00005115779368973434, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 914, + "viewportWidth": 1912, + "weight": 0.00005114766675749125, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00005113997546545802, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000511207676122066, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1387, + "screenWidth": 1288, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1259, + "viewportWidth": 1288, + "weight": 0.00005111825840327971, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.000051088722577665755, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2756.1259 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005108306793032524, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.85, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 776, + "viewportWidth": 1432, + "weight": 0.00005106535103576272, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2885.1612 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000051045602867261704, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1080.1539 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000051041627507330624, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 764, + "viewportWidth": 411, + "weight": 0.00005101398828584523, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6279.1144 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005100621855098808, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00005100109938663693, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000050997787192060614, "deviceCategory": "mobile" }, { @@ -52615,69 +126727,74 @@ "language": "en-US", "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/112.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8309.1807 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 720, - "viewportWidth": 1280, - "weight": 0.00010292386010591497, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000050995579123208, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 1080, + "screenWidth": 810, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0001028519596443375, - "deviceCategory": "mobile" + "viewportHeight": 682, + "viewportWidth": 1080, + "weight": 0.00005097956431178941, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00010280273601364318, + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.000050969248900881574, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 634, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3514.1852 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00010277219920268809, + "weight": 0.00005094582211112612, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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 DuckDuckGo/7 Safari/605.1.15", + "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": 713, - "viewportWidth": 414, - "weight": 0.00010273909551234787, + "viewportHeight": 547, + "viewportWidth": 375, + "weight": 0.00005094348936808164, "deviceCategory": "mobile" }, { @@ -52685,213 +126802,160 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 150 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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 Edg/125.0.0.0", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 924, - "viewportWidth": 1872, - "weight": 0.00010260051601649929, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000509364100736542, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.2, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 100 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 694, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 561, - "viewportWidth": 320, - "weight": 0.00010259816765758825, - "deviceCategory": "mobile" + "viewportHeight": 857, + "viewportWidth": 1512, + "weight": 0.00005093539702938359, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.0001024778759254624, + "viewportHeight": 683, + "viewportWidth": 402, + "weight": 0.00005092149505375859, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 100 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "it-IT", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 701, - "viewportWidth": 384, - "weight": 0.00010231452293725094, - "deviceCategory": "mobile" + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00005091274768273114, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00010230033734782148, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000050886306545781015, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "fr-CA", + "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00010219885765010802, + "viewportWidth": 402, + "weight": 0.0000508780279413173, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 723, - "viewportWidth": 430, - "weight": 0.0001021909264860501, + "viewportHeight": 750, + "viewportWidth": 414, + "weight": 0.000050869827060347966, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 5.85, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "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": 919, - "viewportWidth": 1920, - "weight": 0.00010218332020652951, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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": 635, - "viewportWidth": 375, - "weight": 0.0001020963504141765, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00010208837837418497, + "viewportHeight": 586, + "viewportWidth": 440, + "weight": 0.00005085452859715508, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.00010208053597369792, + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00005083299181168353, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.9, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 803, - "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": 732, - "viewportWidth": 360, - "weight": 0.00010204990663054249, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "zh-CN", + "platform": "Win32", "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": 662, - "viewportWidth": 390, - "weight": 0.00010199743026205475, - "deviceCategory": "mobile" + "screenHeight": 1325, + "screenWidth": 1278, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1202, + "viewportWidth": 1278, + "weight": 0.000050828067702224525, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -52899,33 +126963,19 @@ "downlink": 10, "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 780, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 960, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 609, - "viewportWidth": 360, - "weight": 0.00010197708441876968, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 812, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7 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": 566, - "viewportWidth": 375, - "weight": 0.00010193738784391181, + "viewportHeight": 809, + "viewportWidth": 432, + "weight": 0.00005081704661604818, "deviceCategory": "mobile" }, { @@ -52933,18 +126983,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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 Edg/125.0.0.0", + "screenHeight": 1509, + "screenWidth": 1383, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 924, - "viewportWidth": 1872, - "weight": 0.00010184696538631559, + "viewportHeight": 1381, + "viewportWidth": 1383, + "weight": 0.000050806775213054944, "deviceCategory": "desktop" }, { @@ -52954,39 +127004,44 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 739, "viewportWidth": 390, - "weight": 0.00010184552280919265, + "weight": 0.00005079427944575844, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 1080, + "screenWidth": 810, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00010184008502586844, - "deviceCategory": "mobile" + "viewportHeight": 682, + "viewportWidth": 1080, + "weight": 0.000050788537258159154, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00010180782896599801, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3592.1872 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000050772313561132084, "deviceCategory": "mobile" }, { @@ -52994,120 +127049,135 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2317.1234 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000050769628389083465, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "platform": "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", + "screenHeight": 1441, + "screenWidth": 1369, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00010178056227926042, + "viewportHeight": 1320, + "viewportWidth": 1369, + "weight": 0.00005076680134065605, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.00010177361741342926, + "connection": { + "downlink": 9.15, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 906, + "screenWidth": 369, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 765, + "viewportWidth": 368, + "weight": 0.000050765531303650305, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1447, + "screenWidth": 1219, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 738, - "viewportWidth": 1536, - "weight": 0.00010172219132309762, + "viewportHeight": 1324, + "viewportWidth": 1219, + "weight": 0.00005076407543964625, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 734, - "viewportWidth": 430, - "weight": 0.00010166398974943565, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00010165095791917556, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1435.1874 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005076260359296499, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.1, + "downlink": 8.35, "effectiveType": "4g", "rtt": 100 }, - "language": "en-GB", + "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 864, + "screenHeight": 1024, "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 743, - "viewportWidth": 1383, - "weight": 0.00010164887577583652, + "viewportHeight": 855, + "viewportWidth": 1536, + "weight": 0.0000507430893503079, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, - "language": "en-US", - "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", + "language": "en", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 652, - "viewportWidth": 360, - "weight": 0.0001015972931310524, - "deviceCategory": "mobile" + "viewportHeight": 669, + "viewportWidth": 1440, + "weight": 0.00005073198965358443, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -53116,25 +127186,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 652, + "viewportHeight": 641, "viewportWidth": 393, - "weight": 0.0001015335281242319, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00010148602025827567, + "weight": 0.00005071247326236655, "deviceCategory": "mobile" }, { @@ -53142,13 +127198,13 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.00010142228411689632, + "viewportHeight": 736, + "viewportWidth": 440, + "weight": 0.000050693975777046265, "deviceCategory": "mobile" }, { @@ -53156,65 +127212,48 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 637, - "viewportWidth": 375, - "weight": 0.00010134901043396052, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.000050690061023603784, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "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": 957, - "viewportWidth": 1920, - "weight": 0.00010129920221221328, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 + "rtt": 50, + "type": "cellular" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 507, - "viewportWidth": 1219, - "weight": 0.0001012975936571641, - "deviceCategory": "desktop" + "viewportHeight": 827, + "viewportWidth": 448, + "weight": 0.00005068651043610061, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00010124623854472743, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00005068089388377845, "deviceCategory": "mobile" }, { @@ -53222,34 +127261,13 @@ "language": "en-US", "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", + "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": 649, - "viewportWidth": 393, - "weight": 0.00010100792353407397, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.6, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 694, - "screenWidth": 320, - "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": 562, - "viewportWidth": 320, - "weight": 0.00010098785019339881, + "viewportHeight": 626, + "viewportWidth": 375, + "weight": 0.00005066827885594282, "deviceCategory": "mobile" }, { @@ -53257,33 +127275,35 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00010093315768192657, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00005066635472131974, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "cellular" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "language": "it-IT", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 679, - "viewportWidth": 1439, - "weight": 0.00010088205962776826, - "deviceCategory": "desktop" + "viewportHeight": 756, + "viewportWidth": 411, + "weight": 0.00005065167812769658, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -53295,13 +127315,13 @@ "language": "en-US", "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/123.0.0.0 Safari/537.36", + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 738, - "viewportWidth": 1536, - "weight": 0.000100802224361615, + "viewportHeight": 598, + "viewportWidth": 1280, + "weight": 0.000050649035481782066, "deviceCategory": "desktop" }, { @@ -53311,51 +127331,89 @@ "downlinkMax": null, "effectiveType": "4g", "rtt": 50, - "type": "wifi" + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 857, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 746, - "viewportWidth": 412, - "weight": 0.00010076121870105559, + "viewportHeight": 729, + "viewportWidth": 384, + "weight": 0.000050647324648645814, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9, + "downlink": 9.2, "effectiveType": "4g", "rtt": 0 }, "language": "zh-CN", - "platform": "Linux x86_64", - "pluginsLength": 0, - "screenHeight": 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.3253.1169 Mobile Safari/537.36", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1328, + "screenWidth": 1319, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 812, - "viewportWidth": 375, - "weight": 0.00010072783559863794, - "deviceCategory": "mobile" + "viewportHeight": 1204, + "viewportWidth": 1319, + "weight": 0.000050626878797811213, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 766, + "viewportWidth": 1512, + "weight": 0.000050618651222020566, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "de-DE", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, + "viewportHeight": 645, "viewportWidth": 390, - "weight": 0.00010071588752410698, + "weight": 0.00005059999401608328, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6338.1528 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000050598898569907506, "deviceCategory": "mobile" }, { @@ -53365,72 +127423,77 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00010071479640707483, + "weight": 0.00005057499636839788, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 657, - "viewportWidth": 393, - "weight": 0.00010061131107202143, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9333.1073 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000050546679263307094, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "language": "sv-SE", + "platform": "iPhone", "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/16.6 Safari/605.1.15", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 1263, - "viewportWidth": 2371, - "weight": 0.00010059126189161203, - "deviceCategory": "desktop" + "viewportHeight": 747, + "viewportWidth": 414, + "weight": 0.00005053478462271163, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.1, + "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", - "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/101.0.4951.54 Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.00010057950151251156, + "viewportHeight": 754, + "viewportWidth": 1440, + "weight": 0.000050518780183047256, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.00010044752827780507, + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.000050474737183679224, "deviceCategory": "mobile" }, { @@ -53438,124 +127501,102 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 619, - "viewportWidth": 390, - "weight": 0.00010035377304334482, + "viewportHeight": 718, + "viewportWidth": 414, + "weight": 0.00005047459653275319, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 923, - "viewportWidth": 1680, - "weight": 0.00010027857862784366, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00010027764415416567, + "viewportHeight": 851, + "viewportWidth": 448, + "weight": 0.00005046503667023636, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Linux x86_64", - "platform": "Linux x86_64", + "language": "en-GB", + "platform": "MacIntel", "pluginsLength": 5, "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 933, - "viewportWidth": 1920, - "weight": 0.00010022822955461309, + "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": 696, + "viewportWidth": 1080, + "weight": 0.00005046297195630862, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 1194, + "screenWidth": 834, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00010017765008911047, - "deviceCategory": "mobile" + "viewportHeight": 706, + "viewportWidth": 1194, + "weight": 0.000050454641635288367, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 667, - "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": 548, - "viewportWidth": 375, - "weight": 0.00010017579889046422, - "deviceCategory": "mobile" + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 723, + "viewportWidth": 1234, + "weight": 0.000050425804735763445, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 992, "viewportWidth": 1920, - "weight": 0.00010012965528313711, + "weight": 0.000050423153099935556, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 746, - "viewportWidth": 428, - "weight": 0.00010008125645074839, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "language": "en-US", @@ -53563,25 +127604,32 @@ "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 669, "viewportWidth": 390, - "weight": 0.00010002987596129613, + "weight": 0.000050410840221391906, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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": 728, - "viewportWidth": 428, - "weight": 0.00009998138340445032, + "connection": { + "downlink": 4.6, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "pt-BR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.000050410761339880815, "deviceCategory": "mobile" }, { @@ -53589,18 +127637,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.00009994853809568009, + "weight": 0.000050384345850594525, "deviceCategory": "desktop" }, { @@ -53608,18 +127656,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1080, + "screenHeight": 1440, "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 933, - "viewportWidth": 1346, - "weight": 0.00009988411914428322, + "viewportHeight": 1279, + "viewportWidth": 2560, + "weight": 0.00005037747154967174, "deviceCategory": "desktop" }, { @@ -53627,62 +127675,105 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 737, - "viewportWidth": 430, - "weight": 0.00009983644267781823, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000050374591767352564, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 4.4, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1692, + "screenWidth": 3008, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 934, - "viewportWidth": 1799, - "weight": 0.00009982844624727964, + "viewportHeight": 1570, + "viewportWidth": 3008, + "weight": 0.00005037380139150374, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1503.1102 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005036557361178733, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, - "viewportWidth": 393, - "weight": 0.00009980062909786817, + "viewportHeight": 736, + "viewportWidth": 440, + "weight": 0.000050363289699800985, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0000997894242611826, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6422.1739 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005032952103100752, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1342, + "screenWidth": 1216, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1216, + "viewportWidth": 1216, + "weight": 0.00005030814094605576, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { @@ -53691,30 +127782,35 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 813, - "viewportWidth": 1045, - "weight": 0.00009969996708995446, + "viewportHeight": 832, + "viewportWidth": 1600, + "weight": 0.000050305891352590486, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "tr-TR", + "platform": "Win32", "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.00009969924287305555, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 YaBrowser/25.12.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1905, + "weight": 0.000050299949023968176, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -53723,123 +127819,205 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.41 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 669, "viewportWidth": 390, - "weight": 0.000099634334240063, + "weight": 0.00005029783716554441, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9701.1660 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000502963571110487, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 785, + "viewportWidth": 411, + "weight": 0.00005029324121289662, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", "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.2 Safari/605.1.15", + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 1256, - "viewportWidth": 1024, - "weight": 0.00009960532888038707, + "viewportHeight": 883, + "viewportWidth": 1680, + "weight": 0.00005028742422592544, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "tr-TR", + "platform": "MacIntel", "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", + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00009944639297978264, - "deviceCategory": "mobile" + "viewportHeight": 692, + "viewportWidth": 1180, + "weight": 0.000050276309638835274, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1270, + "viewportWidth": 1370, + "weight": 0.00005024781579940133, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 587, + "viewportWidth": 716, + "weight": 0.00005021920263037888, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1331, + "screenWidth": 1378, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1207, + "viewportWidth": 1378, + "weight": 0.00005019160388569501, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 912, + "screenWidth": 420, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00009940308385794528, + "viewportHeight": 692, + "viewportWidth": 420, + "weight": 0.00005018619550340351, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 598, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8181.1567 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00009923874330462567, + "weight": 0.00005018588390352204, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 0, + "type": "wifi" }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 4, + "screenHeight": 853, + "screenWidth": 1517, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 13816.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.218 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00009923275789490578, + "viewportHeight": 702, + "viewportWidth": 1517, + "weight": 0.000050184296406099276, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 800, - "type": "cellular" - }, - "language": "en-US", - "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": 649, - "viewportWidth": 360, - "weight": 0.00009922793152727309, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Intel Mac OS X 10.15", - "platform": "MacIntel", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 800, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 578, - "viewportWidth": 1199, - "weight": 0.00009916404767604981, - "deviceCategory": "desktop" + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000050175121453459465, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -53853,50 +128031,90 @@ "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/124.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 754, + "viewportHeight": 788, "viewportWidth": 1440, - "weight": 0.00009916300214708122, + "weight": 0.00005016854675914022, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 6, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 402, + "weight": 0.00005015406282447277, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 1.55, "effectiveType": "4g", - "rtt": 50 + "rtt": 200 }, "language": "en-US", "platform": "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", + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 957, - "viewportWidth": 1920, - "weight": 0.0000990770988617381, + "viewportHeight": 594, + "viewportWidth": 1272, + "weight": 0.00005015013456422288, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 5, + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, "screenHeight": 812, "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 618, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1086.1963 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00009904690151601898, + "weight": 0.000050142367867313416, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 708, + "viewportWidth": 360, + "weight": 0.00005012979035243491, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 7.9, "effectiveType": "4g", "rtt": 50 }, @@ -53905,96 +128123,86 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 658, - "viewportWidth": 1672, - "weight": 0.00009902598139691149, + "viewportHeight": 798, + "viewportWidth": 1358, + "weight": 0.00005012965385483476, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 861, + "screenWidth": 388, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1279, - "viewportWidth": 2560, - "weight": 0.00009897540959895503, - "deviceCategory": "desktop" + "viewportHeight": 740, + "viewportWidth": 387, + "weight": 0.000050122680410069926, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0 + "rtt": 100, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 857, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1319, - "viewportWidth": 2560, - "weight": 0.00009891787276987509, - "deviceCategory": "desktop" + "viewportHeight": 727, + "viewportWidth": 384, + "weight": 0.000050117845581519173, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "it", + "language": "en-US", "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/124.0.0.0 Safari/537.36", + "screenHeight": 2560, + "screenWidth": 1080, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 688, - "viewportWidth": 1502, - "weight": 0.00009862539421101332, + "viewportHeight": 994, + "viewportWidth": 1064, + "weight": 0.000050116828065780515, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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 Ddg/17.5", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, - "viewportWidth": 390, - "weight": 0.00009862452796917577, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.00009843320378331634, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00005010744201735597, "deviceCategory": "mobile" }, { @@ -54002,76 +128210,32 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 729, - "viewportWidth": 428, - "weight": 0.0000983318326185965, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000050100060764757766, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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.4.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 1227, - "viewportWidth": 1644, - "weight": 0.00009829735000957366, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.7314.1295 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 760, - "viewportWidth": 412, - "weight": 0.00009819505397063042, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 6, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 626, - "viewportWidth": 393, - "weight": 0.00009816571994759478, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 664, - "viewportWidth": 390, - "weight": 0.00009805585889622619, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00005005685078602899, "deviceCategory": "mobile" }, { @@ -54079,32 +128243,32 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00009802045931625047, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00005005465764587785, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 2.4, "effectiveType": "4g", - "rtt": 0 + "rtt": 200 }, "language": "en-US", - "platform": "Linux x86_64", - "pluginsLength": 0, - "screenHeight": 600, - "screenWidth": 800, - "userAgent": "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.9200", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 600, - "viewportWidth": 800, - "weight": 0.00009800611779580929, + "viewportHeight": 812, + "viewportWidth": 718, + "weight": 0.00005004787334832179, "deviceCategory": "desktop" }, { @@ -54121,26 +128285,27 @@ "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, + "viewportHeight": 645, "viewportWidth": 360, - "weight": 0.00009789841670222491, + "weight": 0.00005002456338778427, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/315.0.630091404 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 643, - "viewportWidth": 393, - "weight": 0.00009786177795849201, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 947, + "viewportWidth": 1920, + "weight": 0.00005000364876925463, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -54149,44 +128314,37 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1500, + "screenWidth": 1358, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00009782103052634165, + "viewportHeight": 1380, + "viewportWidth": 1358, + "weight": 0.00004999289917841095, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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": 270, - "viewportWidth": 615, - "weight": 0.00009780307899860094, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", + "connection": { + "downlink": 6.05, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, "language": "en-US", - "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.00009779879967451793, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 788, + "viewportWidth": 411, + "weight": 0.000049991177636462746, "deviceCategory": "mobile" }, { @@ -54194,13 +128352,13 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.0000977059837725543, + "viewportWidth": 402, + "weight": 0.00004998617978862408, "deviceCategory": "mobile" }, { @@ -54208,32 +128366,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 959, - "viewportWidth": 1842, - "weight": 0.00009768865773572974, + "viewportHeight": 857, + "viewportWidth": 1512, + "weight": 0.00004998503943113063, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 718, - "viewportWidth": 414, - "weight": 0.00009766702542972057, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2716.1909 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004997838642795682, "deviceCategory": "mobile" }, { @@ -54245,30 +128408,68 @@ "rtt": 50, "type": "wifi" }, - "language": "fr", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 904, - "screenWidth": 407, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 799, - "viewportWidth": 407, - "weight": 0.00009763339876934149, + "viewportHeight": 770, + "viewportWidth": 411, + "weight": 0.00004997082815511259, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-GB", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4754.1644 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004996819518537007, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.41 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 745, "viewportWidth": 430, - "weight": 0.00009761011652045153, + "weight": 0.00004994267371040921, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1715.1410 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004991264119935958, "deviceCategory": "mobile" }, { @@ -54278,25 +128479,25 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, + "viewportHeight": 747, "viewportWidth": 428, - "weight": 0.0000976033784482928, + "weight": 0.00004989626916121027, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "he-IL", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00009758508659892751, + "viewportHeight": 657, + "viewportWidth": 393, + "weight": 0.00004989319305363583, "deviceCategory": "mobile" }, { @@ -54306,51 +128507,30 @@ "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, + "viewportHeight": 661, "viewportWidth": 390, - "weight": 0.0000975030053203843, + "weight": 0.00004987147545329617, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.6, + "downlink": 9.1, "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "screenHeight": 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.5951.1332 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9449.1473 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00009746669649684115, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "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": 645, - "viewportWidth": 360, - "weight": 0.00009745295010725592, + "weight": 0.000049869998589440826, "deviceCategory": "mobile" }, { @@ -54358,86 +128538,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1443, + "screenWidth": 1223, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 598, - "viewportWidth": 1272, - "weight": 0.00009743597781396851, + "viewportHeight": 1318, + "viewportWidth": 1223, + "weight": 0.00004985488770250481, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 661, - "viewportWidth": 390, - "weight": 0.0000973347281464473, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "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": 649, - "viewportWidth": 360, - "weight": 0.00009732977770735602, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 733, - "viewportWidth": 414, - "weight": 0.00009728948467270523, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, - "language": "en-US", + "language": "en-AU", "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 837, + "viewportHeight": 744, "viewportWidth": 1512, - "weight": 0.00009721950771064068, + "weight": 0.000049850677998825836, "deviceCategory": "desktop" }, { @@ -54450,127 +128581,83 @@ "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 783, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 529, - "viewportWidth": 1241, - "weight": 0.00009721180071391884, - "deviceCategory": "desktop" + "viewportHeight": 650, + "viewportWidth": 320, + "weight": 0.000049843633565464405, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 9.25, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "nl-NL", "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 600, - "screenWidth": 800, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 418, - "viewportWidth": 387, - "weight": 0.00009713665239300705, + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.00004984035522189339, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 568, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 454, - "viewportWidth": 320, - "weight": 0.00009713175480846665, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00009707437636907563, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.0000498291911188968, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "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.00009695973170507942, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00009694843727920938, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00004980844607133055, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 667, + "screenHeight": 812, "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": 538, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3121.1071 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0000969109377875303, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00009668887614644638, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00009663059116249076, + "weight": 0.0000498068821422051, "deviceCategory": "mobile" }, { @@ -54578,109 +128665,107 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6609.1872 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00009654590613618078, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000049784647429250276, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 2.45, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 250, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.1597.1890 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 786, - "viewportWidth": 412, - "weight": 0.00009646944509780188, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000497819240947007, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.6, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, "language": "en-US", - "platform": "Linux aarch64", - "pluginsLength": 0, - "screenHeight": 736, - "screenWidth": 590, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/140.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 603, - "viewportWidth": 590, - "weight": 0.00009633441018876048, - "deviceCategory": "mobile" + "viewportHeight": 647, + "viewportWidth": 1366, + "weight": 0.00004977343980223125, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 693, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00009628607117747123, + "viewportHeight": 519, + "viewportWidth": 320, + "weight": 0.00004974638885274246, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 852, + "viewportWidth": 393, + "weight": 0.0000497418677204603, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.55, + "downlink": 4.85, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, - "language": "en-US", - "platform": "Win32", + "language": "pl-PL", + "platform": "MacIntel", "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", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0000961573461504003, + "viewportHeight": 1294, + "viewportWidth": 2560, + "weight": 0.000049726577612463, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.00009603658146861271, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "language": "en-US", @@ -54688,77 +128773,77 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 745, "viewportWidth": 428, - "weight": 0.00009600931175699458, + "weight": 0.00004971651502046257, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 812, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "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.0 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 618, - "viewportWidth": 375, - "weight": 0.00009595036649384874, - "deviceCategory": "mobile" + "viewportHeight": 1087, + "viewportWidth": 1914, + "weight": 0.00004971215084205951, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 641, - "viewportWidth": 375, - "weight": 0.00009588849685099008, - "deviceCategory": "mobile" + "viewportHeight": 692, + "viewportWidth": 1180, + "weight": 0.00004970897025066808, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6929.1735 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 773, - "viewportWidth": 1600, - "weight": 0.00009584225266525849, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000049705242378938256, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.65, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", - "platform": "Win32", + "language": "ru-RU", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1050, - "screenWidth": 1680, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 894, - "viewportWidth": 1632, - "weight": 0.00009576933595940602, + "viewportHeight": 823, + "viewportWidth": 1512, + "weight": 0.000049704121187780646, "deviceCategory": "desktop" }, { @@ -54770,16 +128855,16 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 345, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 933, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 775, - "viewportWidth": 345, - "weight": 0.00009576075566123623, + "viewportHeight": 803, + "viewportWidth": 411, + "weight": 0.000049700212477799144, "deviceCategory": "mobile" }, { @@ -54787,37 +128872,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5314.1381 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.00009572207940274029, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1026, - "weight": 0.00009565537912780019, + "weight": 0.00004968955312864297, "deviceCategory": "desktop" }, { @@ -54825,27 +128891,13 @@ "language": "en-US", "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": 705, - "viewportWidth": 414, - "weight": 0.0000954771562697632, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "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": 663, - "viewportWidth": 390, - "weight": 0.00009539969627401403, + "viewportHeight": 634, + "viewportWidth": 375, + "weight": 0.00004968617136632732, "deviceCategory": "mobile" }, { @@ -54853,13 +128905,13 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 713, - "viewportWidth": 414, - "weight": 0.00009536189962742355, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00004968148345966398, "deviceCategory": "mobile" }, { @@ -54867,95 +128919,65 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 393, - "weight": 0.00009532673063341274, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00004966865397976563, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-CA", - "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": 737, - "viewportWidth": 1080, - "weight": 0.0000952539934170964, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 633, - "viewportWidth": 378, - "weight": 0.00009518612910431046, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.000049654101962359965, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.4770.1779 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 767, - "viewportWidth": 412, - "weight": 0.00009504726556140719, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 657, - "viewportWidth": 393, - "weight": 0.00009499621634449349, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004963310665424226, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 6.4, "effectiveType": "4g", - "rtt": 0 + "rtt": 150 }, - "language": "fr-FR", + "language": "en-US", "platform": "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", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 859, - "viewportWidth": 1920, - "weight": 0.00009498974334392272, + "viewportHeight": 642, + "viewportWidth": 1358, + "weight": 0.00004963139972067995, "deviceCategory": "desktop" }, { @@ -54963,97 +128985,117 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00009496609023716255, + "viewportHeight": 680, + "viewportWidth": 402, + "weight": 0.000049629207366695784, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00009490811582776984, + "weight": 0.00004960064792096782, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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) Version/17.5 Mobile/15E148 Safari/604.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/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00009488555446133, + "viewportHeight": 840, + "viewportWidth": 1470, + "weight": 0.00004959749134662509, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9009.1975 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000049593160397850435, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "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.7982.1779 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 645, - "viewportWidth": 360, - "weight": 0.00009484158080285046, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000049589583995818036, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.8, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 0 }, - "language": "it-IT", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "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.3971.1858 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 663, - "viewportWidth": 360, - "weight": 0.00009481818347547265, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004958051424090933, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.00009481492585899485, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8638.1732 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000049548397410190924, "deviceCategory": "mobile" }, { @@ -55063,133 +129105,138 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.0000948027955893887, + "weight": 0.00004954291993350653, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 0, "type": "wifi" }, "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 869, + "screenHeight": 915, "screenWidth": 412, - "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": 724, - "viewportWidth": 412, - "weight": 0.00009474500878265627, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "language": "fr-FR", - "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/124.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 954, - "viewportWidth": 1139, - "weight": 0.0000946958118159677, - "deviceCategory": "desktop" + "viewportHeight": 742, + "viewportWidth": 411, + "weight": 0.000049517028605754945, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.75, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4213.1523 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 678, - "viewportWidth": 1232, - "weight": 0.00009449936778976444, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004951439325273712, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4613.1741 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00009448146130243289, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00009440325680974233, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000049495211849234315, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 619, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00009439535256835046, + "weight": 0.00004948521619107155, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 738, - "viewportWidth": 430, - "weight": 0.00009430862216934751, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9747.1947 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004947941692198276, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4193.1290 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004946136313966946, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "es-ES", + "platform": "MacIntel", + "pluginsLength": 7, + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 808, + "viewportWidth": 1470, + "weight": 0.00004944284141155803, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", @@ -55197,71 +129244,69 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 619, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00009430631693583226, + "weight": 0.00004943761388935238, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 2, - "screenHeight": 1280, - "screenWidth": 800, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1112, - "viewportWidth": 800, - "weight": 0.00009424371436217065, - "deviceCategory": "tablet" + "viewportHeight": 932, + "viewportWidth": 1707, + "weight": 0.0000494339707150877, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 9.7, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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.4530.1687 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 752, - "viewportWidth": 412, - "weight": 0.00009424129664393608, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004943332642059397, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 9.1, - "effectiveType": "4g", - "rtt": 0 - }, - "language": "ru-RU", - "platform": "Win32", + "language": "en-US", + "platform": "iPhone", "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 Edg/125.0.0.0", - "vendor": "", - "viewportHeight": 1080, - "viewportWidth": 1920, - "weight": 0.0000942151557006194, - "deviceCategory": "desktop" + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 727, + "viewportWidth": 428, + "weight": 0.00004942227548917073, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, @@ -55270,13 +129315,13 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 786, - "viewportWidth": 412, - "weight": 0.00009420358928908765, + "viewportHeight": 682, + "viewportWidth": 360, + "weight": 0.000049406199754955416, "deviceCategory": "mobile" }, { @@ -55286,44 +129331,49 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", + "language": "es-ES", "platform": "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00009417634158956649, + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00004939790282453842, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 643, - "viewportWidth": 393, - "weight": 0.00009414862943877716, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8365.1109 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000049396841279445846, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00009413759538088063, + "weight": 0.000049390536473470255, "deviceCategory": "mobile" }, { @@ -55331,123 +129381,103 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, + "viewportHeight": 781, "viewportWidth": 428, - "weight": 0.00009410843467442032, + "weight": 0.00004938402726137391, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "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.6678.1660 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2914.1538 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0000941011651444709, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00009398881956063677, + "weight": 0.00004937885019595686, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 753, - "viewportWidth": 412, - "weight": 0.00009398046675726395, - "deviceCategory": "mobile" + "viewportHeight": 992, + "viewportWidth": 1728, + "weight": 0.000049369023324107254, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 627, - "viewportWidth": 375, - "weight": 0.0000939594047070388, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00004935963982658129, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-GB", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.9293.1058 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 697, - "viewportWidth": 384, - "weight": 0.0000938723747520282, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004934524764188503, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.7285.1146 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 800, - "viewportWidth": 412, - "weight": 0.00009376141476615939, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000049334483412357384, "deviceCategory": "mobile" }, { @@ -55460,128 +129490,139 @@ "language": "en-US", "platform": "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", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 625, - "viewportWidth": 1366, - "weight": 0.00009373900680525226, + "viewportHeight": 953, + "viewportWidth": 1920, + "weight": 0.00004932624323895421, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 619, - "viewportWidth": 390, - "weight": 0.00009366127297383293, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00004932593914785944, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "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": 641, - "viewportWidth": 1366, - "weight": 0.0000936444561821754, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "language": "en-CA", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 926, - "viewportWidth": 1920, - "weight": 0.00009359632834353033, - "deviceCategory": "desktop" + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000049319398501404265, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "es-ES", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7914.1399 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 633, - "viewportWidth": 1366, - "weight": 0.00009351128399585574, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004931694282348114, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 695, - "viewportWidth": 414, - "weight": 0.00009347015858790986, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000049306112051337323, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 718, + "viewportHeight": 714, "viewportWidth": 414, - "weight": 0.00009344574091474434, + "weight": 0.000049305520576302466, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "oscpu": "Linux armv81", + "platform": "Linux armv81", + "pluginsLength": 5, + "screenHeight": 853, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Android 16; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 4213, + "viewportWidth": 0, + "weight": 0.00004928134745504792, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 150 + "rtt": 100, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1066, - "viewportWidth": 2195, - "weight": 0.00009344231107396564, - "deviceCategory": "desktop" + "viewportHeight": 777, + "viewportWidth": 411, + "weight": 0.00004926690044646825, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00004925057571751357, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -55590,11 +129631,11 @@ "pluginsLength": 5, "screenHeight": 852, "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/119.0.6045.109 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00009340573349158818, + "weight": 0.00004925025801856066, "deviceCategory": "mobile" }, { @@ -55604,16 +129645,16 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1346, + "screenWidth": 1284, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 820, - "viewportWidth": 1621, - "weight": 0.00009312386508961466, + "viewportHeight": 1223, + "viewportWidth": 1284, + "weight": 0.000049249539048081077, "deviceCategory": "desktop" }, { @@ -55621,33 +129662,19 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/123.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3017.1222 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1912, - "weight": 0.000093100037515164, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 2700, - "viewportWidth": 1920, - "weight": 0.00009307224712236022, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004923827204958043, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -55656,16 +129683,16 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", + "language": "en-GB", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 945, "viewportWidth": 1920, - "weight": 0.00009307167143479638, + "weight": 0.00004923744368288219, "deviceCategory": "desktop" }, { @@ -55673,86 +129700,56 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9637.1063 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 668, - "viewportWidth": 1440, - "weight": 0.00009302776771623893, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 734, - "viewportWidth": 428, - "weight": 0.0000929721842569725, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004923503309723799, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPad", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 810, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 691, - "viewportWidth": 1080, - "weight": 0.00009290708061865275, - "deviceCategory": "tablet" - }, { "appName": "Netscape", "connection": { - "downlink": 4.1, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6899.1971 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00009286928540800644, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000492304459194762, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.1, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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.1445.1020 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 720, - "viewportWidth": 412, - "weight": 0.00009278793824943608, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004920851808316548, "deviceCategory": "mobile" }, { @@ -55760,52 +129757,68 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0000926681818235432, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000049205735279719476, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1200, - "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", + "screenHeight": 852, + "screenWidth": 1517, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1031, - "viewportWidth": 1920, - "weight": 0.00009255900259009687, + "viewportHeight": 731, + "viewportWidth": 1469, + "weight": 0.000049193353739985534, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5986.1584 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00009252849762542258, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000049160456322454646, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00004914049010833982, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -55813,47 +129826,47 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 150, "type": "wifi" }, - "language": "en-US", + "language": "en-AU", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 1138, - "screenWidth": 712, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 846, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 970, - "viewportWidth": 712, - "weight": 0.0000924605351553928, - "deviceCategory": "tablet" + "viewportHeight": 717, + "viewportWidth": 411, + "weight": 0.000049131420774877846, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 660, - "viewportWidth": 390, - "weight": 0.00009245915855588571, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00004911700242318104, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 660, - "viewportWidth": 393, - "weight": 0.00009242995408314214, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00004910371178499577, "deviceCategory": "mobile" }, { @@ -55863,44 +129876,53 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 677, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00009240302560898028, + "weight": 0.00004910099291204317, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "fr-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 375, + "weight": 0.00004906265636329527, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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/123.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 813, - "viewportWidth": 1440, - "weight": 0.00009238070213088079, - "deviceCategory": "desktop" + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.0000490618285309063, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00009236937575891213, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00004905305229200371, "deviceCategory": "mobile" }, { @@ -55908,116 +129930,93 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "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": 393, - "weight": 0.00009233478166716382, + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00004905165786655562, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 8.9, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, "language": "en-US", - "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": 649, - "viewportWidth": 360, - "weight": 0.00009223891967478016, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00004904894599693098, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1398, + "screenWidth": 1218, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00009219379351237701, + "viewportHeight": 1270, + "viewportWidth": 1218, + "weight": 0.00004901279656973281, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.00009218315587987603, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 8.4, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 50 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "en-GB", + "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/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1107, - "viewportWidth": 412, - "weight": 0.00009214342609766282, - "deviceCategory": "mobile" + "viewportHeight": 1175, + "viewportWidth": 2259, + "weight": 0.00004899850602000412, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "it-IT", "platform": "iPhone", "pluginsLength": 5, "screenHeight": 852, "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.34 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 665, "viewportWidth": 393, - "weight": 0.0000921380968265377, + "weight": 0.00004898186003987013, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000092104867862921, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00004896837472375655, "deviceCategory": "mobile" }, { @@ -56026,192 +130025,179 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 0, "type": "wifi" }, - "language": "he-IL", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 873, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 883, + "screenWidth": 345, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 739, - "viewportWidth": 393, - "weight": 0.00009208921762442501, + "viewportHeight": 706, + "viewportWidth": 344, + "weight": 0.00004896771567212143, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPad", - "pluginsLength": 5, - "screenHeight": 1180, - "screenWidth": 820, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 701, - "viewportWidth": 1180, - "weight": 0.00009196073929298372, - "deviceCategory": "tablet" - }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", "rtt": 100, - "type": "cellular" + "type": "wifi" }, - "language": "en-GB", + "language": "en-AU", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 780, - "viewportWidth": 412, - "weight": 0.00009193872813459931, + "viewportHeight": 643, + "viewportWidth": 360, + "weight": 0.00004896179359810122, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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.00009185554779566147, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1575, + "viewportWidth": 822, + "weight": 0.00004896163056186357, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5748.1107 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00009183411882079996, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004894740657380607, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, + "viewportHeight": 714, "viewportWidth": 414, - "weight": 0.00009182151100003999, + "weight": 0.00004893603991766126, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 100 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 790, - "viewportWidth": 412, - "weight": 0.00009179869378539981, - "deviceCategory": "mobile" + "viewportHeight": 750, + "viewportWidth": 1470, + "weight": 0.00004892822975989175, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 643, - "viewportWidth": 393, - "weight": 0.00009176652531007359, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004891290737399836, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1476, + "screenWidth": 1393, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 702, - "viewportWidth": 384, - "weight": 0.0000917589176918737, - "deviceCategory": "mobile" + "viewportHeight": 1347, + "viewportWidth": 1393, + "weight": 0.00004890998228571878, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00009168547854431103, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000048905852487953025, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-GB", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "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": 738, - "viewportWidth": 412, - "weight": 0.00009155035325740516, + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.000048896372731932864, "deviceCategory": "mobile" }, { @@ -56219,91 +130205,124 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0000915217600208383, + "viewportHeight": 736, + "viewportWidth": 440, + "weight": 0.00004888693975341722, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 3440, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1315, - "viewportWidth": 3440, - "weight": 0.00009151552581762953, + "screenHeight": 1354, + "screenWidth": 1204, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1234, + "viewportWidth": 1204, + "weight": 0.0000488592689137748, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 844, - "screenWidth": 390, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.5 Mobile/15E148 Safari/604.1 Ddg/13.5", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, - "viewportWidth": 390, - "weight": 0.00009149711277228197, + "screenHeight": 1493, + "screenWidth": 1247, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1367, + "viewportWidth": 1247, + "weight": 0.000048838329467602406, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8504.1403 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000048818678849352815, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 730, - "screenWidth": 1300, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 561, - "viewportWidth": 1300, - "weight": 0.00009140186169398681, + "viewportHeight": 779, + "viewportWidth": 1528, + "weight": 0.000048810427584468614, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, - "viewportWidth": 393, - "weight": 0.00009136778621617624, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000048773835786482824, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "es-419", - "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.00009135661274196555, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 725, + "viewportWidth": 384, + "weight": 0.00004876775355793067, "deviceCategory": "mobile" }, { @@ -56313,11 +130332,30 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.000091223580325718, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00004875459905942543, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7230.1066 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000048754017245505155, "deviceCategory": "mobile" }, { @@ -56330,13 +130368,13 @@ "language": "en-US", "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/122.0.0.0 Safari/537.36", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 687, - "viewportWidth": 1440, - "weight": 0.0000911896399823583, + "viewportHeight": 711, + "viewportWidth": 1292, + "weight": 0.000048753293065715784, "deviceCategory": "desktop" }, { @@ -56344,32 +130382,32 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00009117883200447364, + "viewportHeight": 711, + "viewportWidth": 402, + "weight": 0.000048752512533255085, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 250 + "rtt": 0 }, - "language": "en-GB", - "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/125.0.0.0 Safari/537.36", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4889.1046 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 899, - "viewportWidth": 1232, - "weight": 0.00009116047181607865, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004874443279650186, "deviceCategory": "desktop" }, { @@ -56377,18 +130415,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1392, + "screenWidth": 1275, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 593, - "viewportWidth": 1280, - "weight": 0.00009114102900015022, + "viewportHeight": 1265, + "viewportWidth": 1275, + "weight": 0.0000487397993685168, "deviceCategory": "desktop" }, { @@ -56396,34 +130434,32 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 628, - "viewportWidth": 375, - "weight": 0.00009102902080450608, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0000487369547383218, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 998, - "screenWidth": 448, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.1221.1974 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 868, - "viewportWidth": 448, - "weight": 0.00009095095055078201, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000048719220371893225, "deviceCategory": "mobile" }, { @@ -56431,104 +130467,143 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00009078626512732987, + "viewportHeight": 755, + "viewportWidth": 440, + "weight": 0.000048700941791759025, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.2, - "downlinkMax": null, + "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 100, + "type": "cellular" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 760, - "viewportWidth": 412, - "weight": 0.00009072746175026721, + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00004869817788071746, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "pt-PT", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 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.3392.1051 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 666, - "viewportWidth": 360, - "weight": 0.00009071148073446984, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000048697185771157183, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1519, + "screenWidth": 1252, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00009065948255267329, + "viewportHeight": 1389, + "viewportWidth": 1252, + "weight": 0.000048690188572567185, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 5.25, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 735, + "screenWidth": 339, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 603, + "viewportWidth": 338, + "weight": 0.000048687563323822596, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00009060452721973658, + "viewportHeight": 654, + "viewportWidth": 393, + "weight": 0.000048681154044505664, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 968, - "viewportWidth": 1800, - "weight": 0.00009058997842664137, + "screenHeight": 1341, + "screenWidth": 1395, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1215, + "viewportWidth": 1395, + "weight": 0.00004865582560380464, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-CA", + "oscpu": "Linux armv81", + "platform": "Linux armv81", + "pluginsLength": 5, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Android 16; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 686, + "viewportWidth": 360, + "weight": 0.00004863399398056227, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", @@ -56536,25 +130611,91 @@ "pluginsLength": 5, "screenHeight": 932, "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/367.0.752095380 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 723, + "viewportHeight": 731, "viewportWidth": 430, - "weight": 0.00009057860285817577, + "weight": 0.00004861853942208211, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 803, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 360, + "weight": 0.00004861526237205073, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "platform": "Linux x86_64", "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.00009053848041403134, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000048586015423884153, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3679.1295 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004858596837767838, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "tr-TR", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 853, + "screenWidth": 394, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 734, + "viewportWidth": 394, + "weight": 0.00004854882641871384, "deviceCategory": "mobile" }, { @@ -56567,13 +130708,13 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1232, - "viewportWidth": 1613, - "weight": 0.00009049297209268173, + "viewportHeight": 706, + "viewportWidth": 1375, + "weight": 0.00004852410473379637, "deviceCategory": "desktop" }, { @@ -56582,59 +130723,57 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 50, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 760, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 839, - "viewportWidth": 412, - "weight": 0.00009047485060484681, + "viewportHeight": 617, + "viewportWidth": 360, + "weight": 0.00004851193275400495, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8, - "downlinkMax": null, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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", + "pluginsLength": 0, + "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.6738.1566 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 617, - "viewportWidth": 1366, - "weight": 0.00009041655057131377, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004850579395665542, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4629.1453 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 737, - "viewportWidth": 1536, - "weight": 0.00009040308290256025, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004850552714080705, "deviceCategory": "desktop" }, { @@ -56642,18 +130781,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1659, - "weight": 0.00009038778204922388, + "viewportHeight": 916, + "viewportWidth": 1784, + "weight": 0.00004849454089507463, "deviceCategory": "desktop" }, { @@ -56663,97 +130802,136 @@ "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", + "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": 655, + "viewportHeight": 524, "viewportWidth": 393, - "weight": 0.0000903708103615155, + "weight": 0.000048493702843485924, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "es-MX", - "platform": "iPhone", + "language": "en-CA", + "platform": "MacIntel", "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", + "screenHeight": 937, + "screenWidth": 1710, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 704, - "viewportWidth": 414, - "weight": 0.00009035085179012106, - "deviceCategory": "mobile" + "viewportHeight": 937, + "viewportWidth": 1710, + "weight": 0.00004848998576051007, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00009017092946803315, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.000048488022562759557, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.5255.1553 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 723, - "viewportWidth": 384, - "weight": 0.00009010397656723315, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000048436195019039697, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.0000899503472097049, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7250.1979 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004843366500027467, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 647, - "viewportWidth": 1366, - "weight": 0.00008993559251362646, + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.000048430238216942465, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 665, + "viewportWidth": 1280, + "weight": 0.00004842981380208827, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5333.1859 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004842762557777205, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", @@ -56761,177 +130939,237 @@ "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.5 Safari/605.1.15", + "userAgent": "Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/60.5 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 943, - "viewportWidth": 1728, - "weight": 0.00008979768341442879, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004841051989467295, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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": 666, - "viewportWidth": 393, - "weight": 0.0000897579728005445, - "deviceCategory": "mobile" + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 696, + "viewportWidth": 1411, + "weight": 0.00004840217668918364, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4976.1400 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 773, - "viewportWidth": 1600, - "weight": 0.0000895907831420472, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004840119148480938, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/138.0.7204.156 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00008958596276957609, + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00004840100091904154, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.65, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 50 }, "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 840, + "viewportWidth": 1668, + "weight": 0.00004838499855593806, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", "platform": "Linux armv81", "pluginsLength": 0, "screenHeight": 832, "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 700, + "viewportHeight": 699, "viewportWidth": 384, - "weight": 0.000089512853010714, + "weight": 0.00004835306573683031, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, - "viewportWidth": 375, - "weight": 0.0000894833608661048, + "viewportHeight": 661, + "viewportWidth": 393, + "weight": 0.000048349154599442, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 720, + "viewportWidth": 1280, + "weight": 0.00004832558596905449, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 390, - "weight": 0.00008943273447881916, - "deviceCategory": "mobile" + "screenHeight": 1440, + "screenWidth": 5120, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1235, + "viewportWidth": 1808, + "weight": 0.00004831674964446573, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00008933064729018249, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00004829246824066691, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "fr-CA", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.0000892815037235424, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004827866786583061, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00008924370642218931, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7153.1731 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004824011324606802, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux x86_64", "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": 736, - "viewportWidth": 428, - "weight": 0.00008912625430951937, - "deviceCategory": "mobile" + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 768, + "viewportWidth": 1366, + "weight": 0.00004821680731516409, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 695, - "viewportWidth": 430, - "weight": 0.00008904767215485848, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00004820324198034891, "deviceCategory": "mobile" }, { @@ -56939,47 +131177,32 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 642, - "viewportWidth": 393, - "weight": 0.00008904093905832631, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Linux armv81", - "platform": "Linux armv81", - "pluginsLength": 5, - "screenHeight": 920, - "screenWidth": 414, - "userAgent": "Mozilla/5.0 (Android 14; Mobile; rv:126.0) Gecko/126.0 Firefox/126.0", - "vendor": "", - "viewportHeight": 763, - "viewportWidth": 414, - "weight": 0.00008901889033359698, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00004819882439320482, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 6.15, "effectiveType": "4g", - "rtt": 50 + "rtt": 250 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "pluginsLength": 5, + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00008889214280285465, + "viewportHeight": 602, + "viewportWidth": 1272, + "weight": 0.00004819731798409385, "deviceCategory": "desktop" }, { @@ -56989,39 +131212,44 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00008876291973445795, + "weight": 0.00004819228299297145, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00008873721168989013, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8528.1142 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004819103167096791, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00008863487023595862, + "viewportHeight": 736, + "viewportWidth": 440, + "weight": 0.00004818012847274144, "deviceCategory": "mobile" }, { @@ -57031,59 +131259,52 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", + "language": "en-GB", "platform": "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00008856498126165471, + "viewportHeight": 738, + "viewportWidth": 1536, + "weight": 0.00004815255663740546, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 388, - "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": 734, - "viewportWidth": 388, - "weight": 0.00008852951242320488, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.000048149047664341105, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.75, + "downlink": 10, "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, + "rtt": 150, "type": "cellular" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 806, - "screenWidth": 968, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 638, - "viewportWidth": 968, - "weight": 0.00008846174095303716, - "deviceCategory": "tablet" + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.000048142569633055495, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -57097,13 +131318,13 @@ "language": "en-GB", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 804, - "viewportWidth": 412, - "weight": 0.0000884264306225693, + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00004814107147340097, "deviceCategory": "mobile" }, { @@ -57111,94 +131332,153 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0000884182797020923, + "viewportHeight": 694, + "viewportWidth": 393, + "weight": 0.00004813225301007111, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7945.1899 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.00008840039442008343, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000048123484004145966, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, "screenHeight": 864, "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, + "viewportHeight": 695, "viewportWidth": 1536, - "weight": 0.00008834764803800307, + "weight": 0.00004811230662049439, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "fr-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.0000481009659719374, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 6, + "screenHeight": 1200, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3", "vendor": "Google Inc.", - "viewportHeight": 750, - "viewportWidth": 412, - "weight": 0.00008833810555186021, + "viewportHeight": 1200, + "viewportWidth": 1280, + "weight": 0.00004810063296520178, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1437, + "screenWidth": 1325, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1308, + "viewportWidth": 1325, + "weight": 0.0000480907615270175, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00004808765061232055, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 869, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 726, - "viewportWidth": 412, - "weight": 0.00008832240478914589, - "deviceCategory": "mobile" + "viewportHeight": 940, + "viewportWidth": 1912, + "weight": 0.00004808747712106543, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 839, + "viewportWidth": 1470, + "weight": 0.00004807562328474827, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -57206,47 +131486,52 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, - "language": "en-GB", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 781, - "screenWidth": 352, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 640, - "viewportWidth": 352, - "weight": 0.00008831511856573038, + "viewportHeight": 752, + "viewportWidth": 411, + "weight": 0.000048073975627446695, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "MacIntel", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 1194, - "screenWidth": 834, - "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": 721, - "viewportWidth": 1194, - "weight": 0.0000882475339156697, - "deviceCategory": "desktop" + "screenHeight": 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.3530.1979 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000048070454792315914, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 520, - "viewportWidth": 320, - "weight": 0.00008822730391414736, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000048064665312780074, "deviceCategory": "mobile" }, { @@ -57254,13 +131539,13 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 844, - "viewportWidth": 390, - "weight": 0.00008819502233879256, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00004806193911531702, "deviceCategory": "mobile" }, { @@ -57268,13 +131553,13 @@ "language": "en-US", "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", + "screenHeight": 912, + "screenWidth": 420, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00008816336211638273, + "viewportHeight": 746, + "viewportWidth": 420, + "weight": 0.000048035742660805544, "deviceCategory": "mobile" }, { @@ -57282,91 +131567,193 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 619, - "viewportWidth": 375, - "weight": 0.0000881357559645665, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00004800825944069187, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, - "language": "fr-CA", - "platform": "Linux armv81", + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 774, + "viewportWidth": 1470, + "weight": 0.00004798903442186004, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.5175.1403 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 757, - "viewportWidth": 412, - "weight": 0.00008804942842465691, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004797915074334311, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 3440, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1381, + "screenWidth": 1389, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1186, - "viewportWidth": 1416, - "weight": 0.0000879738933499572, + "viewportHeight": 1261, + "viewportWidth": 1389, + "weight": 0.00004795147236864465, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 7.85, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 823, + "viewportWidth": 1680, + "weight": 0.00004793789753964536, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 654, + "viewportWidth": 393, + "weight": 0.000047935987649563175, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", "platform": "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 Edg/124.0.0.0", + "screenHeight": 1080, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 620, - "viewportWidth": 1318, - "weight": 0.00008797228727828778, + "viewportHeight": 953, + "viewportWidth": 1440, + "weight": 0.00004793494445167812, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.65, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8903.1622 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000047930642364077285, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.000047929346460061386, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1417, + "screenWidth": 1359, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1292, + "viewportWidth": 1359, + "weight": 0.00004792246786345536, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1452, + "screenWidth": 1267, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 646, - "viewportWidth": 1358, - "weight": 0.00008796572472993965, + "viewportHeight": 1329, + "viewportWidth": 1267, + "weight": 0.00004791854015917129, "deviceCategory": "desktop" }, { @@ -57376,39 +131763,70 @@ "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, + "viewportHeight": 696, "viewportWidth": 390, - "weight": 0.00008792449295108924, + "weight": 0.00004790103253790916, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 676, + "viewportWidth": 360, + "weight": 0.00004786557406085609, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 635, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7736.1427 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00008792372186974636, + "weight": 0.00004786390822159997, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00008791970210922941, + "screenHeight": 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.7992.1911 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000047861087878316306, "deviceCategory": "mobile" }, { @@ -57416,13 +131834,13 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00008790875397058775, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00004781290317451671, "deviceCategory": "mobile" }, { @@ -57432,11 +131850,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 670, + "viewportHeight": 669, "viewportWidth": 390, - "weight": 0.00008787092156624194, + "weight": 0.00004780590101152706, "deviceCategory": "mobile" }, { @@ -57444,34 +131862,48 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00008782153497071272, + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.000047793262450187994, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.25, + "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00008778907245306138, + "viewportHeight": 797, + "viewportWidth": 1512, + "weight": 0.00004776490902215599, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00004776188702656445, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { @@ -57484,39 +131916,117 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00008776056023602853, + "viewportHeight": 298, + "viewportWidth": 1904, + "weight": 0.00004775923609464852, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-AU", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00008774947379509043, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.000047756265852099126, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 761, + "viewportWidth": 1470, + "weight": 0.000047756023151378074, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00008766015945634255, + "viewportHeight": 654, + "viewportWidth": 402, + "weight": 0.00004775586368640514, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.000047751845196056146, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3954.1618 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004774777017743143, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9180.1319 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004774500959780504, "deviceCategory": "mobile" }, { @@ -57524,13 +132034,13 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00008765112154594882, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000047744683638914944, "deviceCategory": "mobile" }, { @@ -57542,16 +132052,16 @@ "rtt": 50, "type": "wifi" }, - "language": "en-GB", + "language": "sr", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 846, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 718, - "viewportWidth": 412, - "weight": 0.00008761160771473766, + "viewportHeight": 651, + "viewportWidth": 360, + "weight": 0.00004771884572966227, "deviceCategory": "mobile" }, { @@ -57563,16 +132073,16 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "de-CH", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 697, - "viewportWidth": 384, - "weight": 0.00008746122238091554, + "viewportHeight": 666, + "viewportWidth": 360, + "weight": 0.00004771103404887789, "deviceCategory": "mobile" }, { @@ -57587,58 +132097,25 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 859, "viewportWidth": 1920, - "weight": 0.00008745303979543139, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 1440, - "weight": 0.00008723869316382925, + "weight": 0.000047710551305963875, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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": 638, - "viewportWidth": 375, - "weight": 0.0000872009186125744, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 661, "viewportWidth": 390, - "weight": 0.00008717108771777436, + "weight": 0.0000477096514214106, "deviceCategory": "mobile" }, { @@ -57648,11 +132125,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 738, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.00008714114345585334, + "weight": 0.00004770723742875416, "deviceCategory": "mobile" }, { @@ -57660,13 +132137,13 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.00008714015756543216, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00004770499321825804, "deviceCategory": "mobile" }, { @@ -57674,39 +132151,75 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4629.1159 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000047697256393679116, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-TW", "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, + "viewportHeight": 695, "viewportWidth": 1536, - "weight": 0.00008712210317657222, + "weight": 0.00004769523412336968, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "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", + "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.3127.1049 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.00008700622993324166, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000047689088941859564, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4599.1422 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004766765536286257, "deviceCategory": "mobile" }, { @@ -57716,282 +132229,348 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 660, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00008698265934648284, + "weight": 0.00004765142959125902, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000047635517001060764, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.7712.1920 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 720, - "viewportWidth": 384, - "weight": 0.00008696306533830428, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004763541389026827, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6, - "downlinkMax": 100, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 200, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.9102.1745 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 689, - "viewportWidth": 384, - "weight": 0.00008695796975208289, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004762208686327744, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1366, + "screenWidth": 1229, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1245, + "viewportWidth": 1229, + "weight": 0.0000476143629200392, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6029.1826 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004760099522980291, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux aarch64", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 780, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36", + "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.9909.1986 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.00008690655969681392, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004760099072629626, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.8, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 150 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1600, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 773, - "viewportWidth": 1600, - "weight": 0.00008686258953063931, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000047599527256944074, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 727, - "viewportWidth": 428, - "weight": 0.00008679280729378243, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6448.1758 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004759677572900659, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00008677644241540894, + "screenHeight": 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.5633.1728 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000047595814803631326, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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.5 Safari/605.1.15", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 966, - "viewportWidth": 1710, - "weight": 0.00008666124069703124, - "deviceCategory": "desktop" + "viewportHeight": 484, + "viewportWidth": 430, + "weight": 0.00004758513608455757, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 747, - "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", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1489, + "screenWidth": 1340, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 623, - "viewportWidth": 360, - "weight": 0.00008664371907309126, + "viewportHeight": 1366, + "viewportWidth": 1340, + "weight": 0.00004757658743796657, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00004757503883500931, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.4871.1030 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 780, - "viewportWidth": 412, - "weight": 0.00008660236390586513, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000047574198249986674, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1910.1058 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 966, - "viewportWidth": 1872, - "weight": 0.0000864758868372939, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000047558233031823494, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.8, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "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", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.00008643767464024844, - "deviceCategory": "mobile" + "viewportHeight": 722, + "viewportWidth": 1002, + "weight": 0.00004755533283421705, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00008639041719382036, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.000047552444334012057, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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": 664, - "viewportWidth": 390, - "weight": 0.0000863592335828886, - "deviceCategory": "mobile" + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1328, + "screenWidth": 1385, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1202, + "viewportWidth": 1385, + "weight": 0.0000475509373430376, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "language": "en-CA", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 684, - "viewportWidth": 1536, - "weight": 0.00008633235038005407, + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 753, + "viewportWidth": 1468, + "weight": 0.000047550131285871176, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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/124.0.0.0 Safari/537.36", + "pluginsLength": 0, + "screenHeight": 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.3646.1914 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 610, - "viewportWidth": 1241, - "weight": 0.00008624650612551117, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000047545746468700864, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -58000,46 +132579,63 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.00008624428959111335, + "weight": 0.0000475382181939564, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "language": "en-AU", + "platform": "iPad", "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", + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00008616995078704384, - "deviceCategory": "mobile" + "viewportHeight": 671, + "viewportWidth": 1180, + "weight": 0.00004753466644910749, + "deviceCategory": "tablet" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 + }, + "language": "pt-BR", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 0, + "screenWidth": 0, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 933, + "viewportWidth": 1875, + "weight": 0.00004753451207791423, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 857, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.5166.1628 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 729, - "viewportWidth": 384, - "weight": 0.00008607696495454565, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000047516452549126845, "deviceCategory": "mobile" }, { @@ -58047,47 +132643,71 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1467, + "screenWidth": 1294, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1347, + "viewportWidth": 1294, + "weight": 0.00004751465417573752, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 829, - "viewportWidth": 1320, - "weight": 0.00008602789028097704, + "viewportHeight": 754, + "viewportWidth": 648, + "weight": 0.000047513850450951575, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, + "viewportHeight": 660, "viewportWidth": 390, - "weight": 0.00008582646372516196, + "weight": 0.000047511873864554956, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 727, - "viewportWidth": 1194, - "weight": 0.0000858054880231294, - "deviceCategory": "desktop" + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1575.1769 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000047507663608100746, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -58097,111 +132717,93 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00008576839022319571, + "viewportHeight": 708, + "viewportWidth": 1470, + "weight": 0.000047503543599750055, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.00008565048587910372, - "deviceCategory": "mobile" + "screenHeight": 1475, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1352, + "viewportWidth": 1366, + "weight": 0.00004749690897269176, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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": 541, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9408.1854 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00008557066014217017, + "weight": 0.00004749269155609837, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 6, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 100, "type": "wifi" }, "language": "en-GB", - "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/124.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.00008550070384552728, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 475, - "viewportWidth": 276, - "weight": 0.00008543846824885877, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "Linux armv81", "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.00008528272709571014, - "deviceCategory": "mobile" + "screenHeight": 1280, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1071, + "viewportWidth": 800, + "weight": 0.00004749173905844448, + "deviceCategory": "tablet" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 250 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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.6422.142 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.00008519473573047475, + "weight": 0.00004748959478634126, "deviceCategory": "desktop" }, { @@ -58209,27 +132811,13 @@ "language": "en-US", "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.00008514293312144465, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 634, - "viewportWidth": 375, - "weight": 0.00008511573985855924, + "viewportHeight": 636, + "viewportWidth": 390, + "weight": 0.00004748862740343279, "deviceCategory": "mobile" }, { @@ -58237,13 +132825,13 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0000850849560694824, + "viewportHeight": 630, + "viewportWidth": 390, + "weight": 0.00004748841312731502, "deviceCategory": "mobile" }, { @@ -58251,28 +132839,33 @@ "language": "en-US", "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", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00008507959691413452, + "viewportHeight": 667, + "viewportWidth": 375, + "weight": 0.00004748772121583669, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 393, - "weight": 0.00008499154397031305, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1024, + "viewportWidth": 1280, + "weight": 0.00004747953197824477, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -58281,11 +132874,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00008495230900289912, + "weight": 0.00004747834790504062, "deviceCategory": "mobile" }, { @@ -58293,123 +132886,112 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00008493616693727761, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.000047478189074964224, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.00008493132465435232, - "deviceCategory": "mobile" + "screenHeight": 1518, + "screenWidth": 1288, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1390, + "viewportWidth": 1288, + "weight": 0.00004745543325727933, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00008489025467915039, + "viewportWidth": 402, + "weight": 0.0000474553537742507, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00008484303597306199, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6202.1828 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000047428436640857444, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1416, + "screenWidth": 1332, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 940, - "viewportWidth": 1956, - "weight": 0.00008481241073668002, + "viewportHeight": 1294, + "viewportWidth": 1332, + "weight": 0.00004741621178813665, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00008467647798842175, + "weight": 0.000047411047175145155, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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/17.5 Safari/605.1.15", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 727, - "viewportWidth": 1194, - "weight": 0.00008460864626563542, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.8, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "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.00008453847001649275, + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00004740162576907351, "deviceCategory": "mobile" }, { @@ -58417,32 +132999,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7056.1332 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 831, - "viewportWidth": 1600, - "weight": 0.00008451619376773308, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004739209099696541, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00008447659176500478, + "weight": 0.00004738629185136685, "deviceCategory": "mobile" }, { @@ -58450,46 +133032,79 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1450, + "screenWidth": 1222, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 959, - "viewportWidth": 1858, - "weight": 0.00008446728915489925, + "viewportHeight": 1322, + "viewportWidth": 1222, + "weight": 0.0000473823367053263, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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.00008438901547343154, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 814, + "viewportWidth": 411, + "weight": 0.000047368426686334456, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2645.1033 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000047366624791169824, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 8.7, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00008434207942232259, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 867, + "viewportWidth": 448, + "weight": 0.000047362251132013044, "deviceCategory": "mobile" }, { @@ -58497,27 +133112,32 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 393, - "weight": 0.0000843374742609443, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000047352874839563595, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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": 640, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6890.1476 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00008430890252816914, + "weight": 0.000047352732765889826, "deviceCategory": "mobile" }, { @@ -58527,31 +133147,31 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, + "viewportHeight": 751, "viewportWidth": 428, - "weight": 0.00008422043893811505, + "weight": 0.000047343873449972184, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5880.1622 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.00008420085490223367, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000047332479461966556, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -58560,11 +133180,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00008406992221071984, + "weight": 0.0000473075775697024, "deviceCategory": "mobile" }, { @@ -58572,81 +133192,79 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 390, - "weight": 0.00008405512664640954, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000047301007175628445, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.3973.1139 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 412, - "weight": 0.000083948244166467, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004729643733269594, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 9.75, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 5120, - "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": 1278, - "viewportWidth": 1477, - "weight": 0.00008394591389530422, - "deviceCategory": "desktop" + "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": 740, + "viewportWidth": 428, + "weight": 0.00004729524799473743, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 525, - "viewportWidth": 312, - "weight": 0.00008385223256427663, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1751 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000047283883334845504, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00008383659476468333, + "viewportHeight": 696, + "viewportWidth": 414, + "weight": 0.00004727223810766215, "deviceCategory": "mobile" }, { @@ -58658,16 +133276,16 @@ "rtt": 50, "type": "wifi" }, - "language": "en-GB", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 645, + "viewportHeight": 651, "viewportWidth": 360, - "weight": 0.00008381419170586647, + "weight": 0.000047272134376567495, "deviceCategory": "mobile" }, { @@ -58675,60 +133293,39 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "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": 911, - "viewportWidth": 1920, - "weight": 0.00008376695952740174, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux aarch64", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 1280, - "screenWidth": 800, - "userAgent": "Mozilla/5.0 (Linux; Android 12; SO-52A Build/58.2.B.0.560; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/122.0.6261.66 Mobile Safari/537.36", + "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.5634.1085 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1260, - "viewportWidth": 541, - "weight": 0.00008367862133988722, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004726867127151959, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.45, + "downlink": 10, "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 300, + "effectiveType": "4g", + "rtt": 50, "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 837, - "screenWidth": 377, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 761, - "viewportWidth": 377, - "weight": 0.00008366269782159402, + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.0000472255944081574, "deviceCategory": "mobile" }, { @@ -58736,60 +133333,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 985, - "viewportWidth": 1842, - "weight": 0.00008362676196103278, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 880, - "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", + "screenHeight": 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.3096.1109 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 741, - "viewportWidth": 360, - "weight": 0.0000835288517241331, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004722304834726849, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.2, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.7463.1888 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 750, - "viewportWidth": 412, - "weight": 0.00008350672127031867, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000047220470032271526, "deviceCategory": "mobile" }, { @@ -58797,27 +133371,32 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00008350454997885885, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00004720985061575275, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00008347460713841873, + "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.4071.1180 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000047205635613118656, "deviceCategory": "mobile" }, { @@ -58829,16 +133408,16 @@ "rtt": 100, "type": "wifi" }, - "language": "es-US", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 883, + "screenWidth": 345, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 711, - "viewportWidth": 360, - "weight": 0.00008339368025798935, + "viewportHeight": 745, + "viewportWidth": 344, + "weight": 0.00004719749315495014, "deviceCategory": "mobile" }, { @@ -58846,286 +133425,220 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 739, "viewportWidth": 430, - "weight": 0.0000833535762514826, + "weight": 0.00004719738215933864, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004718533243853455, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 9.6, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "cellular" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 780, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 610, - "viewportWidth": 360, - "weight": 0.0000832657954096025, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00004714259960371584, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 5.35, "effectiveType": "4g", - "rtt": 50 + "rtt": 150 }, - "language": "de-DE", + "language": "en-CA", "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 678, - "viewportWidth": 1536, - "weight": 0.00008322476704095107, + "viewportHeight": 562, + "viewportWidth": 1229, + "weight": 0.00004714227203484197, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8901.1938 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 878, - "viewportWidth": 1842, - "weight": 0.00008314947968637261, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000047138356976771685, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPad", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1194, - "screenWidth": 834, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 703, - "viewportWidth": 1194, - "weight": 0.00008313604682117683, - "deviceCategory": "tablet" + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00004713143526268491, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1039, - "screenWidth": 1847, - "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": 872, - "viewportWidth": 1847, - "weight": 0.00008311357127346263, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", "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.00008311045353287545, + "pluginsLength": 0, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 [FBAN/FBIOS;FBAV/495.1.0.27.296;FBBV/683141668;FBDV/iPhone13,2;FBMD/iPhone;FBSN/iOS;FBSV/26.2.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/684552024]", + "vendor": "Google Inc.", + "viewportHeight": 844, + "viewportWidth": 390, + "weight": 0.00004713132534505261, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.5, + "downlink": 10, "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 500, + "effectiveType": "4g", + "rtt": 50, "type": "cellular" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 666, - "viewportWidth": 360, - "weight": 0.00008310651433057923, + "viewportHeight": 760, + "viewportWidth": 411, + "weight": 0.00004712088348635237, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-GB", - "platform": "Linux x86_64", - "pluginsLength": 4, - "screenHeight": 980, - "screenWidth": 1921, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 974, - "viewportWidth": 1920, - "weight": 0.00008310219092439915, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "es-419", - "platform": "Win32", + "language": "en-US", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "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": 695, - "viewportWidth": 1536, - "weight": 0.0000830815914389393, - "deviceCategory": "desktop" + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.000047115197451240564, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 150, + "type": "wifi" }, - "language": "en-US", - "platform": "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", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00008307500547895317, - "deviceCategory": "desktop" + "viewportHeight": 753, + "viewportWidth": 411, + "weight": 0.00004710456387735403, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1448, + "screenWidth": 1397, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.00008306997022284067, + "viewportHeight": 1327, + "viewportWidth": 1397, + "weight": 0.00004709587975566935, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 633, - "viewportWidth": 393, - "weight": 0.00008300324163841295, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0000829633171407059, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1390, + "screenWidth": 1305, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 929, - "viewportWidth": 1920, - "weight": 0.00008295051382990881, + "viewportHeight": 1263, + "viewportWidth": 1305, + "weight": 0.00004709550291279769, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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": 748, - "viewportWidth": 428, - "weight": 0.00008290395370297035, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00008283831873410162, + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00004707349616941313, "deviceCategory": "mobile" }, { @@ -59135,11 +133648,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00008273572145508102, + "weight": 0.0000470672628562876, "deviceCategory": "mobile" }, { @@ -59147,34 +133660,15 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 626, - "viewportWidth": 375, - "weight": 0.00008273329707309453, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000047065316440909816, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 809, - "viewportWidth": 1433, - "weight": 0.00008271950025382104, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", @@ -59182,157 +133676,180 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00008269042342507188, + "weight": 0.00004705165687284486, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-AU", + "language": "en-US", "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", + "screenHeight": 693, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 879, - "viewportWidth": 428, - "weight": 0.00008264454831276564, + "viewportHeight": 532, + "viewportWidth": 320, + "weight": 0.000047047238445742364, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 803, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 360, + "weight": 0.00004704636274247226, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1320, - "screenWidth": 2347, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1171, - "viewportWidth": 1143, - "weight": 0.00008261864920096482, - "deviceCategory": "desktop" + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.000047014853176013935, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 300 + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 }, - "language": "ru", + "language": "zh-CN", "platform": "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 YaBrowser/24.4.0.0 Safari/537.36", + "screenHeight": 1392, + "screenWidth": 1272, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 956, - "viewportWidth": 1920, - "weight": 0.00008254483799638031, + "viewportHeight": 1269, + "viewportWidth": 1272, + "weight": 0.000047001127236341044, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 6, + "pluginsLength": 5, "screenHeight": 844, "screenWidth": 390, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00008245395471770205, + "weight": 0.00004699284847665232, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 5.6, + "effectiveType": "4g", + "rtt": 200 + }, + "language": "pt-BR", + "platform": "Win32", "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": 664, - "viewportWidth": 390, - "weight": 0.00008243593058627809, - "deviceCategory": "mobile" + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.00004698982680153887, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00008240743332953328, - "deviceCategory": "mobile" + "screenWidth": 1517, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 684, + "viewportWidth": 1517, + "weight": 0.000046986505087353595, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "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": 659, - "viewportWidth": 393, - "weight": 0.00008240736804474034, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "es-MX", - "platform": "iPhone", + "platform": "MacIntel", "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.00008230016995049847, - "deviceCategory": "mobile" + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 835, + "viewportWidth": 1470, + "weight": 0.00004698556921307315, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 393, - "weight": 0.00008226548377894328, - "deviceCategory": "mobile" + "viewportHeight": 789, + "viewportWidth": 1325, + "weight": 0.000046983081593823366, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 752, - "viewportWidth": 428, - "weight": 0.00008223260394898015, + "viewportHeight": 739, + "viewportWidth": 390, + "weight": 0.00004697945767038014, "deviceCategory": "mobile" }, { @@ -59347,44 +133864,49 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.00008222925869998223, + "viewportHeight": 870, + "viewportWidth": 1394, + "weight": 0.00004697637767094206, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 718, - "viewportWidth": 414, - "weight": 0.00008214308496324547, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.000046969128828146946, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1450, + "screenWidth": 1222, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1247, - "viewportWidth": 2560, - "weight": 0.00008211573861046383, + "viewportHeight": 1328, + "viewportWidth": 1222, + "weight": 0.0000469671543848102, "deviceCategory": "desktop" }, { @@ -59394,101 +133916,143 @@ "effectiveType": "4g", "rtt": 100 }, - "language": "en-US", - "platform": "Win32", + "language": "en-GB", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1107, + "screenWidth": 1710, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1271, - "viewportWidth": 2560, - "weight": 0.0000820692205237422, + "viewportHeight": 947, + "viewportWidth": 1063, + "weight": 0.000046965591238274046, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Linux x86_64", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0", + "vendor": "", + "viewportHeight": 939, + "viewportWidth": 1916, + "weight": 0.00004695273313691028, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 1052, - "screenWidth": 486, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.2578.1609 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 924, - "viewportWidth": 486, - "weight": 0.00008206092702790195, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000046952694039648005, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, - "language": "en-GB", + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.000046950653913711634, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.05, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 200, + "type": "cellular" + }, + "language": "en-US", "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", + "screenHeight": 694, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.00008201122356321452, + "viewportHeight": 559, + "viewportWidth": 320, + "weight": 0.00004694750831052332, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "language": "en-CA", + "platform": "iPhone", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 740, - "viewportWidth": 1080, - "weight": 0.00008184558512636697, - "deviceCategory": "desktop" + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000046944803058375796, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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": 634, - "viewportWidth": 375, - "weight": 0.00008181536561918334, - "deviceCategory": "mobile" + "screenHeight": 1458, + "screenWidth": 1320, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1330, + "viewportWidth": 1320, + "weight": 0.00004693361378809578, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 1.45, + "effectiveType": "3g", + "rtt": 300 + }, + "language": "en-US", + "platform": "Linux x86_64", "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.00008173496866280917, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000046929244311242085, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -59500,29 +134064,72 @@ "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 864, + "screenHeight": 960, "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.0000816928705990984, + "viewportHeight": 887, + "viewportWidth": 1492, + "weight": 0.00004691111884624358, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 619, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9642.1599 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0000816151749580543, + "weight": 0.000046898887111235454, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 923, + "viewportWidth": 1470, + "weight": 0.000046890031343341625, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1404, + "screenWidth": 1352, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1279, + "viewportWidth": 1352, + "weight": 0.00004688254902599109, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", @@ -59530,11 +134137,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, + "viewportHeight": 750, "viewportWidth": 414, - "weight": 0.00008158794041555225, + "weight": 0.000046879087624484555, "deviceCategory": "mobile" }, { @@ -59542,50 +134149,34 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.00008156454408192157, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004686919024810811, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 829, - "screenWidth": 691, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.6871.1587 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 657, - "viewportWidth": 691, - "weight": 0.00008153274335070725, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000046855395702816174, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPad", - "pluginsLength": 0, - "screenHeight": 1180, - "screenWidth": 820, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 693, - "viewportWidth": 1180, - "weight": 0.00008146936208165297, - "deviceCategory": "tablet" - }, { "appName": "Netscape", "connection": { @@ -59596,62 +134187,100 @@ "language": "en-US", "platform": "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", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00008133533791230597, + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00004684848638073228, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "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", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/60.5 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.00008131140321173837, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000046841207245715964, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 6.25, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 750, - "screenWidth": 346, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 667, - "viewportWidth": 346, - "weight": 0.00008124452031452375, - "deviceCategory": "mobile" + "viewportHeight": 791, + "viewportWidth": 1440, + "weight": 0.00004683892537110151, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1406, + "screenWidth": 1313, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1285, + "viewportWidth": 1313, + "weight": 0.000046826697263406154, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 728, - "viewportWidth": 428, - "weight": 0.00008120447166153329, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000046819663268555286, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.75, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "pt-PT", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 869, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 722, + "viewportWidth": 411, + "weight": 0.000046819196729159656, "deviceCategory": "mobile" }, { @@ -59664,13 +134293,13 @@ "language": "en-US", "platform": "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", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 822, - "viewportWidth": 1678, - "weight": 0.00008116027460093665, + "viewportHeight": 665, + "viewportWidth": 1280, + "weight": 0.00004681048450898518, "deviceCategory": "desktop" }, { @@ -59678,114 +134307,129 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 2560, - "weight": 0.00008115311852987027, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 896, - "screenWidth": 414, - "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": 715, - "viewportWidth": 414, - "weight": 0.00008112657873202648, + "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.1460.1370 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004681033608069344, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", "rtt": 50, - "type": "wifi" + "type": "cellular" }, - "language": "en-US", + "language": "en-AU", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 772, - "screenWidth": 347, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 984, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 627, - "viewportWidth": 347, - "weight": 0.00008108300828742837, + "viewportHeight": 858, + "viewportWidth": 432, + "weight": 0.000046809135291257274, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 634, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8399.1738 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0000810537063558346, + "weight": 0.000046771958543225394, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 660, - "viewportWidth": 393, - "weight": 0.00008104892034354527, + "screenHeight": 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.1423.1705 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000046754541317240185, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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.5 Safari/605.1.15", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 1073, - "viewportWidth": 820, - "weight": 0.00008101937771608273, + "viewportHeight": 695, + "viewportWidth": 1440, + "weight": 0.00004675382094746042, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 6.8, + "downlink": 8.05, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, - "language": "en-US", + "language": "ru-RU", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1117, + "screenWidth": 1728, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 823, - "viewportWidth": 1512, - "weight": 0.00008097657546757684, + "viewportHeight": 992, + "viewportWidth": 1728, + "weight": 0.00004674776762479224, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1429, + "screenWidth": 1245, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1304, + "viewportWidth": 1245, + "weight": 0.00004673527434646655, "deviceCategory": "desktop" }, { @@ -59793,27 +134437,55 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00008090309788810315, + "viewportHeight": 795, + "viewportWidth": 440, + "weight": 0.000046734698300871144, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 609, + "viewportWidth": 360, + "weight": 0.000046728207154216, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, "language": "en-US", - "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.00008087700918705292, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 826, + "viewportWidth": 448, + "weight": 0.00004672458231975367, "deviceCategory": "mobile" }, { @@ -59825,16 +134497,16 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "pt-BR", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 740, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 760, - "viewportWidth": 412, - "weight": 0.0000808092327423155, + "viewportHeight": 612, + "viewportWidth": 360, + "weight": 0.000046715709706563336, "deviceCategory": "mobile" }, { @@ -59847,57 +134519,93 @@ "type": "wifi" }, "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 731, + "viewportWidth": 1469, + "weight": 0.00004668924270015122, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-IE", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 857, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 771, - "viewportWidth": 412, - "weight": 0.00008076253577452605, + "viewportHeight": 729, + "viewportWidth": 384, + "weight": 0.000046685629771128954, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 720, - "viewportWidth": 430, - "weight": 0.00008076228362377184, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6387.1417 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004667334684846079, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.00008075296778978247, - "deviceCategory": "mobile" + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 881, + "viewportWidth": 1680, + "weight": 0.000046671595434022964, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "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": 663, - "viewportWidth": 390, - "weight": 0.0000806582939168906, + "screenHeight": 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.7763.1608 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000046656304623233067, "deviceCategory": "mobile" }, { @@ -59907,94 +134615,136 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, + "viewportHeight": 645, "viewportWidth": 390, - "weight": 0.00008065652517610318, + "weight": 0.00004665109227522799, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.1517.1323 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 783, - "viewportWidth": 412, - "weight": 0.00008055966287541348, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004663946044405638, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 812, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/295.0.590048842 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 625, - "viewportWidth": 375, - "weight": 0.00008046526135327401, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.0000466359305481624, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", + "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/140.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 1366, + "weight": 0.000046635090442039617, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 777, - "viewportWidth": 390, - "weight": 0.00008045891791558971, + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00004660726451174719, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "it-IT", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 947, - "viewportWidth": 1920, - "weight": 0.00008045449384254748, + "screenHeight": 1456, + "screenWidth": 1220, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1327, + "viewportWidth": 1220, + "weight": 0.0000466048008825729, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8928.1583 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004658735236915622, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.95, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "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": 713, - "viewportWidth": 1536, - "weight": 0.00008036641108495309, + "viewportHeight": 577, + "viewportWidth": 1280, + "weight": 0.00004658733711685526, "deviceCategory": "desktop" }, { @@ -60002,13 +134752,13 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 741, - "viewportWidth": 428, - "weight": 0.00008027248831996788, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000046586601096842125, "deviceCategory": "mobile" }, { @@ -60016,48 +134766,46 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00008026192025996263, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004657514251008336, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 50 }, - "language": "en-CA", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "language": "en-US", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 661, - "viewportWidth": 384, - "weight": 0.00008024471895361024, - "deviceCategory": "mobile" + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.00004656050445998601, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, - "viewportWidth": 375, - "weight": 0.00008023480357974596, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004655294980447678, "deviceCategory": "mobile" }, { @@ -60065,46 +134813,69 @@ "language": "en-US", "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) Version/17.1 Mobile/15E148 Safari/604.1", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00008020101736242003, + "viewportHeight": 750, + "viewportWidth": 428, + "weight": 0.00004654536610833799, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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 Edg/125.0.0.0", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 1872, - "weight": 0.00008008341790050545, + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00004654400996515793, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00008003636905989066, + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00004652097757547216, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00004651325233835869, "deviceCategory": "mobile" }, { @@ -60116,16 +134887,16 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, "screenHeight": 832, "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 700, + "viewportHeight": 730, "viewportWidth": 384, - "weight": 0.00008000343620681778, + "weight": 0.000046502429454839335, "deviceCategory": "mobile" }, { @@ -60133,13 +134904,13 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 666, - "viewportWidth": 393, - "weight": 0.00007994588036126423, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.000046487003389546, "deviceCategory": "mobile" }, { @@ -60147,41 +134918,70 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 510, - "viewportWidth": 320, - "weight": 0.00007985210234614086, + "viewportHeight": 608, + "viewportWidth": 339, + "weight": 0.00004646341969621417, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1305, + "viewportWidth": 2560, + "weight": 0.00004644915714268646, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, "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, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6460.1189 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00007977581127029846, + "weight": 0.0000464458150454878, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 1.3, + "effectiveType": "3g", + "rtt": 400 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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": 696, - "viewportWidth": 1080, - "weight": 0.0000797699878158474, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004644207545958, "deviceCategory": "desktop" }, { @@ -60189,68 +134989,66 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 896, - "screenWidth": 414, - "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", + "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": 739, - "viewportWidth": 430, - "weight": 0.00007974349981075023, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.000046441233221408614, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "language": "ru-RU", + "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 640, - "screenWidth": 360, - "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", + "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": 640, - "viewportWidth": 360, - "weight": 0.00007957944750770542, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00004643817908978865, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "screenHeight": 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.5510.1567 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.00007955101766410824, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000046425329168806155, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.00007954985694167884, - "deviceCategory": "mobile" + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.00004641919654038727, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -60262,208 +135060,222 @@ "language": "en-US", "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/124.0.0.0 Safari/537.36", + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 757, - "viewportWidth": 1368, - "weight": 0.00007949586634699841, + "viewportHeight": 535, + "viewportWidth": 1254, + "weight": 0.00004639910886787762, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 515, - "viewportWidth": 320, - "weight": 0.00007941113630579914, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 600, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4664.1064 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000046366507194717245, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-CA", - "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.00007934051355720799, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "effectiveType": "4g", "rtt": 0 }, - "language": "zh-CN", + "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, "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.7740.1922 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2658.1267 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00007923928090319172, + "weight": 0.00004634981753484827, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en", - "platform": "MacIntel", - "pluginsLength": 1, - "screenHeight": 900, - "screenWidth": 1440, - "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": 733, - "viewportWidth": 1199, - "weight": 0.00007923712039107008, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00007923529017511179, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1024, + "viewportWidth": 1280, + "weight": 0.000046339429071833515, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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": 714, - "viewportWidth": 414, - "weight": 0.00007920540435730281, - "deviceCategory": "mobile" + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1452, + "screenWidth": 1200, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1328, + "viewportWidth": 1200, + "weight": 0.00004633558389644798, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00007920310967463672, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00004633332251820957, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.25, + "downlink": 8.55, "effectiveType": "4g", - "rtt": 150 + "rtt": 100 }, - "language": "en-CA", + "language": "en-US", "platform": "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 929, - "viewportWidth": 1920, - "weight": 0.00007912011371140902, + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00004631654287594818, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.65, + "downlink": 2, "effectiveType": "4g", - "rtt": 250 + "rtt": 200 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 731, - "viewportWidth": 1600, - "weight": 0.0000790702249595874, + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00004631250724504164, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPad", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1194, - "screenWidth": 834, - "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": 760, - "viewportWidth": 1194, - "weight": 0.00007901584256212879, - "deviceCategory": "tablet" + "screenHeight": 1435, + "screenWidth": 1241, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1315, + "viewportWidth": 1241, + "weight": 0.000046281766930924176, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.95, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.4328.1541 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 700, - "viewportWidth": 384, - "weight": 0.00007898026366577857, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000046276689224017406, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.1, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", + "language": "en-GB", "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/124.0.0.0 Safari/537.36 Edg/124.0.0.0", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 704, - "viewportWidth": 978, - "weight": 0.00007897306061930034, + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.000046270540524942116, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1504, + "screenWidth": 1225, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1377, + "viewportWidth": 1225, + "weight": 0.000046267659617964615, "deviceCategory": "desktop" }, { @@ -60471,133 +135283,153 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 896, - "screenWidth": 414, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 896, - "viewportWidth": 414, - "weight": 0.00007895980133307025, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004626635956381165, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "wifi" }, "language": "en-US", - "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/123.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 725, - "viewportWidth": 1272, - "weight": 0.00007894907438467579, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 635, - "viewportWidth": 375, - "weight": 0.00007878533881160469, + "viewportHeight": 746, + "viewportWidth": 384, + "weight": 0.000046264907153069916, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.7, + "downlink": 9.1, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2426.1178 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 768, - "viewportWidth": 1366, - "weight": 0.00007873545000863403, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004626116443788619, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 835, - "screenWidth": 376, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.6150.1430 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 711, - "viewportWidth": 376, - "weight": 0.00007869816810153101, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004625695012613414, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "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": 739, - "viewportWidth": 430, - "weight": 0.00007852262266593629, + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.0000462390291939042, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-CA", + "platform": "MacIntel", "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", + "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": 738, - "viewportWidth": 430, - "weight": 0.00007848252780150068, - "deviceCategory": "mobile" + "viewportHeight": 820, + "viewportWidth": 1440, + "weight": 0.00004623731181270452, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", "rtt": 0 }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1437, + "screenWidth": 1205, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1308, + "viewportWidth": 1205, + "weight": 0.000046222464312749164, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", "language": "en-US", + "oscpu": "Intel Mac OS X 10.15", "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/122.0.0.0 Safari/537.36", + "screenHeight": 1440, + "screenWidth": 3440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1204, + "viewportWidth": 1720, + "weight": 0.0000462216569476116, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 789, - "viewportWidth": 1512, - "weight": 0.00007847485639199445, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000046220897293762405, "deviceCategory": "desktop" }, { @@ -60605,13 +135437,13 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 737, - "viewportWidth": 430, - "weight": 0.00007844891821686264, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0000462176309496337, "deviceCategory": "mobile" }, { @@ -60622,78 +135454,63 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00007841924472722904, + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00004621756005667067, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "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": 783, - "viewportWidth": 412, - "weight": 0.00007838841204472922, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 675, - "viewportWidth": 414, - "weight": 0.00007837025531129886, - "deviceCategory": "mobile" + "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.00004621418826411795, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "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": 739, - "viewportWidth": 430, - "weight": 0.00007836388927533125, - "deviceCategory": "mobile" + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 731, + "viewportWidth": 1485, + "weight": 0.000046211056579107503, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "es-US", + "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, - "viewportWidth": 390, - "weight": 0.00007834828581886412, + "viewportHeight": 818, + "viewportWidth": 462, + "weight": 0.00004620787930209136, "deviceCategory": "mobile" }, { @@ -60705,30 +135522,35 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "pl", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 837, - "screenWidth": 377, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 377, - "weight": 0.00007832396951022139, + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.000046189866903476, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 670, - "viewportWidth": 390, - "weight": 0.00007831022847930782, + "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.6888.1299 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004617980035487517, "deviceCategory": "mobile" }, { @@ -60736,130 +135558,71 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "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", + "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": 815, + "viewportHeight": 754, "viewportWidth": 1440, - "weight": 0.00007826956913575101, + "weight": 0.00004615363400608783, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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": 547, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8596.1865 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00007825869397618886, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1200, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1067, - "viewportWidth": 1920, - "weight": 0.00007822952875669332, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00007816310362041047, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00007810093901278355, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 7, - "screenHeight": 926, - "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 741, - "viewportWidth": 428, - "weight": 0.00007803793532245227, + "weight": 0.000046149516151540686, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 835, - "screenWidth": 376, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.9749.1738 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 707, - "viewportWidth": 376, - "weight": 0.00007801660696426134, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000046140523163485246, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "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 Edg/124.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 924, - "viewportWidth": 1912, - "weight": 0.00007800833689478247, - "deviceCategory": "desktop" + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000046135308921054324, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -60869,36 +135632,34 @@ "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 600, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4882.1499 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.00007797059348707258, + "weight": 0.00004610616106673345, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, - "language": "id", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.8267.1112 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 664, - "viewportWidth": 360, - "weight": 0.00007791448604944909, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004608928575445451, "deviceCategory": "mobile" }, { @@ -60906,37 +135667,51 @@ "connection": { "downlink": 9.1, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "ko-KR", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1502, + "screenWidth": 1328, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1278, - "viewportWidth": 1715, - "weight": 0.0000778388313613508, + "viewportHeight": 1372, + "viewportWidth": 1328, + "weight": 0.00004608888480638514, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.000046085336035530954, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 818, - "viewportWidth": 1795, - "weight": 0.00007781645937045482, + "viewportHeight": 832, + "viewportWidth": 1470, + "weight": 0.000046079542406147914, "deviceCategory": "desktop" }, { @@ -60944,39 +135719,51 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 100 }, "language": "en-US", "platform": "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 Edg/125.0.0.0", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 915, - "viewportWidth": 881, - "weight": 0.00007780227227602859, + "viewportHeight": 698, + "viewportWidth": 1528, + "weight": 0.000046068215249741595, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.000046044591398757245, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { - "downlink": 4, - "downlinkMax": 100, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, - "language": "fr", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 747, - "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", + "screenHeight": 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.9986.1017 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 619, - "viewportWidth": 360, - "weight": 0.00007771070476244153, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004604030710823268, "deviceCategory": "mobile" }, { @@ -60984,13 +135771,13 @@ "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00007770281607369179, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.000046039904938705985, "deviceCategory": "mobile" }, { @@ -60998,13 +135785,13 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.000077682953429709, + "viewportHeight": 737, + "viewportWidth": 430, + "weight": 0.000046039062308518334, "deviceCategory": "mobile" }, { @@ -61012,67 +135799,88 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 393, - "weight": 0.00007758474686796939, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000046038899054646745, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 724, - "viewportWidth": 1512, - "weight": 0.00007750139238273377, - "deviceCategory": "desktop" + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.000046016424495427634, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00007738391030542197, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7976.1901 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004600716531897091, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.3, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 200, "type": "wifi" }, - "language": "en-US", + "language": "zh-TW", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 657, - "viewportWidth": 360, - "weight": 0.00007727927216454832, + "viewportHeight": 867, + "viewportWidth": 448, + "weight": 0.00004598684051576696, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 739, + "viewportWidth": 430, + "weight": 0.00004598299698628705, "deviceCategory": "mobile" }, { @@ -61085,46 +135893,65 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1120, + "screenWidth": 1792, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 803, - "viewportWidth": 1512, - "weight": 0.0000772695349246945, + "viewportHeight": 974, + "viewportWidth": 1176, + "weight": 0.00004594659112857647, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8692.1530 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004593811977556405, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "es-419", + "platform": "iPhone", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 812, - "viewportWidth": 1498, - "weight": 0.00007726815490987455, - "deviceCategory": "desktop" + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000045921774051150795, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 1280, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Lanai)", "vendor": "Google Inc.", - "viewportHeight": 1227, - "viewportWidth": 1440, - "weight": 0.00007722255417455426, + "viewportHeight": 1280, + "viewportWidth": 1280, + "weight": 0.00004589414133078408, "deviceCategory": "desktop" }, { @@ -61135,15 +135962,15 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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", + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, + "viewportHeight": 993, "viewportWidth": 1920, - "weight": 0.00007719299389880149, + "weight": 0.00004589080060705122, "deviceCategory": "desktop" }, { @@ -61151,201 +135978,202 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en", - "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/125.0.0.0 Safari/537.36", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1401.1521 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 999, - "viewportWidth": 1792, - "weight": 0.00007713410587176342, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004588043118770459, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "fr-CA", - "platform": "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 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1872, - "weight": 0.00007710413026481032, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", "language": "en-US", - "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.00007706177941506734, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5035.1570 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004587334628597303, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-GB", + "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 718, - "viewportWidth": 414, - "weight": 0.00007698541231823718, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00004587330523641007, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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": 736, - "viewportWidth": 430, - "weight": 0.0000769588340210646, - "deviceCategory": "mobile" + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 827, + "viewportWidth": 1512, + "weight": 0.00004587119052964482, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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.00007693447508033972, - "deviceCategory": "mobile" + "screenHeight": 1440, + "screenWidth": 3440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1233, + "viewportWidth": 1690, + "weight": 0.00004586140691392398, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.00007684639020680975, - "deviceCategory": "mobile" + "screenHeight": 1368, + "screenWidth": 1288, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1238, + "viewportWidth": 1288, + "weight": 0.00004584972724109093, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "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.7.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 722, - "viewportWidth": 430, - "weight": 0.00007677849991718079, - "deviceCategory": "mobile" + "viewportHeight": 688, + "viewportWidth": 1080, + "weight": 0.00004584874954186924, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 617, - "viewportWidth": 414, - "weight": 0.00007674620802740653, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00004584488178958804, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.1, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8736.1153 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1277, - "viewportWidth": 2302, - "weight": 0.00007674444765496973, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000045842010567139644, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00007662751884919466, + "viewportHeight": 748, + "viewportWidth": 402, + "weight": 0.00004583510933879402, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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 Edg/125.0.0.0", + "pluginsLength": 5, + "screenHeight": 1377, + "screenWidth": 1309, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1872, - "weight": 0.00007661967678205015, + "viewportHeight": 1249, + "viewportWidth": 1309, + "weight": 0.000045828302806453105, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "pt-PT", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 654, - "viewportWidth": 390, - "weight": 0.00007661257716121158, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000045814673123386835, "deviceCategory": "mobile" }, { @@ -61353,19 +136181,19 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3176.1514 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 714, - "viewportWidth": 1536, - "weight": 0.0000764257539057799, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004580134479936719, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -61375,15 +136203,15 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1440, + "screenWidth": 3440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 480, - "viewportWidth": 1023, - "weight": 0.00007639903180461744, + "viewportHeight": 1305, + "viewportWidth": 3440, + "weight": 0.00004579768554541836, "deviceCategory": "desktop" }, { @@ -61394,35 +136222,35 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 585, - "viewportWidth": 1280, - "weight": 0.00007636828276098334, + "viewportHeight": 962, + "viewportWidth": 1680, + "weight": 0.00004579622939567379, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.2, - "effectiveType": "3g", - "rtt": 300 + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 }, - "language": "en-GB", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7427.1470 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1284, - "viewportWidth": 2552, - "weight": 0.00007635861873104874, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000045795984150151494, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -61432,347 +136260,412 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 754, - "viewportWidth": 1440, - "weight": 0.00007630620200723621, + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00004578627962728331, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "tr-TR", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00007624652907347239, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.000045783193807903196, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "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.00007623079454863715, - "deviceCategory": "mobile" + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 667, + "viewportWidth": 1280, + "weight": 0.000045779988805019374, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.8535.1424 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 746, - "viewportWidth": 412, - "weight": 0.0000762128687788822, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000045775031029211916, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00007620333744623705, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004576898026396767, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1323, + "screenWidth": 1350, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1202, + "viewportWidth": 1350, + "weight": 0.000045754024104902064, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0000761989232345616, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004574527772831679, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.9, + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 200, + "type": "cellular" + }, + "language": "sl-SI", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 718, + "viewportWidth": 384, + "weight": 0.00004574180476160771, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", "platform": "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00007618047674002383, + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00004573973342471339, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0000761653852939953, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 896, - "screenWidth": 414, - "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": 721, - "viewportWidth": 414, - "weight": 0.00007614878919165013, - "deviceCategory": "mobile" + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00004572904288763105, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 857, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9341.1342 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 724, - "viewportWidth": 384, - "weight": 0.00007613909367945404, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004572409626293734, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00007612066662305767, + "weight": 0.00004571844275075418, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", "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.00007610709444965066, - "deviceCategory": "mobile" + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.000045717688407586106, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 693, - "screenWidth": 320, - "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": 527, - "viewportWidth": 320, - "weight": 0.0000760901273109598, + "screenHeight": 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.4384.1222 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004569994919304608, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "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.00007609010098012794, + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5574.1624 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004569499783552443, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 655, - "viewportWidth": 393, - "weight": 0.00007597526684484437, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2935.1795 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004568470524835318, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.85, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 963, "viewportWidth": 1920, - "weight": 0.00007592877838220253, + "weight": 0.00004567834922678104, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5606.1655 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004566578896304067, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 744, - "viewportWidth": 428, - "weight": 0.00007585592721038887, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000045651609828870555, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 50, + "type": "wifi" }, - "language": "en-GB", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "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", + "language": "en-US", + "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/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 662, - "viewportWidth": 360, - "weight": 0.00007578873096822704, - "deviceCategory": "mobile" + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.0000456514052754577, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "downlink": 1.3, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 900, + "type": "cellular" }, - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 645, "viewportWidth": 360, - "weight": 0.00007572922614822206, + "weight": 0.000045621362913160036, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 2.1, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 50, "type": "wifi" }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 869, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 5, + "screenHeight": 909, + "screenWidth": 1616, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 727, - "viewportWidth": 412, - "weight": 0.00007572651360274462, - "deviceCategory": "mobile" + "viewportHeight": 789, + "viewportWidth": 1616, + "weight": 0.00004560793476467975, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 780, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.2764.1805 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 609, - "viewportWidth": 360, - "weight": 0.00007572019930917561, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004560637627010586, "deviceCategory": "mobile" }, { @@ -61780,187 +136673,192 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "es-ES", - "platform": "Win32", + "language": "en-US", + "platform": "Linux x86_64", "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", + "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": 911, - "viewportWidth": 1920, - "weight": 0.00007566571268147743, + "viewportHeight": 466, + "viewportWidth": 780, + "weight": 0.00004560327443254718, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 736, + "viewportWidth": 440, + "weight": 0.000045571604193973276, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000045568726784268627, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 760, - "viewportWidth": 412, - "weight": 0.00007555200344579733, - "deviceCategory": "mobile" + "viewportHeight": 889, + "viewportWidth": 1694, + "weight": 0.00004556232813186998, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", "rtt": 0, - "type": "cellular" + "type": "wifi" }, - "language": "en-CA", - "platform": "Linux aarch64", + "language": "nl-BE", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 783, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 684, - "viewportWidth": 320, - "weight": 0.00007552631028698043, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00007543088988852504, + "viewportHeight": 609, + "viewportWidth": 360, + "weight": 0.000045558734853024493, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8700.1209 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00007542441161316029, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004554140713436983, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8434.1952 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 654, - "viewportWidth": 1318, - "weight": 0.00007541875194568873, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00007538733887090431, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000045535914301681556, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 896, - "viewportWidth": 414, - "weight": 0.00007535510578272339, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4973.1729 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004553173907906589, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "de-DE", "platform": "iPhone", "pluginsLength": 5, "screenHeight": 932, "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 732, + "viewportHeight": 739, "viewportWidth": 430, - "weight": 0.00007532170557815191, + "weight": 0.00004551794136452723, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.00007527709280173569, - "deviceCategory": "desktop" + "viewportHeight": 722, + "viewportWidth": 384, + "weight": 0.00004551767257166238, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/141.0.7390.96 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 665, "viewportWidth": 393, - "weight": 0.00007526490753858992, + "weight": 0.00004549546514125645, "deviceCategory": "mobile" }, { @@ -61968,13 +136866,13 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0000751903859654096, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000045467887817923525, "deviceCategory": "mobile" }, { @@ -61984,205 +136882,209 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, + "viewportHeight": 750, "viewportWidth": 414, - "weight": 0.00007515594188157781, + "weight": 0.00004546298129221621, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.1, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "it-IT", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 820, + "screenHeight": 806, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 686, + "viewportHeight": 674, "viewportWidth": 360, - "weight": 0.00007506356454206947, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0000750049337732768, + "weight": 0.000045461062720196716, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.35, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-GB", - "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/125.0.0.0 Safari/537.36", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9661.1728 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 729, - "viewportWidth": 1536, - "weight": 0.00007492635373880587, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004545994322528541, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 675, - "viewportWidth": 360, - "weight": 0.0000748069890429258, - "deviceCategory": "mobile" + "viewportHeight": 684, + "viewportWidth": 1517, + "weight": 0.00004545718773688449, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 548, - "viewportWidth": 375, - "weight": 0.00007477973279206033, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0000454546799928131, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.00007472178538067567, - "deviceCategory": "mobile" + "screenHeight": 1506, + "screenWidth": 1351, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1379, + "viewportWidth": 1351, + "weight": 0.00004544938772853065, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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": 637, - "viewportWidth": 375, - "weight": 0.00007468895891884156, - "deviceCategory": "mobile" + "screenHeight": 1357, + "screenWidth": 1379, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1237, + "viewportWidth": 1379, + "weight": 0.0000454487377585356, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 1.45, + "effectiveType": "3g", + "rtt": 300 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00007459616106812749, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004543351304999503, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, - "viewportWidth": 393, - "weight": 0.0000745525562030111, + "viewportHeight": 712, + "viewportWidth": 430, + "weight": 0.00004543058197251448, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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": 346, - "viewportWidth": 750, - "weight": 0.0000745270376298157, - "deviceCategory": "mobile" + "screenHeight": 1347, + "screenWidth": 1308, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1217, + "viewportWidth": 1308, + "weight": 0.00004542338752957179, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2959.1797 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 708, - "viewportWidth": 360, - "weight": 0.00007451328489277847, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004541767848723987, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.00007446174744624001, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004538255520943689, "deviceCategory": "mobile" }, { @@ -62190,60 +137092,75 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9756.1756 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 873, - "viewportWidth": 1728, - "weight": 0.00007444005419688354, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004537755264470199, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00007442972250720416, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4050.1429 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004537138987432054, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00007434577129345081, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9410.1758 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004536674335150293, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "MacIntel", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 200 + }, + "language": "en-US", + "platform": "Linux x86_64", "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.1.2 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 962, - "viewportWidth": 1577, - "weight": 0.00007411527170668504, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004536061813340564, "deviceCategory": "desktop" }, { @@ -62256,13 +137173,13 @@ "language": "en-US", "platform": "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", + "screenHeight": 670, + "screenWidth": 1191, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00007410921561665405, + "viewportHeight": 512, + "viewportWidth": 1191, + "weight": 0.000045346228908723976, "deviceCategory": "desktop" }, { @@ -62271,20 +137188,20 @@ "downlink": 10, "downlinkMax": 100, "effectiveType": "4g", - "rtt": 150, + "rtt": 50, "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1845, - "viewportWidth": 980, - "weight": 0.00007407862282251694, - "deviceCategory": "desktop" + "viewportHeight": 642, + "viewportWidth": 360, + "weight": 0.00004534256545335359, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -62294,15 +137211,67 @@ "rtt": 0 }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2494.1534 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000453423271748251, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00004533145414930862, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1346, + "screenWidth": 1231, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 915, - "viewportWidth": 1672, - "weight": 0.00007391911634618276, + "viewportHeight": 1225, + "viewportWidth": 1231, + "weight": 0.000045308684044105, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1325, + "screenWidth": 1369, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1204, + "viewportWidth": 1369, + "weight": 0.00004529237343057274, "deviceCategory": "desktop" }, { @@ -62310,18 +137279,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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/125.0.0.0 Safari/537.36", + "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": 677, - "viewportWidth": 1440, - "weight": 0.00007388214223903374, + "viewportHeight": 466, + "viewportWidth": 780, + "weight": 0.00004528499338833928, "deviceCategory": "desktop" }, { @@ -62334,41 +137303,60 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1279, - "viewportWidth": 2560, - "weight": 0.00007386934873750584, + "viewportHeight": 889, + "viewportWidth": 1680, + "weight": 0.00004528294344152204, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, - "viewportWidth": 375, - "weight": 0.00007386511266997333, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000045271109782717294, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1508, + "screenWidth": 1305, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1380, + "viewportWidth": 1305, + "weight": 0.00004526878789696065, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00007378764470463476, + "viewportHeight": 661, + "viewportWidth": 390, + "weight": 0.00004526224810556573, "deviceCategory": "mobile" }, { @@ -62383,81 +137371,115 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 880, - "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", + "screenHeight": 918, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 741, - "viewportWidth": 360, - "weight": 0.00007377953928589162, + "viewportHeight": 789, + "viewportWidth": 411, + "weight": 0.00004523620710678462, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 896, - "screenWidth": 414, - "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", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00007371279032697685, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00004522423058382742, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4191.1416 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004520193128424869, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 712, - "viewportWidth": 414, - "weight": 0.00007371274743274629, + "viewportHeight": 737, + "viewportWidth": 428, + "weight": 0.00004519665287508289, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.65, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 100 }, "language": "en-US", - "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", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 780, - "viewportWidth": 412, - "weight": 0.00007370922318738963, - "deviceCategory": "mobile" + "viewportHeight": 862, + "viewportWidth": 1512, + "weight": 0.00004518959646580164, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Intel Mac OS X 10.15", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1297, + "viewportWidth": 2510, + "weight": 0.00004516680670409628, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1003, - "screenWidth": 1504, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 834, - "viewportWidth": 1504, - "weight": 0.00007368488145578161, + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00004516405843731236, "deviceCategory": "desktop" }, { @@ -62465,18 +137487,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1518, + "screenWidth": 1374, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00007364566920432541, + "viewportHeight": 1395, + "viewportWidth": 1374, + "weight": 0.00004516279008265546, "deviceCategory": "desktop" }, { @@ -62484,13 +137506,13 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 667, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 531, - "viewportWidth": 375, - "weight": 0.00007362906855700752, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004516017377258583, "deviceCategory": "mobile" }, { @@ -62498,13 +137520,13 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00007359693316247686, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004512916862911392, "deviceCategory": "mobile" }, { @@ -62512,13 +137534,13 @@ "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 742, - "viewportWidth": 428, - "weight": 0.00007337903512626171, + "viewportHeight": 553, + "viewportWidth": 375, + "weight": 0.00004511385976019222, "deviceCategory": "mobile" }, { @@ -62526,27 +137548,65 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, - "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 744, - "viewportWidth": 428, - "weight": 0.00007335874431711348, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.000045113801426285964, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8967.1232 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004511301814891445, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1990.1375 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004511119449986495, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-CA", "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/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 588, - "viewportWidth": 414, - "weight": 0.0000733578102480799, + "viewportHeight": 691, + "viewportWidth": 393, + "weight": 0.00004511033886736694, "deviceCategory": "mobile" }, { @@ -62554,49 +137614,32 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00007333561862730155, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00004509554026212238, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.4, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "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": 649, - "viewportWidth": 360, - "weight": 0.00007332124816876859, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Intel Mac OS X 10.15", - "platform": "MacIntel", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1117, - "screenWidth": 1728, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 884, - "viewportWidth": 1716, - "weight": 0.00007328861708009798, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 644, + "viewportWidth": 1358, + "weight": 0.00004509323350087108, "deviceCategory": "desktop" }, { @@ -62604,47 +137647,57 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 835, - "viewportWidth": 1837, - "weight": 0.00007323540854682224, + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00004508814908065685, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.00007318639794354736, - "deviceCategory": "mobile" + "screenHeight": 1481, + "screenWidth": 1298, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1353, + "viewportWidth": 1298, + "weight": 0.00004508804586809215, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.00007316584162342549, - "deviceCategory": "mobile" + "screenHeight": 1476, + "screenWidth": 1391, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1354, + "viewportWidth": 1391, + "weight": 0.000045075225426361623, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -62653,11 +137706,11 @@ "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00007311123776710569, + "weight": 0.00004506665646221932, "deviceCategory": "mobile" }, { @@ -62667,82 +137720,86 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, + "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.00007307891018717324, + "weight": 0.00004506125761556912, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.8 Mobile/15E148 Safari/604.1 Ddg/15.8", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 546, - "viewportWidth": 375, - "weight": 0.00007306039949883912, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6817.1123 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004505707471440586, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 7, - "screenHeight": 896, - "screenWidth": 414, - "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", + "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": 681, - "viewportWidth": 414, - "weight": 0.00007292716109395597, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.000045052418452019104, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00007292500161753686, + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00004504239820051873, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00007288002695964518, + "viewportHeight": 844, + "viewportWidth": 390, + "weight": 0.000045017380900057405, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 955, - "viewportWidth": 1920, - "weight": 0.0000728448738613384, + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 820, + "viewportWidth": 1440, + "weight": 0.000045014837582741343, "deviceCategory": "desktop" }, { @@ -62750,107 +137807,102 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00007277693290315685, + "viewportHeight": 692, + "viewportWidth": 393, + "weight": 0.00004500460709308023, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "es-US", + "language": "en-US", "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/242.1.493995244 Mobile/15E148 Safari/604.1", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 694, - "viewportWidth": 414, - "weight": 0.00007273873863579788, + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.000044990600275982913, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000044989383875562216, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.55, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 150, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "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.6662.1795 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 639, - "viewportWidth": 360, - "weight": 0.00007272020742474255, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004497808644059835, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "ru-RU", - "platform": "Win32", + "language": "en-US", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "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": 965, - "viewportWidth": 929, - "weight": 0.0000726714688083673, - "deviceCategory": "desktop" + "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.00004496647932120112, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 578, - "viewportWidth": 1280, - "weight": 0.00007256776525738061, - "deviceCategory": "desktop" + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/389.2.814818472 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00004495536714032619, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 50, - "type": "cellular" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 735, - "screenWidth": 339, - "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": 605, - "viewportWidth": 339, - "weight": 0.00007253592441719535, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 835, + "viewportWidth": 428, + "weight": 0.00004495435250577624, "deviceCategory": "mobile" }, { @@ -62858,62 +137910,46 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 874, - "viewportWidth": 506, - "weight": 0.00007249812954845064, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000044952344498361416, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 772, - "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", + "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.7324.1171 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 643, - "viewportWidth": 360, - "weight": 0.00007247071772846609, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000044944920146784323, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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": 655, - "viewportWidth": 393, - "weight": 0.00007242061905265772, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 665, "viewportWidth": 393, - "weight": 0.00007240482268888419, + "weight": 0.00004491238144850552, "deviceCategory": "mobile" }, { @@ -62921,34 +137957,46 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00007236515166145369, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00004489909001738613, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.4, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 450, - "type": "cellular" + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 727, - "screenWidth": 339, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.3728.1153 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 656, - "viewportWidth": 339, - "weight": 0.0000723400865528132, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004489851236142508, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 751, + "viewportWidth": 428, + "weight": 0.00004484631707802172, "deviceCategory": "mobile" }, { @@ -62956,79 +138004,86 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 812, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 634, - "viewportWidth": 375, - "weight": 0.00007225932514651089, + "viewportHeight": 714, + "viewportWidth": 430, + "weight": 0.00004482699380659783, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4182.1274 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00007225008992052934, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004481785774639382, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-CA", "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", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.0000721611807926115, + "viewportHeight": 683, + "viewportWidth": 402, + "weight": 0.000044812401456096546, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 820, - "viewportWidth": 1680, - "weight": 0.00007214950698670574, + "screenHeight": 1373, + "screenWidth": 1374, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1251, + "viewportWidth": 1374, + "weight": 0.000044805851187837305, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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.00007214514141731676, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.000044802881138974226, "deviceCategory": "mobile" }, { @@ -63036,34 +138091,34 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0000721308441195625, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000044797322642254817, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.45, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 0, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36", + "screenHeight": 960, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 667, - "viewportWidth": 360, - "weight": 0.00007212550353876318, + "viewportHeight": 842, + "viewportWidth": 432, + "weight": 0.000044788963383720555, "deviceCategory": "mobile" }, { @@ -63071,32 +138126,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/116.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5455.1530 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1107, - "viewportWidth": 2462, - "weight": 0.00007210073718741932, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000447761518113255, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00007209862533409215, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8662.1520 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004477465908936338, "deviceCategory": "mobile" }, { @@ -63106,63 +138166,44 @@ "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00007205783390212466, + "weight": 0.00004477178204023285, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 813, - "viewportWidth": 1440, - "weight": 0.00007180940603438682, - "deviceCategory": "desktop" + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 736, + "viewportWidth": 430, + "weight": 0.000044766376335319195, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4846.1303 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00007179197792792236, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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.00007178687702276673, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000044759608922751634, "deviceCategory": "mobile" }, { @@ -63171,33 +138212,38 @@ "downlink": 10, "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, + "rtt": 150, "type": "cellular" }, - "language": "en-US", + "language": "en-GB", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 780, + "screenHeight": 880, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, + "viewportHeight": 744, "viewportWidth": 360, - "weight": 0.00007175236361363936, + "weight": 0.00004475693678784455, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00007171540772458113, + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4193.1671 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000447541011367802, "deviceCategory": "mobile" }, { @@ -63207,115 +138253,110 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00007171203835607878, + "weight": 0.000044751380638045205, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 947, - "viewportWidth": 1920, - "weight": 0.00007170900027833145, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8627.1921 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 825, - "viewportWidth": 1440, - "weight": 0.00007163666257310954, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004474763524736747, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 732, + "viewportWidth": 440, + "weight": 0.00004474414229274947, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, - "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00007163570840265296, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00004474351700287898, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 345, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.5613.1210 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 345, - "weight": 0.00007157177262681545, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004473993241076642, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.5896.1917 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 700, - "viewportWidth": 384, - "weight": 0.00007154062007154787, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004473124197211081, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "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": 720, - "viewportWidth": 414, - "weight": 0.00007153198953285202, + "viewportHeight": 638, + "viewportWidth": 375, + "weight": 0.00004470116245974125, "deviceCategory": "mobile" }, { @@ -63323,55 +138364,13 @@ "language": "en-US", "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.00007150012719713115, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "nl-NL", - "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": 784, - "viewportWidth": 1470, - "weight": 0.00007147002048144874, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00007132412467455617, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_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": 659, - "viewportWidth": 393, - "weight": 0.00007131661601626554, + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00004469514974234482, "deviceCategory": "mobile" }, { @@ -63379,19 +138378,19 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5405.1396 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 770, - "viewportWidth": 1094, - "weight": 0.00007127769499291934, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004468633924661337, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -63402,14 +138401,14 @@ }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "pluginsLength": 0, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 595, - "viewportWidth": 1280, - "weight": 0.00007123129281619688, + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00004468193499263331, "deviceCategory": "desktop" }, { @@ -63417,200 +138416,281 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00007122962441292713, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00004467994831234773, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-GB", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.00007119972864903303, - "deviceCategory": "mobile" + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 564, + "viewportWidth": 1272, + "weight": 0.000044668365918588026, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 737, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.00007118478426086126, + "weight": 0.00004466554763883097, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.0 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 629, - "viewportWidth": 1024, - "weight": 0.00007118170732099506, + "screenHeight": 1335, + "screenWidth": 1301, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1205, + "viewportWidth": 1301, + "weight": 0.000044652744351194104, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "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.00007117722145864713, - "deviceCategory": "mobile" + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1279, + "viewportWidth": 2560, + "weight": 0.00004465027900151014, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.00007116380320692695, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "fr-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 785, + "viewportWidth": 411, + "weight": 0.00004460693777086444, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.0000711546168584638, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00004460120799127882, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 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": 879, - "viewportWidth": 428, - "weight": 0.00007105536168553492, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 384, + "screenWidth": 832, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 298, + "viewportWidth": 757, + "weight": 0.00004459725969158729, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "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": 744, - "viewportWidth": 428, - "weight": 0.00007099401926289669, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 947, + "viewportWidth": 1920, + "weight": 0.00004455157826002269, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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": 767, - "viewportWidth": 1360, - "weight": 0.00007092931855002577, + "screenHeight": 1395, + "screenWidth": 1357, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1275, + "viewportWidth": 1357, + "weight": 0.000044551071861806776, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.00007090770034294037, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3811.1918 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004453820198578532, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "cellular" + }, + "language": "sr-RS", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.00004453430609129991, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5244.1770 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 700, - "viewportWidth": 1440, - "weight": 0.00007088384971984632, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004453261166039452, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00004450434989875419, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 633, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9257.1584 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00007087918458321621, + "weight": 0.00004449707061617409, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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": 1180, - "viewportWidth": 2240, - "weight": 0.00007083647727242251, + "screenHeight": 1369, + "screenWidth": 1313, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1248, + "viewportWidth": 1313, + "weight": 0.00004449617542440171, "deviceCategory": "desktop" }, { @@ -63620,16 +138700,16 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", - "platform": "MacIntel", + "language": "zh-CN", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1429, + "screenWidth": 1368, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 865, - "viewportWidth": 1633, - "weight": 0.00007083106838478579, + "viewportHeight": 1305, + "viewportWidth": 1368, + "weight": 0.00004448782365879251, "deviceCategory": "desktop" }, { @@ -63637,99 +138717,115 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 200 + "rtt": 150 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 9, - "screenHeight": 820, - "screenWidth": 1458, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0 Herring/90.1.1155.2", + "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/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 668, - "viewportWidth": 1450, - "weight": 0.00007079743998232369, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004448769381536648, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.00007077713171657843, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 735, + "screenWidth": 339, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 634, + "viewportWidth": 338, + "weight": 0.00004448695626520136, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00007076692730726451, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8917.1712 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000044483063523155344, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3066.1751 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 1440, - "weight": 0.00007072700950085425, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000044442905527273254, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36", + "screenHeight": 1440, + "screenWidth": 1200, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 607, - "viewportWidth": 1366, - "weight": 0.00007071836886817173, + "viewportHeight": 1310, + "viewportWidth": 1200, + "weight": 0.000044430290494049917, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "pl", - "oscpu": "Windows NT 10.0; Win64; x64", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1353, - "viewportWidth": 2560, - "weight": 0.00007071824797056773, + "screenHeight": 721, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 585, + "viewportWidth": 1280, + "weight": 0.000044424340471918617, "deviceCategory": "desktop" }, { @@ -63739,11 +138835,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 735, + "viewportHeight": 853, "viewportWidth": 430, - "weight": 0.00007067886174963731, + "weight": 0.00004442285406816686, "deviceCategory": "mobile" }, { @@ -63751,46 +138847,67 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 960, - "screenWidth": 1707, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1399, + "screenWidth": 1342, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 799, - "viewportWidth": 1707, - "weight": 0.00007062096604082143, + "viewportHeight": 1274, + "viewportWidth": 1342, + "weight": 0.0000444084068602106, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "fr-FR", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00007060142504383179, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004439812145011758, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, - "viewportWidth": 390, - "weight": 0.0000705744663448403, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000044388759904238326, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 757, + "viewportWidth": 411, + "weight": 0.000044387810716518854, "deviceCategory": "mobile" }, { @@ -63800,27 +138917,13 @@ "pluginsLength": 5, "screenHeight": 932, "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 733, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.0000705514717324575, + "weight": 0.00004437719334945518, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 772, - "viewportWidth": 1440, - "weight": 0.00007041472486291788, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", @@ -63828,31 +138931,26 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.0000704070239720694, + "weight": 0.000044370849691765885, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 856, - "viewportWidth": 1508, - "weight": 0.00007040569574658678, - "deviceCategory": "desktop" + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0000443642420208867, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -63861,82 +138959,51 @@ "pluginsLength": 5, "screenHeight": 844, "screenWidth": 390, - "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00007038781116934227, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00007036847113685666, + "weight": 0.00004435177231136473, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 712, - "viewportWidth": 1081, - "weight": 0.00007034573524731627, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, + "downlink": 7.35, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100 + "rtt": 100, + "type": "wifi" }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1872, - "weight": 0.00007033051260334851, - "deviceCategory": "desktop" + "viewportHeight": 672, + "viewportWidth": 360, + "weight": 0.00004432814485336881, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.35, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1453, + "screenWidth": 1332, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 738, - "viewportWidth": 1536, - "weight": 0.00007029601148509554, + "viewportHeight": 1323, + "viewportWidth": 1332, + "weight": 0.000044309266318016846, "deviceCategory": "desktop" }, { @@ -63948,184 +139015,142 @@ "rtt": 50, "type": "wifi" }, - "language": "en-CA", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 681, - "viewportWidth": 1366, - "weight": 0.0000702928010648837, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.55, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "language": "fr-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 844, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.00007028628436998955, - "deviceCategory": "desktop" + "viewportHeight": 679, + "viewportWidth": 375, + "weight": 0.00004430326382056231, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 428, - "weight": 0.00007028344666153369, + "viewportHeight": 754, + "viewportWidth": 402, + "weight": 0.000044302614810799165, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 0, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 869, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 670, - "viewportWidth": 360, - "weight": 0.00007028168077136102, + "viewportHeight": 692, + "viewportWidth": 411, + "weight": 0.00004428461800410997, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.00007026286898856834, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "fr", - "oscpu": "Intel Mac OS X 10.11", - "platform": "MacIntel", - "pluginsLength": 0, - "screenHeight": 900, - "screenWidth": 1440, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:78.0) Gecko/20100101 Firefox/78.0", - "vendor": "", - "viewportHeight": 687, - "viewportWidth": 1413, - "weight": 0.0000702373187736182, + "screenHeight": 1420, + "screenWidth": 1351, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1296, + "viewportWidth": 1351, + "weight": 0.00004424607209556477, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.7294.1206 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 784, - "viewportWidth": 412, - "weight": 0.00007012347781261451, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00007012045539374344, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004424495013290504, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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.6 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 727, - "viewportWidth": 1194, - "weight": 0.00007009381754706373, + "screenHeight": 1334, + "screenWidth": 1262, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1204, + "viewportWidth": 1262, + "weight": 0.000044227620850305535, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 670, - "viewportWidth": 390, - "weight": 0.00006999910467976414, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00004420422791297768, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.95, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "iPhone", + "pluginsLength": 0, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 [FBAN/FBIOS;FBAV/495.1.0.27.296;FBBV/683141668;FBDV/iPhone13,2;FBMD/iPhone;FBSN/iOS;FBSV/26.2.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/684552024]", "vendor": "Google Inc.", - "viewportHeight": 875, - "viewportWidth": 1920, - "weight": 0.00006996308276720732, - "deviceCategory": "desktop" + "viewportHeight": 844, + "viewportWidth": 390, + "weight": 0.00004420204296263082, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -64134,54 +139159,85 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00006986512778076238, + "weight": 0.00004420124034932861, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPad", - "pluginsLength": 0, - "screenHeight": 1024, - "screenWidth": 768, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 10_3_4 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G61 Safari/602.1", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 704, - "viewportWidth": 1024, - "weight": 0.00006986396582322891, - "deviceCategory": "tablet" + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00004419725321547838, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.00006980899787027544, - "deviceCategory": "mobile" + "screenHeight": 1509, + "screenWidth": 1249, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1380, + "viewportWidth": 1249, + "weight": 0.00004419161052549352, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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": 739, - "viewportWidth": 430, - "weight": 0.00006979843786133231, - "deviceCategory": "mobile" + "screenHeight": 1413, + "screenWidth": 1354, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1290, + "viewportWidth": 1354, + "weight": 0.00004418839121591551, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 561, + "viewportWidth": 1300, + "weight": 0.000044181997683612594, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -64193,175 +139249,157 @@ "language": "en-US", "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/109.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 728, - "viewportWidth": 1280, - "weight": 0.00006977946546547833, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00004413630115247927, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.4, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1200, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 1280, - "weight": 0.00006971535900778791, + "viewportHeight": 1031, + "viewportWidth": 1920, + "weight": 0.00004413381032776728, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.00006969155131487873, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "language": "en-CA", + "platform": "MacIntel", + "pluginsLength": 0, + "screenHeight": 1112, + "screenWidth": 834, + "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": 739, - "viewportWidth": 430, - "weight": 0.00006966371133793681, - "deviceCategory": "mobile" + "viewportHeight": 731, + "viewportWidth": 1112, + "weight": 0.00004412767889828591, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 873, - "viewportWidth": 430, - "weight": 0.00006961427356068336, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0000441267274168174, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "Linux x86_64", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 600, - "screenWidth": 800, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586", + "screenHeight": 1364, + "screenWidth": 1246, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 418, - "viewportWidth": 359, - "weight": 0.00006958797540003958, + "viewportHeight": 1240, + "viewportWidth": 1246, + "weight": 0.000044101784654688355, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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": 744, - "viewportWidth": 428, - "weight": 0.0000695547902811077, - "deviceCategory": "mobile" + "screenHeight": 1376, + "screenWidth": 1363, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1248, + "viewportWidth": 1363, + "weight": 0.00004409052721353867, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.45, + "downlink": 10, "effectiveType": "4g", - "rtt": 250 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 1081, - "viewportWidth": 1604, - "weight": 0.00006942018984513187, + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00004409002450597658, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 737, - "viewportWidth": 430, - "weight": 0.00006940368158950291, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8684.1149 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1279, - "viewportWidth": 2560, - "weight": 0.0000693254187009275, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004405049852879141, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 8.45, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 100, + "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, + "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 666, + "viewportHeight": 649, "viewportWidth": 360, - "weight": 0.00006932519849640332, + "weight": 0.00004404602258304305, "deviceCategory": "mobile" }, { @@ -64369,27 +139407,27 @@ "language": "en-US", "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "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": 643, - "viewportWidth": 393, - "weight": 0.0000692192743839695, + "viewportHeight": 547, + "viewportWidth": 375, + "weight": 0.00004404082098547739, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00006920914603719226, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.000044037115241247526, "deviceCategory": "mobile" }, { @@ -64399,96 +139437,67 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.0000691491771822153, + "weight": 0.00004400704518436141, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 2.05, - "effectiveType": "4g", - "rtt": 150 - }, - "language": "en-US", - "platform": "Win32", + "language": "en-CA", + "platform": "iPhone", "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 OPR/110.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 724, - "viewportWidth": 1517, - "weight": 0.00006913479277343837, - "deviceCategory": "desktop" + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00004399232302435361, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, "screenHeight": 768, "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 641, + "viewportHeight": 633, "viewportWidth": 1366, - "weight": 0.00006899679903827255, + "weight": 0.000043963642255029534, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.25, + "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 150 + "rtt": 50, + "type": "wifi" }, - "language": "tr-TR", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 881, - "viewportWidth": 1680, - "weight": 0.00006890283637492552, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 778, - "viewportWidth": 390, - "weight": 0.00006890115121704245, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", "language": "en-US", - "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.00006888255583369311, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 669, + "viewportWidth": 360, + "weight": 0.00004396272143819854, "deviceCategory": "mobile" }, { @@ -64501,13 +139510,13 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 852, - "viewportWidth": 1459, - "weight": 0.00006888076546614872, + "viewportHeight": 640, + "viewportWidth": 748, + "weight": 0.000043961191419019864, "deviceCategory": "desktop" }, { @@ -64515,69 +139524,84 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00006884035628300674, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.0000439601164905474, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 657, - "viewportWidth": 393, - "weight": 0.00006874024552841154, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000043958189629029034, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 663, - "viewportWidth": 390, - "weight": 0.00006866730394760863, + "screenHeight": 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.5603.1756 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004395272899760646, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 582, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8415.1536 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00006862303062199556, + "weight": 0.00004394912719284668, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "nl-NL", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00006854709124213747, + "viewportWidth": 402, + "weight": 0.000043946501182064426, "deviceCategory": "mobile" }, { @@ -64585,13 +139609,13 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00006852215101188201, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00004392811346971378, "deviceCategory": "mobile" }, { @@ -64606,149 +139630,103 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 667, + "screenWidth": 1187, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00006846420560225153, + "viewportHeight": 499, + "viewportWidth": 1187, + "weight": 0.00004391121581680536, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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) Mobile/15E148", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 688, - "viewportWidth": 390, - "weight": 0.0000684496804165438, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0000684473443894665, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-GB", - "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/123.0.0.0 Safari/537.36", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 4, + "screenHeight": 1200, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 982, - "viewportWidth": 1710, - "weight": 0.00006841107480475779, + "viewportHeight": 1200, + "viewportWidth": 1280, + "weight": 0.000043910326380050595, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 6.85, - "downlinkMax": 100, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "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", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1508, + "screenWidth": 1345, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 663, - "viewportWidth": 360, - "weight": 0.00006837334935127491, - "deviceCategory": "mobile" + "viewportHeight": 1378, + "viewportWidth": 1345, + "weight": 0.000043904921854654304, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.75, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00006836136065875777, + "viewportHeight": 797, + "viewportWidth": 1470, + "weight": 0.00004388945374875895, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 716, - "screenWidth": 339, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.9577.1745 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 574, - "viewportWidth": 339, - "weight": 0.00006831287055399844, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004388287037869308, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 734, - "viewportWidth": 1200, - "weight": 0.00006827683968088238, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "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.1 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 932, - "viewportWidth": 430, - "weight": 0.000068201597204061, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00004388145976139994, "deviceCategory": "mobile" }, { @@ -64759,72 +139737,89 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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 Edg/125.0.0.0", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 887, - "viewportWidth": 1372, - "weight": 0.00006819042235409127, + "viewportHeight": 1024, + "viewportWidth": 1280, + "weight": 0.000043868072977716746, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 7.75, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.000068173532033194, - "deviceCategory": "mobile" + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.00004386110829464953, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 1.7, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 200, + "type": "cellular" + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, - "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": 746, - "viewportWidth": 428, - "weight": 0.00006812566625747099, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 732, + "viewportWidth": 392, + "weight": 0.000043860107313239814, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.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/26.1 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 414, - "weight": 0.0000681182306610424, - "deviceCategory": "mobile" + "viewportHeight": 809, + "viewportWidth": 1086, + "weight": 0.00004385767147683432, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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": 656, - "viewportWidth": 393, - "weight": 0.00006807185567210811, - "deviceCategory": "mobile" + "screenHeight": 1502, + "screenWidth": 1231, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1374, + "viewportWidth": 1231, + "weight": 0.00004383001080178929, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -64833,39 +139828,44 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0000679314493534354, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000043830010350115424, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 700, - "viewportWidth": 1093, - "weight": 0.00006789882047410555, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0 (Edition std-2)", + "vendor": "Google Inc.", + "viewportHeight": 955, + "viewportWidth": 1872, + "weight": 0.000043818505691270874, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0000678238985760879, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00004381551245441886, "deviceCategory": "mobile" }, { @@ -64873,90 +139873,98 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 742, - "viewportWidth": 390, - "weight": 0.00006777683389725233, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00004381086820733135, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "fr-FR", + "platform": "MacIntel", "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", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00006773744026178483, - "deviceCategory": "mobile" + "viewportHeight": 770, + "viewportWidth": 1454, + "weight": 0.0000438107003015912, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1433, + "screenWidth": 1235, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 780, - "viewportWidth": 412, - "weight": 0.00006771102529114322, - "deviceCategory": "mobile" + "viewportHeight": 1306, + "viewportWidth": 1235, + "weight": 0.000043801375355045585, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-AU", "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", + "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": 663, - "viewportWidth": 390, - "weight": 0.00006771066885584698, + "viewportHeight": 776, + "viewportWidth": 414, + "weight": 0.00004379709450257854, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 657, - "viewportWidth": 393, - "weight": 0.00006765160526145237, - "deviceCategory": "mobile" + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 738, + "viewportWidth": 1528, + "weight": 0.000043784878581455085, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "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": 796, - "viewportWidth": 1512, - "weight": 0.00006757976388429464, + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 4, + "screenHeight": 1200, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1200, + "viewportWidth": 1280, + "weight": 0.000043784190789186126, "deviceCategory": "desktop" }, { @@ -64965,49 +139973,96 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, "language": "en-US", - "platform": "Linux armv8l", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 534, - "userAgent": "Mozilla/5.0 (Linux; Android 13; SKY PAD8Pro Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/124.0.6367.180 Mobile Safari/537.36", + "screenHeight": 712, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 734, - "viewportWidth": 534, - "weight": 0.00006751466591760782, + "viewportHeight": 587, + "viewportWidth": 320, + "weight": 0.00004377518483824847, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "platform": "Win32", "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.00006743705892217084, - "deviceCategory": "mobile" + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1280, + "viewportWidth": 1784, + "weight": 0.000043773566737653696, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00004376473540337852, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "de-DE", "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", + "screenHeight": 1389, + "screenWidth": 970, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 741, - "viewportWidth": 1440, - "weight": 0.00006726864163509305, + "viewportHeight": 842, + "viewportWidth": 1389, + "weight": 0.000043752788729286876, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00004374370540626927, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", @@ -65015,39 +140070,39 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00006721359191555633, + "weight": 0.0000437398708287015, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPad", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1366, - "screenWidth": 1024, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 1247, - "viewportWidth": 1024, - "weight": 0.00006721334910637655, - "deviceCategory": "tablet" + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.000043730456973673755, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-NZ", "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", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00006710104555561608, + "viewportHeight": 676, + "viewportWidth": 375, + "weight": 0.000043728791310424554, "deviceCategory": "mobile" }, { @@ -65062,93 +140117,91 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00006700414882454875, + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.0000437141213368341, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 674, + "viewportWidth": 402, + "weight": 0.00004370328566440305, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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/120.0.0.0 Safari/537.36", + "pluginsLength": 0, + "screenHeight": 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.7354.1815 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.00006685770482391504, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004369400539792009, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 1311, - "screenWidth": 2563, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "pluginsLength": 7, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1311, - "viewportWidth": 2560, - "weight": 0.00006684551475215244, + "viewportHeight": 925, + "viewportWidth": 1920, + "weight": 0.00004369133469098242, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.0000668412198500652, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 720, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 1280, "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Lanai)", "vendor": "Google Inc.", - "viewportHeight": 559, + "viewportHeight": 1280, "viewportWidth": 1280, - "weight": 0.00006682450232361998, + "weight": 0.000043671873061261506, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 649, + "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.00006678871847393703, + "weight": 0.000043670240084342794, "deviceCategory": "mobile" }, { @@ -65158,104 +140211,128 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.000066727609663495, + "weight": 0.00004365175396316935, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1305, - "viewportWidth": 2560, - "weight": 0.00006668989274410417, - "deviceCategory": "desktop" + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.00004364236857055791, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2695.1410 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 852, - "viewportWidth": 1680, - "weight": 0.00006666382233624658, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004363602556467768, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 710, - "viewportWidth": 414, - "weight": 0.00006660940157667783, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.000043631100586809406, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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.0000665809656630416, - "deviceCategory": "mobile" + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 754, + "viewportWidth": 1492, + "weight": 0.000043626804166968915, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 1366, + "weight": 0.00004362244916753603, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.3860.1008 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 763, - "viewportWidth": 412, - "weight": 0.00006657681055409445, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004361977261096272, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 7.85, "downlinkMax": null, "effectiveType": "4g", "rtt": 100, @@ -65264,41 +140341,67 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 720, + "viewportHeight": 699, "viewportWidth": 384, - "weight": 0.00006651926657172496, + "weight": 0.000043613781033018375, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "platform": "Linux x86_64", "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.00006650106076361802, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004359751251224476, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "nl-NL", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00004355983369627326, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "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/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00006639921725244365, + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00004354869687951835, "deviceCategory": "mobile" }, { @@ -65311,57 +140414,93 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 889, - "viewportWidth": 1680, - "weight": 0.00006636723436807764, + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.000043538044718009524, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 3.45, + "effectiveType": "4g", + "rtt": 150 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00006632165574791456, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1024, + "viewportWidth": 1280, + "weight": 0.00004352175175909728, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 655, - "viewportWidth": 393, - "weight": 0.00006624645815406902, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5241.1472 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000043486366092320375, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 8.7, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "nl-NL", + "platform": "Linux armv81", "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": 664, - "viewportWidth": 390, - "weight": 0.00006624245230720182, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 718, + "viewportWidth": 384, + "weight": 0.00004347906156622752, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004347287475388654, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { @@ -65374,131 +140513,142 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 727, - "screenWidth": 339, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 596, - "viewportWidth": 339, - "weight": 0.00006617421813977254, + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.000043468911785557596, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00006614717874299977, + "viewportHeight": 643, + "viewportWidth": 375, + "weight": 0.00004346761764022224, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.1, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8055.1727 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 873, - "viewportWidth": 1770, - "weight": 0.00006614296191500126, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000043467321962598904, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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.4.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 816, - "viewportWidth": 1491, - "weight": 0.00006593222140911445, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1024, + "viewportWidth": 1280, + "weight": 0.00004346686099683161, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "es-MX", - "platform": "iPhone", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.00006591417143780996, - "deviceCategory": "mobile" + "screenHeight": 1345, + "screenWidth": 1395, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1219, + "viewportWidth": 1395, + "weight": 0.000043450349383357626, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 803, - "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", + "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/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 672, - "viewportWidth": 360, - "weight": 0.00006581254076541836, - "deviceCategory": "mobile" + "viewportHeight": 864, + "viewportWidth": 1817, + "weight": 0.000043437076942321286, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.45, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 960, - "screenWidth": 432, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.1390.1318 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, - "viewportWidth": 432, - "weight": 0.00006576678119885991, + "viewportWidth": 375, + "weight": 0.000043401827024297156, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-GB", + "platform": "Win32", "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.00006575684313938855, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00004340158443195412, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -65507,11 +140657,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 744, - "viewportWidth": 428, - "weight": 0.00006575340238922505, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000043400104666507243, "deviceCategory": "mobile" }, { @@ -65519,13 +140669,13 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.00006570035903948217, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004339761578849963, "deviceCategory": "mobile" }, { @@ -65536,34 +140686,34 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1107, + "screenWidth": 1710, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00006568600396472093, + "viewportHeight": 947, + "viewportWidth": 1710, + "weight": 0.00004339458306810223, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.4, + "downlink": 4.2, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, - "language": "zh-CN", - "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", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 5, + "screenHeight": 720, + "screenWidth": 1280, + "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": 1600, - "viewportWidth": 1600, - "weight": 0.00006567845621710898, + "viewportHeight": 720, + "viewportWidth": 1280, + "weight": 0.000043384782458579866, "deviceCategory": "desktop" }, { @@ -65578,30 +140728,25 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.7339.214 ADG/11.1.5043 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0000656097165722641, + "viewportHeight": 784, + "viewportWidth": 1696, + "weight": 0.000043384621761991966, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1600, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 744, - "viewportWidth": 1592, - "weight": 0.00006556744057426134, + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 833, + "viewportWidth": 1470, + "weight": 0.000043359088806836054, "deviceCategory": "desktop" }, { @@ -65609,13 +140754,13 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 879, - "viewportWidth": 428, - "weight": 0.0000655419930262751, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00004335751914321004, "deviceCategory": "mobile" }, { @@ -65623,13 +140768,13 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00006553212371664772, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004335671039009539, "deviceCategory": "mobile" }, { @@ -65641,58 +140786,54 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "de-DE", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 412, - "weight": 0.00006546460461207556, + "viewportHeight": 718, + "viewportWidth": 384, + "weight": 0.000043354529773257854, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 1030, - "screenWidth": 461, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 888, - "viewportWidth": 461, - "weight": 0.00006541990967934515, - "deviceCategory": "mobile" + "viewportHeight": 937, + "viewportWidth": 1074, + "weight": 0.00004334952449021416, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.5903.1025 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 782, - "viewportWidth": 412, - "weight": 0.00006541867749433109, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004334502739129067, "deviceCategory": "mobile" }, { @@ -65700,345 +140841,299 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3037.1689 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 870, - "viewportWidth": 1911, - "weight": 0.00006536652603350302, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00006534992682623121, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004333018103935692, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 707, - "viewportWidth": 1080, - "weight": 0.00006532351408210154, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1070, - "screenWidth": 1901, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6304.1102 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 923, - "viewportWidth": 1893, - "weight": 0.00006527254947902013, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004331578383078038, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1389, + "screenWidth": 1319, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 631, - "viewportWidth": 1280, - "weight": 0.00006523514174445208, + "viewportHeight": 1261, + "viewportWidth": 1319, + "weight": 0.00004331482062259443, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 1.4, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 300, + "type": "cellular" + }, "language": "en-US", - "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.00006519070214470045, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00006518764073105499, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 712, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 579, + "viewportWidth": 320, + "weight": 0.0000433015615926755, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.140", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5985.1721 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 969, - "viewportWidth": 1873, - "weight": 0.00006509170413147958, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004329029049298718, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4922.1365 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 641, - "viewportWidth": 1366, - "weight": 0.00006508961272630822, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004328679300002905, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "de", - "oscpu": "Windows NT 10.0; Win64; x64", + "connection": { + "downlink": 7.05, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", "platform": "Win32", "pluginsLength": 5, "screenHeight": 1080, "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 947, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.00006507685330214755, + "weight": 0.00004328400494865398, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 727, - "screenWidth": 339, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1339, + "screenWidth": 1322, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 595, - "viewportWidth": 339, - "weight": 0.00006494273256407486, - "deviceCategory": "mobile" + "viewportHeight": 1217, + "viewportWidth": 1322, + "weight": 0.00004327689816771023, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 641, "viewportWidth": 393, - "weight": 0.00006493973783184363, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.1 Mobile/15E148 Safari/605.1.15 BingSapphire/1.0.420524001", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 667, - "viewportWidth": 390, - "weight": 0.00006487179724112839, + "weight": 0.00004327550780059729, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 350 + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 }, - "language": "fr-FR", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1650 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 931, - "viewportWidth": 1920, - "weight": 0.00006479524934161869, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004327513026041502, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 150 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 711, - "viewportWidth": 1440, - "weight": 0.00006469166570423239, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00006464032140011482, + "viewportHeight": 749, + "viewportWidth": 411, + "weight": 0.0000432640260784482, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 917, - "viewportWidth": 1366, - "weight": 0.0000646325337360368, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00006461953126975514, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9423.1265 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004324184055833001, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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": 671, - "viewportWidth": 414, - "weight": 0.00006460092543139437, - "deviceCategory": "mobile" + "screenHeight": 1484, + "screenWidth": 1210, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1363, + "viewportWidth": 1210, + "weight": 0.00004323778472417169, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 960, - "screenWidth": 432, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 816, - "viewportWidth": 432, - "weight": 0.00006447261973589612, - "deviceCategory": "mobile" + "viewportHeight": 812, + "viewportWidth": 1573, + "weight": 0.000043224224568691494, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1 OPX/3.1.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 667, "viewportWidth": 390, - "weight": 0.0000644506620871443, + "weight": 0.0000432211272601936, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1406, + "screenWidth": 1291, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1283, + "viewportWidth": 1291, + "weight": 0.000043220223042344444, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { @@ -66051,53 +141146,51 @@ "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 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 937, - "viewportWidth": 1734, - "weight": 0.00006443120113516565, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000043219494153231945, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux x86_64", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 785, - "screenWidth": 1396, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 560, - "viewportWidth": 1270, - "weight": 0.00006439094457501465, + "viewportHeight": 594, + "viewportWidth": 1280, + "weight": 0.00004321197543994326, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.1, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 50, + "type": "wifi" }, - "language": "en-US", + "language": "fr-FR", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, + "screenHeight": 892, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 412, - "weight": 0.00006432531820083968, + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.000043195693208660744, "deviceCategory": "mobile" }, { @@ -66107,46 +141200,70 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00006429680430037826, + "weight": 0.000043162320521560835, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-GB", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 735, - "screenWidth": 339, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.6744.1506 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 601, - "viewportWidth": 339, - "weight": 0.00006422921998129953, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004315442960302889, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 663, - "viewportWidth": 390, - "weight": 0.00006421948121833771, + "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.5628.1050 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004313920016541932, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.4, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 952, + "screenWidth": 427, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 804, + "viewportWidth": 426, + "weight": 0.000043127025610187835, "deviceCategory": "mobile" }, { @@ -66156,100 +141273,114 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 737, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.00006421202728750059, + "weight": 0.000043125144246582884, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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) Version/17.5 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00006415927654995383, + "weight": 0.00004309586922425381, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 6.2, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "wifi" }, "language": "en-US", - "platform": "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", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 860, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00006414949529966113, - "deviceCategory": "desktop" + "viewportHeight": 729, + "viewportWidth": 384, + "weight": 0.00004309394465764678, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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.00006401459183006027, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 751, + "viewportWidth": 411, + "weight": 0.00004309366678706583, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 289, - "viewportWidth": 710, - "weight": 0.00006392800858018584, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8539.1575 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004308841787584843, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "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.7.3 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.0000639242788191513, - "deviceCategory": "mobile" + "viewportHeight": 740, + "viewportWidth": 1080, + "weight": 0.000043077486762298845, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-GB", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 667, - "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, - "viewportWidth": 375, - "weight": 0.00006391128480961146, + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00004306558853338177, "deviceCategory": "mobile" }, { @@ -66262,13 +141393,13 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1152, + "screenWidth": 2048, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.00006390302908923149, + "viewportHeight": 1026, + "viewportWidth": 2040, + "weight": 0.00004306025220360837, "deviceCategory": "desktop" }, { @@ -66276,13 +141407,27 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 667, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 543, - "viewportWidth": 375, - "weight": 0.00006387912898299708, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00004304800369508056, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00004303990012117825, "deviceCategory": "mobile" }, { @@ -66290,107 +141435,89 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1024, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 839, - "viewportWidth": 1343, - "weight": 0.00006385411155692063, + "viewportHeight": 1833, + "viewportWidth": 1080, + "weight": 0.000043037013585591346, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, - "language": "en-CA", - "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": 650, - "viewportWidth": 360, - "weight": 0.00006380416218337604, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "zh-CN", + "platform": "Win32", "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": 602, - "viewportWidth": 390, - "weight": 0.00006377176884407557, - "deviceCategory": "mobile" + "screenHeight": 1391, + "screenWidth": 1322, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 1322, + "weight": 0.000043012293523231024, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1048.1240 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00006376602861067816, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004300873233862638, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00006374952863996556, + "viewportHeight": 631, + "viewportWidth": 390, + "weight": 0.000043005482866932805, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 100 }, - "language": "en-CA", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux armv8l", "pluginsLength": 0, "screenHeight": 915, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 782, + "viewportHeight": 915, "viewportWidth": 412, - "weight": 0.00006373372966455806, + "weight": 0.000042995076467284515, "deviceCategory": "mobile" }, { @@ -66401,29 +141528,29 @@ "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3311.1256 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 901, - "viewportWidth": 958, - "weight": 0.00006359872816709656, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004298890232711431, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00006338032518887125, + "viewportHeight": 549, + "viewportWidth": 375, + "weight": 0.00004297926141406269, "deviceCategory": "mobile" }, { @@ -66434,50 +141561,55 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 515, - "screenWidth": 915, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1107, + "screenWidth": 1710, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 407, - "viewportWidth": 907, - "weight": 0.00006336802185751056, + "viewportHeight": 981, + "viewportWidth": 1710, + "weight": 0.0000429739621190772, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 7.55, - "downlinkMax": null, + "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 50, + "type": "cellular" }, - "language": "en-GB", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 569, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 485, - "viewportWidth": 320, - "weight": 0.00006335851449332397, + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00004296789452813811, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "MacIntel", - "pluginsLength": 0, + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", + "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.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 737, - "viewportWidth": 1080, - "weight": 0.00006332199651339926, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.000042962368265318976, "deviceCategory": "desktop" }, { @@ -66485,91 +141617,132 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00006331419449189448, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00004293685778716144, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "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": 629, + "viewportWidth": 375, + "weight": 0.0000429113926148748, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9497.1480 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 384, - "weight": 0.0000632966571633766, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000042900377296585826, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-CA", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 428, - "weight": 0.00006327364322995186, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000042897903963192386, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 739, - "viewportWidth": 430, - "weight": 0.00006327352420090849, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000042882062198542785, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "zh-CN", - "oscpu": "Windows NT 10.0; Win64; x64", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 927, - "viewportWidth": 1920, - "weight": 0.00006325167784637722, + "screenHeight": 1491, + "screenWidth": 1205, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1371, + "viewportWidth": 1205, + "weight": 0.00004287607413867602, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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": 547, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1067.1665 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00006316621824002178, + "weight": 0.0000428646372417759, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Linux armv81", + "platform": "Linux armv81", + "pluginsLength": 5, + "screenHeight": 884, + "screenWidth": 408, + "userAgent": "Mozilla/5.0 (Android 16; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 741, + "viewportWidth": 408, + "weight": 0.00004286036506531816, "deviceCategory": "mobile" }, { @@ -66577,18 +141750,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6335.1372 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004285711466625462, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", "platform": "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", + "pluginsLength": 7, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 959, "viewportWidth": 1920, - "weight": 0.00006313593205887924, + "weight": 0.00004285365898987846, "deviceCategory": "desktop" }, { @@ -66596,51 +141783,67 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 711, - "viewportWidth": 414, - "weight": 0.00006302684409458225, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00004283195316196371, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 788, + "viewportWidth": 1180, + "weight": 0.00004282179797892709, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 1440, - "weight": 0.000063011068678009, - "deviceCategory": "desktop" + "viewportHeight": 753, + "viewportWidth": 411, + "weight": 0.00004282095181428387, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.8, + "downlink": 10, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", - "platform": "Linux x86_64", - "pluginsLength": 0, - "screenHeight": 600, - "screenWidth": 800, - "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", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1464, + "screenWidth": 1302, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 768, - "viewportWidth": 1366, - "weight": 0.00006293680218848797, + "viewportHeight": 1339, + "viewportWidth": 1302, + "weight": 0.0000428080837044692, "deviceCategory": "desktop" }, { @@ -66648,15 +141851,29 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00006292605065329036, + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00004279892364396495, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "en-US", + "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.7.3 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 707, + "viewportWidth": 1080, + "weight": 0.00004278197627930252, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { @@ -66667,181 +141884,199 @@ "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.00006282188152391402, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPad", - "pluginsLength": 5, - "screenHeight": 1180, - "screenWidth": 820, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.145 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 1180, - "weight": 0.0000627899880597644, - "deviceCategory": "tablet" + "viewportHeight": 782, + "viewportWidth": 411, + "weight": 0.0000427676144685019, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 844, - "screenWidth": 390, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00006278911551206408, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000042763424814835866, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 745, - "viewportWidth": 428, - "weight": 0.0000627582479442025, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3377.1470 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004276218706060717, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "screenHeight": 812, "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 612, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2281.1717 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00006268872774704617, + "weight": 0.000042761859110634506, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2882.1714 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000042760295986337914, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0000626738276824603, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000042759905455011744, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "es-MX", + "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00006266382140131183, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004275631518137924, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, + "viewportHeight": 781, "viewportWidth": 428, - "weight": 0.00006264701757782303, + "weight": 0.00004275531773183504, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.3491.1481 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 697, - "viewportWidth": 384, - "weight": 0.00006257315002341428, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004274981918320563, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 4.4, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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) GSA/309.1.619045077 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00006254527936852623, - "deviceCategory": "mobile" + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 703, + "viewportWidth": 1536, + "weight": 0.00004273570398985388, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/147.2.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0000624842231604003, + "viewportHeight": 651, + "viewportWidth": 393, + "weight": 0.00004273397216563373, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.75, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, - "language": "pl-PL", + "language": "en-US", "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/125.0.0.0 Safari/537.36", + "pluginsLength": 5, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 929, - "viewportWidth": 1920, - "weight": 0.00006246200593977272, + "viewportHeight": 1262, + "viewportWidth": 2560, + "weight": 0.0000427193406946604, "deviceCategory": "desktop" }, { @@ -66852,36 +142087,53 @@ "rtt": 100 }, "language": "en-US", + "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/128.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 710, + "viewportWidth": 869, + "weight": 0.000042715100091519945, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1397, + "screenWidth": 1263, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 739, - "viewportWidth": 1422, - "weight": 0.00006244643299068704, + "viewportHeight": 1274, + "viewportWidth": 1263, + "weight": 0.000042693027892204753, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.6, - "downlinkMax": null, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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.4552.1820 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 708, - "viewportWidth": 384, - "weight": 0.0000624258686700541, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000042691721081141806, "deviceCategory": "mobile" }, { @@ -66891,11 +142143,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 641, "viewportWidth": 393, - "weight": 0.00006232479165125588, + "weight": 0.00004268865827401828, "deviceCategory": "mobile" }, { @@ -66903,55 +142155,65 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00006218545133944551, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00004268641236064278, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00006211437218719764, + "viewportHeight": 850, + "viewportWidth": 440, + "weight": 0.00004267342321647552, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.00006208865889834125, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00004266990198556116, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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 Ddg/16.6", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 713, - "viewportWidth": 414, - "weight": 0.0000620762636450087, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2052.1912 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004266487573787028, "deviceCategory": "mobile" }, { @@ -66961,39 +142223,39 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00006207442141648998, + "viewportHeight": 715, + "viewportWidth": 430, + "weight": 0.000042640121094936756, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "language": "en-NZ", + "platform": "iPhone", "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", + "screenHeight": 568, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 707, - "viewportWidth": 760, - "weight": 0.00006206966486452337, - "deviceCategory": "desktop" + "viewportHeight": 562, + "viewportWidth": 320, + "weight": 0.00004262473224319261, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 735, - "viewportWidth": 430, - "weight": 0.00006202481378484679, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00004261553093044747, "deviceCategory": "mobile" }, { @@ -67003,39 +142265,65 @@ "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 Ddg/17.5", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, + "viewportHeight": 645, "viewportWidth": 390, - "weight": 0.00006199179982394226, + "weight": 0.000042610962201453924, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.00006196235936934808, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00004260779669512833, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.000042606377515361804, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.00006192205560987149, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00004260336146725479, "deviceCategory": "mobile" }, { @@ -67043,18 +142331,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "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/124.0.0.0 Safari/537.36 Edg/124.0.0.0", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 598, - "viewportWidth": 1232, - "weight": 0.00006184449101157049, + "viewportHeight": 1274, + "viewportWidth": 2552, + "weight": 0.00004260129748682617, "deviceCategory": "desktop" }, { @@ -67064,37 +142352,93 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1462, + "screenWidth": 1204, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00006178970774003266, + "viewportHeight": 1333, + "viewportWidth": 1204, + "weight": 0.000042587779391315074, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00004258570358343238, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1340, + "screenWidth": 1382, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 741, - "viewportWidth": 1512, - "weight": 0.00006177467697044756, + "viewportHeight": 1215, + "viewportWidth": 1382, + "weight": 0.000042570939439372784, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00004256812773226819, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00004256713430063291, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.000042560637788161625, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", @@ -67102,170 +142446,234 @@ "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 Ddg/17.5", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00004254140830893627, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 0, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 [FBAN/FBIOS;FBAV/495.1.0.27.296;FBBV/683141668;FBDV/iPhone13,2;FBMD/iPhone;FBSN/iOS;FBSV/26.2.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/684552024]", + "vendor": "Google Inc.", + "viewportHeight": 844, "viewportWidth": 390, - "weight": 0.00006174790822625896, + "weight": 0.00004250945748482518, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_14 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": 545, + "viewportWidth": 375, + "weight": 0.00004250837417107674, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.85, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "ko-KR", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8818.1030 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000042506057731438366, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 873, - "viewportWidth": 1710, - "weight": 0.00006173113119604343, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/60.5 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000425052889605357, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "de-DE", + "platform": "Linux armv81", "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.00006168060250325418, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 609, + "viewportWidth": 360, + "weight": 0.00004250476597099837, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 664, - "viewportWidth": 390, - "weight": 0.00006167682682911061, + "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.1440.1579 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004250413632769446, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.5, + "downlink": 6.4, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, "type": "wifi" }, - "language": "pt-BR", + "language": "es-ES", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 718, - "viewportWidth": 384, - "weight": 0.00006165402366304937, + "viewportHeight": 756, + "viewportWidth": 411, + "weight": 0.00004250391446403046, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00006164439000104102, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0000425016376999752, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 390, - "weight": 0.00006160947927774542, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00004249678791887111, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPad", - "pluginsLength": 0, - "screenHeight": 1024, - "screenWidth": 768, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 12_5_5 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": 922, - "viewportWidth": 768, - "weight": 0.00006155126270008316, - "deviceCategory": "tablet" - }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 0, "effectiveType": "4g", "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 806, - "viewportWidth": 412, - "weight": 0.0000615388804310801, + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00004248195982093379, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00006139868003062988, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.0000424771323319567, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.1, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00004246656200142663, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00006137043103149666, + "viewportWidth": 402, + "weight": 0.000042450075702691615, "deviceCategory": "mobile" }, { @@ -67273,105 +142681,89 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00006133286458632372, + "viewportHeight": 743, + "viewportWidth": 428, + "weight": 0.00004243869722341318, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 8.35, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 150 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 804, - "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", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 672, - "viewportWidth": 360, - "weight": 0.00006132540522197724, - "deviceCategory": "mobile" + "viewportHeight": 836, + "viewportWidth": 1432, + "weight": 0.00004238833424858387, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.8, + "downlink": 10, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", - "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/100.0.4896.127 Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1328, + "screenWidth": 1210, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.0000612837375085393, + "viewportHeight": 1200, + "viewportWidth": 1210, + "weight": 0.000042376455212968966, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.35, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1377, + "screenWidth": 1208, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00006126957720921631, + "viewportHeight": 1256, + "viewportWidth": 1208, + "weight": 0.000042363194429487214, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.00006125952087636701, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 676, - "screenWidth": 1201, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 568, - "viewportWidth": 1201, - "weight": 0.00006119323571804106, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00004234620487261167, "deviceCategory": "desktop" }, { @@ -67379,47 +142771,52 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9655.1960 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 720, - "viewportWidth": 1440, - "weight": 0.00006117407394645061, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000042312336115337796, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, + "viewportHeight": 655, "viewportWidth": 390, - "weight": 0.00006114396959708481, + "weight": 0.0000423122037653663, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.00006113842591730965, - "deviceCategory": "mobile" + "screenHeight": 865, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 708, + "viewportWidth": 1528, + "weight": 0.000042302938984687546, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -67428,68 +142825,72 @@ "pluginsLength": 5, "screenHeight": 852, "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "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": 665, + "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.00006109182150555095, + "weight": 0.00004228497819407997, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "de-DE", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.41 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, - "viewportWidth": 375, - "weight": 0.0000610151229524628, + "viewportHeight": 664, + "viewportWidth": 393, + "weight": 0.000042270684593516336, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1050, - "screenWidth": 1680, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 765, - "viewportWidth": 1701, - "weight": 0.00006101098530679576, - "deviceCategory": "desktop" + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 635, + "viewportWidth": 393, + "weight": 0.00004226274173247482, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0000609793328309564, + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.000042260576908637424, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "es-US", - "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": 519, - "viewportWidth": 390, - "weight": 0.00006097876720612839, + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1574.1942 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004225499890175157, "deviceCategory": "mobile" }, { @@ -67497,13 +142898,13 @@ "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00006095655264964256, + "viewportHeight": 549, + "viewportWidth": 375, + "weight": 0.00004225350532915731, "deviceCategory": "mobile" }, { @@ -67511,61 +142912,57 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5760.1960 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 983, - "viewportWidth": 2048, - "weight": 0.00006091401033038223, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00006077121037743752, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000422430346445297, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 5, + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 635, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6482.1526 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00006072379375792548, + "weight": 0.00004223229032370844, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00006067916606686592, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5276.1429 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000042226436519346256, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -67577,124 +142974,151 @@ "language": "en-US", "platform": "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00006067823214347516, + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00004221918997187402, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.000060493057646963874, - "deviceCategory": "mobile" + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 740, + "viewportWidth": 1442, + "weight": 0.00004221706079476448, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "platform": "MacIntel", "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.0000604569765919477, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 776, + "viewportWidth": 1202, + "weight": 0.00004219602021635846, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000060421502258866357, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00004219426108344292, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.25, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4894.1288 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 585, - "viewportWidth": 1280, - "weight": 0.0000604209384374007, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004218843912442146, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPad", + "pluginsLength": 5, + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/141.0.7390.26 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 768, + "viewportWidth": 1180, + "weight": 0.000042186132511587903, + "deviceCategory": "tablet" + }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00006039977861314405, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000042184585472607754, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.3, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 200, - "type": "cellular" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 869, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 728, - "viewportWidth": 412, - "weight": 0.00006036689438922972, - "deviceCategory": "mobile" + "viewportHeight": 585, + "viewportWidth": 1280, + "weight": 0.000042136483074003885, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 718, - "viewportWidth": 414, - "weight": 0.00006030748937243851, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.00004213594665707402, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -67706,110 +143130,127 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.000060265665365050626, + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00004212782997893747, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000060236346808494904, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6103.1028 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000042126376000709066, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00006022058048635881, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8635.1490 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004208787370370921, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 6.4, "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, + "rtt": 150, "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 694, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36", + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 560, - "viewportWidth": 320, - "weight": 0.0000601458378609703, + "viewportHeight": 867, + "viewportWidth": 448, + "weight": 0.00004207823532283415, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.000060142453924840635, + "connection": { + "downlink": 7.45, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00004207449180999281, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "screenHeight": 812, "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 634, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3080.1911 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.000060134451923992556, + "weight": 0.00004204453105950012, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "Win32", + "language": "en-CA", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "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": 1271, - "viewportWidth": 2560, - "weight": 0.000060095433417163256, - "deviceCategory": "desktop" + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00004202840532951568, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -67823,53 +143264,70 @@ "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 952, + "screenWidth": 427, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 770, - "viewportWidth": 412, - "weight": 0.00006005353887698663, + "viewportHeight": 804, + "viewportWidth": 426, + "weight": 0.00004202729740673898, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5513.1390 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004201812848685964, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 960, - "screenWidth": 1440, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1427, + "screenWidth": 1387, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 781, - "viewportWidth": 1440, - "weight": 0.000060025091351643625, + "viewportHeight": 1298, + "viewportWidth": 1387, + "weight": 0.000042001323176083035, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "screenHeight": 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.3369.1123 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.000059953698994306975, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000041981680263822625, "deviceCategory": "mobile" }, { @@ -67886,11 +143344,53 @@ "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 643, + "viewportHeight": 649, "viewportWidth": 360, - "weight": 0.00005994465008246804, + "weight": 0.00004198098592562626, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "el-GR", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.0000419809393280328, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "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": 752, + "viewportWidth": 1180, + "weight": 0.00004197198174451693, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00004197055408715185, "deviceCategory": "mobile" }, { @@ -67900,18 +143400,18 @@ "downlinkMax": null, "effectiveType": "4g", "rtt": 50, - "type": "cellular" + "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 758, - "viewportWidth": 412, - "weight": 0.00005978729650351912, + "viewportHeight": 722, + "viewportWidth": 384, + "weight": 0.00004195651156699873, "deviceCategory": "mobile" }, { @@ -67919,46 +143419,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1501, + "screenWidth": 1249, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1279, - "viewportWidth": 2560, - "weight": 0.00005970768308420823, + "viewportHeight": 1371, + "viewportWidth": 1249, + "weight": 0.00004195621660152387, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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": 662, - "viewportWidth": 390, - "weight": 0.000059702129417009903, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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": 820, - "viewportWidth": 1440, - "weight": 0.00005969946974274744, + "screenHeight": 1474, + "screenWidth": 1351, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1344, + "viewportWidth": 1351, + "weight": 0.00004191861477178308, "deviceCategory": "desktop" }, { @@ -67966,37 +143457,51 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6603.1936 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.00005967447641028906, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000041905208316000286, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4002.1532 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 736, - "viewportWidth": 1426, - "weight": 0.00005959454054748007, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004188949369925508, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "Win32", + "pluginsLength": 7, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 949, + "viewportWidth": 1920, + "weight": 0.0000418882830758591, "deviceCategory": "desktop" }, { @@ -68006,11 +143511,11 @@ "pluginsLength": 5, "screenHeight": 852, "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 793, + "viewportHeight": 694, "viewportWidth": 393, - "weight": 0.000059564225194718105, + "weight": 0.000041888070951385584, "deviceCategory": "mobile" }, { @@ -68018,13 +143523,13 @@ "language": "en-US", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 729, - "viewportWidth": 428, - "weight": 0.00005951083002125759, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00004184521758629769, "deviceCategory": "mobile" }, { @@ -68032,41 +143537,46 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00005946599917167738, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00004181342340375711, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "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", + "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": 547, - "viewportWidth": 375, - "weight": 0.000059418747648848586, - "deviceCategory": "mobile" + "viewportHeight": 820, + "viewportWidth": 1440, + "weight": 0.0000418005770887385, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "es-US", - "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": 662, - "viewportWidth": 390, - "weight": 0.00005939262056317001, + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8584.1949 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000041791517242310554, "deviceCategory": "mobile" }, { @@ -68074,27 +143584,27 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000059377355862365106, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00004178813909706408, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00005937670620625043, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.000041747440926011596, "deviceCategory": "mobile" }, { @@ -68109,25 +143619,25 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.0000593551355851374, + "weight": 0.00004173942304215476, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 393, - "weight": 0.00005931648962463465, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000041735474105941246, "deviceCategory": "mobile" }, { @@ -68135,62 +143645,70 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00005929629981896178, + "viewportHeight": 668, + "viewportWidth": 390, + "weight": 0.000041733643030906654, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.25, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 200, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.6895.1608 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 384, - "weight": 0.00005928943408561941, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000041724842320987776, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.000059262322236658915, - "deviceCategory": "mobile" + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 764, + "viewportWidth": 1536, + "weight": 0.00004172048278313051, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000059246226196321935, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8845.1960 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004171984146020634, "deviceCategory": "mobile" }, { @@ -68198,33 +143716,33 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1367, + "screenWidth": 1348, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1220, - "viewportWidth": 2560, - "weight": 0.00005915487779437821, + "viewportHeight": 1241, + "viewportWidth": 1348, + "weight": 0.00004170987142614169, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "language": "en-CA", + "platform": "iPhone", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, - "viewportWidth": 1436, - "weight": 0.000059136674707075276, - "deviceCategory": "desktop" + "viewportHeight": 765, + "viewportWidth": 440, + "weight": 0.00004170218521247149, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -68233,32 +143751,51 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36", + "screenHeight": 1500, + "screenWidth": 1358, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0000590885959865803, + "viewportHeight": 1380, + "viewportWidth": 1358, + "weight": 0.00004168617278794567, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "fr-CA", "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", + "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": 659, - "viewportWidth": 393, - "weight": 0.000059061140583188485, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.000041683020075595944, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.95, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00004166679172092012, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { @@ -68267,15 +143804,15 @@ "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2250.1928 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1284, - "viewportWidth": 2512, - "weight": 0.00005905824446522061, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004165574586211863, "deviceCategory": "desktop" }, { @@ -68283,27 +143820,13 @@ "language": "en-US", "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.0000589467367800254, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/120.0.6099.119 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00005892780390719145, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00004163808153072737, "deviceCategory": "mobile" }, { @@ -68314,253 +143837,202 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 713, - "viewportWidth": 1470, - "weight": 0.00005890854597132703, + "viewportHeight": 710, + "viewportWidth": 1491, + "weight": 0.000041623207388488135, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0", - "vendor": "", - "viewportHeight": 967, - "viewportWidth": 1920, - "weight": 0.000058900337884504266, + "screenHeight": 1498, + "screenWidth": 1304, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1373, + "viewportWidth": 1304, + "weight": 0.000041622679006050735, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 7.9, - "downlinkMax": null, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 894, - "screenWidth": 534, - "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": 766, - "viewportWidth": 534, - "weight": 0.00005888452013036355, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "language": "zh-CN", + "platform": "MacIntel", "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": 656, - "viewportWidth": 390, - "weight": 0.000058880537565730786, - "deviceCategory": "mobile" + "screenHeight": 1350, + "screenWidth": 1398, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1221, + "viewportWidth": 1398, + "weight": 0.000041620060890001894, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.4, - "downlinkMax": null, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.8200.1192 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 662, - "viewportWidth": 384, - "weight": 0.00005885793208886597, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000041620007262254354, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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": 547, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6626.1405 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.000058788337257807964, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.000058755473921184464, + "weight": 0.00004161756097971474, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.000058710274736552165, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004161532353561025, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPad", - "pluginsLength": 0, - "screenHeight": 1024, - "screenWidth": 768, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 768, - "viewportWidth": 1024, - "weight": 0.00005866722132975669, - "deviceCategory": "tablet" - }, { "appName": "Netscape", "connection": { - "downlink": 4.5, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "ru-RU", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1437, + "screenWidth": 1358, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 824, - "viewportWidth": 1512, - "weight": 0.00005866541341724173, + "viewportHeight": 1314, + "viewportWidth": 1358, + "weight": 0.00004159615611023305, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1368, + "screenWidth": 1376, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 782, - "viewportWidth": 412, - "weight": 0.00005865138563759437, - "deviceCategory": "mobile" + "viewportHeight": 1248, + "viewportWidth": 1376, + "weight": 0.000041588860399326535, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8833.1275 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 620, - "viewportWidth": 976, - "weight": 0.00005855396268835774, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004157513540151065, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 3.5, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 200, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.000058541876370321175, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00005851336888866021, + "viewportHeight": 666, + "viewportWidth": 360, + "weight": 0.00004157018610906882, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "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/124.0.0.0 Safari/537.36 Edg/124.0.0.0", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1284, - "viewportWidth": 2552, - "weight": 0.00005848534026907186, + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.00004155877494823804, "deviceCategory": "desktop" }, { @@ -68568,67 +144040,34 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 660, - "viewportWidth": 393, - "weight": 0.00005839114817582301, + "viewportHeight": 788, + "viewportWidth": 440, + "weight": 0.00004155821440964327, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.7, - "effectiveType": "4g", - "rtt": 100 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 651, - "viewportWidth": 1360, - "weight": 0.00005835932186641776, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.15, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 945, "viewportWidth": 1920, - "weight": 0.000058223780216929456, + "weight": 0.0000415408227532965, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.000058175004536639054, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { @@ -68638,16 +144077,16 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "es-ES", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 904, + "screenWidth": 407, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 701, - "viewportWidth": 384, - "weight": 0.00005814487183717757, + "viewportHeight": 813, + "viewportWidth": 406, + "weight": 0.00004153408566582159, "deviceCategory": "mobile" }, { @@ -68656,61 +144095,33 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 100, "type": "wifi" }, - "language": "en-US", + "language": "en-IN", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 696, + "viewportHeight": 718, "viewportWidth": 384, - "weight": 0.0000581230685488228, + "weight": 0.00004152292552077969, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 650, - "viewportWidth": 1024, - "weight": 0.00005811739907748252, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-GB", - "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": 820, - "viewportWidth": 1440, - "weight": 0.00005807216332640446, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00005803185839850869, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004149516241794234, "deviceCategory": "mobile" }, { @@ -68718,18 +144129,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1403, + "screenWidth": 1368, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1279, - "viewportWidth": 3440, - "weight": 0.00005796573991577714, + "viewportHeight": 1273, + "viewportWidth": 1368, + "weight": 0.00004147931766687167, "deviceCategory": "desktop" }, { @@ -68737,90 +144148,103 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00005794679684410185, + "viewportWidth": 402, + "weight": 0.00004147542355508285, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00005794052635546794, + "viewportHeight": 780, + "viewportWidth": 428, + "weight": 0.00004147181408903358, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 780, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 657, - "viewportWidth": 360, - "weight": 0.00005792960585910065, - "deviceCategory": "mobile" + "viewportHeight": 808, + "viewportWidth": 1512, + "weight": 0.00004145144885416482, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "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) FxiOS/126.2 Mobile/15E148 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 693, - "viewportWidth": 414, - "weight": 0.00005791788027149827, + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1248.1750 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004143707700774316, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.000057900370405783354, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 956, + "viewportWidth": 1878, + "weight": 0.00004143667224006361, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00005785924550045166, + "screenHeight": 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.6259.1482 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000041425645676559586, "deviceCategory": "mobile" }, { @@ -68830,11 +144254,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 745, "viewportWidth": 428, - "weight": 0.000057720451064461386, + "weight": 0.00004141432636263022, "deviceCategory": "mobile" }, { @@ -68842,296 +144266,333 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 250 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 963, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.000057717590156663694, + "weight": 0.00004140836057169434, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 655, - "viewportWidth": 393, - "weight": 0.00005770315864701351, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 736, - "screenWidth": 414, - "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": 616, - "viewportWidth": 414, - "weight": 0.000057702183363667685, + "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.6483.1103 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004140506081263405, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.6, + "downlink": 5.85, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1080, + "screenHeight": 1243, "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", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00005767509970302319, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 742, - "viewportWidth": 428, - "weight": 0.00005764018959136666, - "deviceCategory": "mobile" + "viewportHeight": 1021, + "viewportWidth": 1920, + "weight": 0.00004140397313628807, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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) Mobile/15E148", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 730, - "viewportWidth": 414, - "weight": 0.000057628845576732526, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00004140372527951971, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000057604887711957375, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7361.1908 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004139294761347316, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 6.1, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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.00005755119857296632, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 922, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 819, + "viewportWidth": 411, + "weight": 0.00004138220705269584, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.45, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1003, - "screenWidth": 1504, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1457, + "screenWidth": 1213, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 847, - "viewportWidth": 1456, - "weight": 0.00005752202682462711, + "viewportHeight": 1335, + "viewportWidth": 1213, + "weight": 0.0000413798400884523, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "connection": { + "downlink": 3.55, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00004137019562110625, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 667, + "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 540, + "viewportHeight": 670, "viewportWidth": 375, - "weight": 0.000057504398214027546, + "weight": 0.00004135735765257224, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 2.7, - "effectiveType": "4g", - "rtt": 50 + "downlink": 1.5, + "downlinkMax": null, + "effectiveType": "3g", + "rtt": 950, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 813, - "viewportWidth": 1440, - "weight": 0.000057474635468949555, - "deviceCategory": "desktop" + "viewportHeight": 782, + "viewportWidth": 411, + "weight": 0.00004135366664478835, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.35, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3197.1943 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 959, - "viewportWidth": 1728, - "weight": 0.00005744790224911668, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004135165122530925, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00005741496616029852, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5729.1612 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000413453978503216, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00005729764766436046, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3942.1884 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004131905026296592, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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", + "language": "sv-SE", + "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": 741, - "viewportWidth": 430, - "weight": 0.00005728134031243778, - "deviceCategory": "mobile" + "viewportHeight": 810, + "viewportWidth": 1080, + "weight": 0.000041300970334198626, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 641, - "viewportWidth": 393, - "weight": 0.00005725171680650898, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1344.1145 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000041285035746376496, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 512, - "viewportWidth": 375, - "weight": 0.000057235762200014194, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004128247471362575, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1152, - "screenWidth": 2048, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "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": 983, - "viewportWidth": 2048, - "weight": 0.00005719536943169884, + "viewportHeight": 466, + "viewportWidth": 780, + "weight": 0.00004127619794236818, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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": 746, - "viewportWidth": 428, - "weight": 0.00005709118904344955, - "deviceCategory": "mobile" + "screenHeight": 1326, + "screenWidth": 1325, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1202, + "viewportWidth": 1325, + "weight": 0.000041267692640033764, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -69140,25 +144601,25 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/399.2.845414227 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.00005706910327298826, + "weight": 0.000041260947042508726, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "de-DE", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000056923562325587845, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00004125456334852599, "deviceCategory": "mobile" }, { @@ -69166,84 +144627,86 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1490, + "screenWidth": 1292, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.0000569193864072692, + "viewportHeight": 1370, + "viewportWidth": 1292, + "weight": 0.00004125454880864913, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 6.25, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "wifi" }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 753, + "screenWidth": 1205, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1912, - "weight": 0.000056902305563275635, + "viewportHeight": 579, + "viewportWidth": 1204, + "weight": 0.00004124295419626832, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6323.1275 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.000056878756498477874, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004123946230167021, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 1376, + "screenWidth": 1032, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1 OPT/6.3.0", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.000056844094417493456, - "deviceCategory": "mobile" + "viewportHeight": 904, + "viewportWidth": 1376, + "weight": 0.00004123702168058034, + "deviceCategory": "tablet" }, { "appName": "Netscape", "language": "en-US", "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", + "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": 746, - "viewportWidth": 430, - "weight": 0.0000568239688712829, + "viewportHeight": 719, + "viewportWidth": 414, + "weight": 0.0000412287649107591, "deviceCategory": "mobile" }, { @@ -69258,82 +144721,102 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 945, "viewportWidth": 1920, - "weight": 0.00005678344833729716, + "weight": 0.000041195153387728965, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 390, - "weight": 0.000056758499252342146, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00004118964492365305, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 736, - "screenWidth": 414, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_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": 620, - "viewportWidth": 414, - "weight": 0.00005673777625477156, - "deviceCategory": "mobile" + "screenHeight": 1504, + "screenWidth": 1375, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1383, + "viewportWidth": 1375, + "weight": 0.00004118750905729888, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.00005667595775766966, - "deviceCategory": "mobile" + "screenHeight": 1453, + "screenWidth": 1268, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1323, + "viewportWidth": 1268, + "weight": 0.000041178057261201393, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.00005667011204557303, - "deviceCategory": "mobile" + "screenHeight": 1489, + "screenWidth": 1263, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1368, + "viewportWidth": 1263, + "weight": 0.00004117799669046427, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.00005660680159463954, - "deviceCategory": "mobile" + "screenHeight": 1376, + "screenWidth": 1386, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1249, + "viewportWidth": 1386, + "weight": 0.00004117571025933726, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -69342,72 +144825,136 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1 Ddg/18.7", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 654, "viewportWidth": 390, - "weight": 0.00005659196110554772, + "weight": 0.00004117474612562669, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 2.85, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, - "language": "en-GB", + "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 598, - "viewportWidth": 1280, - "weight": 0.000056575499213762816, + "viewportHeight": 731, + "viewportWidth": 1440, + "weight": 0.00004117307989744582, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, - "viewportWidth": 390, - "weight": 0.000056543735500801326, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00004117159561547212, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 760, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 617, + "viewportWidth": 360, + "weight": 0.00004117141759449088, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3864.1561 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000041135614905343344, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7953.1862 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004110590644208516, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "hr-HR", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 724, + "viewportHeight": 749, "viewportWidth": 414, - "weight": 0.000056492745164149956, + "weight": 0.00004109665213667143, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 626, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2650.1178 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00005648731571406199, + "weight": 0.00004109547873946911, "deviceCategory": "mobile" }, { @@ -69415,32 +144962,34 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 666, - "viewportWidth": 393, - "weight": 0.0000564766036925458, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000041068764312806066, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 4.6, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 0, + "screenWidth": 0, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1271, - "viewportWidth": 2560, - "weight": 0.00005642247275567063, + "viewportHeight": 66837, + "viewportWidth": 0, + "weight": 0.00004106523628064904, "deviceCategory": "desktop" }, { @@ -69448,13 +144997,13 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00005638200410513295, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00004105842334013397, "deviceCategory": "mobile" }, { @@ -69462,89 +145011,158 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 712, - "viewportWidth": 414, - "weight": 0.00005637680892242399, + "viewportHeight": 792, + "viewportWidth": 440, + "weight": 0.00004103866979603918, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 1.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "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/137.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1024, + "viewportWidth": 1280, + "weight": 0.000041023512203805875, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00005631035242341955, + "weight": 0.000041016439609513954, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "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.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0000563070984971344, - "deviceCategory": "mobile" + "viewportHeight": 713, + "viewportWidth": 1180, + "weight": 0.000040999885076080905, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 7.8, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "platform": "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00005630271760001255, + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.000040988535045090516, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00004096817461698052, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9675.1428 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004096081730748113, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 1099, - "viewportWidth": 1472, - "weight": 0.00005627244484901269, + "screenHeight": 1345, + "screenWidth": 1289, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1216, + "viewportWidth": 1289, + "weight": 0.00004095553544750603, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0000562355335410508, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8375.1171 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000409550344677672, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -69558,34 +145176,51 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 794, + "screenWidth": 358, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 723, - "viewportWidth": 384, - "weight": 0.000056082109575175386, + "viewportHeight": 663, + "viewportWidth": 357, + "weight": 0.0000409444866353961, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 1280, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Lanai)", + "vendor": "Google Inc.", + "viewportHeight": 1280, + "viewportWidth": 1280, + "weight": 0.00004094115365648253, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 697, - "screenWidth": 1241, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 577, - "viewportWidth": 1241, - "weight": 0.00005598312035292937, + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.0000409307037178843, "deviceCategory": "desktop" }, { @@ -69600,11 +145235,11 @@ "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 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 961, + "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.00005598311711034059, + "weight": 0.00004092434972731884, "deviceCategory": "desktop" }, { @@ -69615,71 +145250,81 @@ "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5839.1607 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.000055975879251434876, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004090613017446989, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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/17.5 Safari/605.1.15", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 707, - "viewportWidth": 1080, - "weight": 0.00005596977151785014, - "deviceCategory": "desktop" + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00004090420040173418, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 1280, - "weight": 0.00005596948960217278, + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 863, + "viewportWidth": 699, + "weight": 0.00004089673162299462, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", "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": 746, - "viewportWidth": 430, - "weight": 0.0000559635256089234, - "deviceCategory": "mobile" + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1305, + "viewportWidth": 2560, + "weight": 0.0000408747159067907, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "pl-PL", "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", + "screenHeight": 926, + "screenWidth": 428, + "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.00005596349257423186, + "viewportHeight": 827, + "viewportWidth": 428, + "weight": 0.00004085257709455471, "deviceCategory": "mobile" }, { @@ -69687,118 +145332,79 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/399.2.845414227 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00005594481330878373, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000040848734766352016, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.1115.1128 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 784, - "viewportWidth": 412, - "weight": 0.000055854031808924246, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000040819081433336504, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1 Ddg/18.6", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00005579042342647324, + "viewportHeight": 650, + "viewportWidth": 393, + "weight": 0.000040819013972494646, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "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": 786, - "viewportWidth": 412, - "weight": 0.000055753741549147336, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 653, + "viewportWidth": 393, + "weight": 0.00004081393059231292, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, - "language": "en-GB", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 846, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 726, - "viewportWidth": 412, - "weight": 0.000055738581162925015, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 637, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8880.1340 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.0000556498159511316, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 660, - "viewportWidth": 390, - "weight": 0.00005558755853251479, + "weight": 0.00004080821666262367, "deviceCategory": "mobile" }, { @@ -69806,51 +145412,71 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "pt-BR", + "language": "zh-CN", "platform": "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 Edg/125.0.0.0", + "screenHeight": 1465, + "screenWidth": 1347, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 924, - "viewportWidth": 1912, - "weight": 0.00005551927983976251, + "viewportHeight": 1335, + "viewportWidth": 1347, + "weight": 0.000040799038180234555, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1984.1739 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000040789625816915513, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "nl-NL", + "oscpu": "Linux armv81", + "platform": "Linux armv81", "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 1259, - "viewportWidth": 1024, - "weight": 0.00005545232334452119, + "screenHeight": 1120, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1218, + "viewportWidth": 980, + "weight": 0.00004075864883643127, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Linux x86_64", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1679, - "screenWidth": 2686, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1506, + "screenWidth": 1303, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1560, - "viewportWidth": 2686, - "weight": 0.00005538015613993513, + "viewportHeight": 1378, + "viewportWidth": 1303, + "weight": 0.000040757673836330764, "deviceCategory": "desktop" }, { @@ -69862,16 +145488,16 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "hr-HR", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 645, - "viewportWidth": 384, - "weight": 0.0000553233083220849, + "viewportHeight": 776, + "viewportWidth": 411, + "weight": 0.000040752081730151786, "deviceCategory": "mobile" }, { @@ -69879,150 +145505,201 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5961.1987 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 804, - "viewportWidth": 1488, - "weight": 0.00005522502757191501, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004074951354414729, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 792, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 584, + "viewportWidth": 360, + "weight": 0.000040748176924563755, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 917, - "screenWidth": 1046, - "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 917, - "viewportWidth": 1046, - "weight": 0.00005520993232075818, - "deviceCategory": "desktop" + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00004074233463321889, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00004073283734289092, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 735, + "viewportWidth": 393, + "weight": 0.00004072771983675901, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 780, + "viewportWidth": 411, + "weight": 0.00004071852431782074, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2410.1949 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00005514463967402435, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004071725143434699, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1440, + "screenWidth": 3440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1353, + "viewportWidth": 1718, + "weight": 0.00004071614160509673, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 873, + "viewportHeight": 775, "viewportWidth": 430, - "weight": 0.000055129531057900814, + "weight": 0.00004069161074504905, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.5973.1454 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 701, - "viewportWidth": 384, - "weight": 0.00005511458205510988, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000406897747832225, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "fr-CA", - "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", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1517, + "screenWidth": 1292, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 705, - "viewportWidth": 360, - "weight": 0.00005505332311931147, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 697, - "viewportWidth": 1140, - "weight": 0.000055000173788267734, + "viewportHeight": 1391, + "viewportWidth": 1292, + "weight": 0.00004066642080726717, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.00005499270987568526, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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) Mobile/21F90 Twitter for iPhone/10.44.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 393, - "weight": 0.0000549911049408583, - "deviceCategory": "mobile" + "screenHeight": 1404, + "screenWidth": 1324, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1279, + "viewportWidth": 1324, + "weight": 0.00004066541338891571, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -70036,13 +145713,13 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 780, + "screenHeight": 880, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, + "viewportHeight": 777, "viewportWidth": 360, - "weight": 0.000054921639203641506, + "weight": 0.000040657839301178315, "deviceCategory": "mobile" }, { @@ -70052,11 +145729,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 660, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00005470600913657702, + "weight": 0.00004063460067883621, "deviceCategory": "mobile" }, { @@ -70064,67 +145741,105 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 983, - "viewportWidth": 2048, - "weight": 0.00005464539642944393, + "viewportHeight": 1305, + "viewportWidth": 2560, + "weight": 0.000040630123719831616, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 745, - "viewportWidth": 430, - "weight": 0.00005462256727159837, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8044.1161 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004060656896216285, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.15, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 150, + "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "es-ES", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 758, - "viewportWidth": 412, - "weight": 0.00005460908152025399, + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.00004060181592061966, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1404, + "screenWidth": 1216, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1280, + "viewportWidth": 1216, + "weight": 0.00004059529119820742, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "MacIntel", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 729, + "viewportHeight": 719, "viewportWidth": 428, - "weight": 0.00005455758175800551, + "weight": 0.00004059516239304259, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004058267813777487, "deviceCategory": "mobile" }, { @@ -70132,88 +145847,82 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 736, + "screenHeight": 896, "screenWidth": 414, - "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", + "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": 609, - "viewportWidth": 414, - "weight": 0.00005450295491144807, + "viewportHeight": 658, + "viewportWidth": 393, + "weight": 0.00004056601049557462, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "language": "en-US", - "platform": "MacIntel", + "language": "en-CA", + "platform": "iPhone", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 916, - "viewportWidth": 1808, - "weight": 0.000054485738282256514, - "deviceCategory": "desktop" + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000040560656254141766, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.15, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 150, + "type": "cellular" }, - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.000054477082302047224, + "viewportHeight": 781, + "viewportWidth": 411, + "weight": 0.00004055270642923825, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 802, + "viewportWidth": 1536, + "weight": 0.00004054734668386991, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 345, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.3026.1398 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 746, - "viewportWidth": 345, - "weight": 0.000054435640246793275, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.000054430870297919986, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000040533896715777756, "deviceCategory": "mobile" }, { @@ -70221,46 +145930,41 @@ "language": "en-US", "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", + "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": 428, - "weight": 0.000054371644466238796, + "viewportWidth": 430, + "weight": 0.000040503355757435035, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "Win32", + "language": "en-CA", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 2512, - "weight": 0.00005437103118901794, + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 746, + "viewportWidth": 1180, + "weight": 0.00004050083773832589, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 2, - "screenHeight": 832, - "screenWidth": 384, - "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": 653, - "viewportWidth": 384, - "weight": 0.00005434267681035627, + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.000040492098952813816, "deviceCategory": "mobile" }, { @@ -70270,11 +145974,25 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 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.000054298192048049726, + "weight": 0.00004049109437345227, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 711, + "viewportWidth": 402, + "weight": 0.000040488161072293405, "deviceCategory": "mobile" }, { @@ -70284,11 +146002,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 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.000054221388027977406, + "weight": 0.00004048461824570885, "deviceCategory": "mobile" }, { @@ -70296,100 +146014,131 @@ "connection": { "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "ko-KR", + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 2560, - "screenWidth": 1440, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1385, + "screenWidth": 1265, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1173, - "viewportWidth": 1272, - "weight": 0.00005420620660399068, + "viewportHeight": 1258, + "viewportWidth": 1265, + "weight": 0.0000404741722206907, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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": 657, - "viewportWidth": 393, - "weight": 0.00005419821939685169, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 659, + "viewportWidth": 1454, + "weight": 0.00004047045807240936, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.9, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", + "language": "en-CA", "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/125.0.0.0 Safari/537.36", + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1111, - "viewportWidth": 1920, - "weight": 0.000054192102160600284, + "viewportHeight": 551, + "viewportWidth": 1280, + "weight": 0.000040465667898968695, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", "rtt": 50, - "type": "wifi" + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 618, - "viewportWidth": 360, - "weight": 0.000054189719991146604, + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00004046053375571927, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "iPad", "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", + "screenHeight": 1024, + "screenWidth": 768, + "userAgent": "Mozilla/5.0 (iPad; CPU 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": 655, - "viewportWidth": 393, - "weight": 0.00005409361242313614, - "deviceCategory": "mobile" + "viewportHeight": 665, + "viewportWidth": 1024, + "weight": 0.000040455492675816395, + "deviceCategory": "tablet" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "platform": "Win32", "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": 670, - "viewportWidth": 390, - "weight": 0.00005406705106200409, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000040436143998179385, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 760, + "viewportWidth": 411, + "weight": 0.00004042605953301148, "deviceCategory": "mobile" }, { @@ -70397,69 +146146,110 @@ "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000054027694313672504, + "viewportHeight": 793, + "viewportWidth": 393, + "weight": 0.00004042171013112115, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 713, - "viewportWidth": 414, - "weight": 0.000053985801846346434, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3780.1740 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000404160525926216, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000053861328269761287, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1866.1690 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000040409552163819664, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.00005385880083955592, - "deviceCategory": "mobile" + "screenHeight": 1505, + "screenWidth": 1201, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1384, + "viewportWidth": 1201, + "weight": 0.00004040803579544586, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000053852636156844256, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7526.1774 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004040332972772655, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 666, + "viewportWidth": 360, + "weight": 0.00004039807236814186, "deviceCategory": "mobile" }, { @@ -70467,126 +146257,129 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 812, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 634, - "viewportWidth": 375, - "weight": 0.000053695632142204644, + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.000040396323521323545, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 559, - "viewportWidth": 375, - "weight": 0.00005368961268202993, - "deviceCategory": "mobile" + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1313, + "viewportWidth": 2560, + "weight": 0.00004039516639239568, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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": 736, - "viewportWidth": 430, - "weight": 0.00005367652656030599, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.000040392537732843613, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1354, + "screenWidth": 1356, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.00005362573856058289, + "viewportHeight": 1229, + "viewportWidth": 1356, + "weight": 0.0000403878067470183, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 853, - "viewportWidth": 430, - "weight": 0.0000536179380926465, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.000053577054488572656, - "deviceCategory": "mobile" + "screenHeight": 1325, + "screenWidth": 1278, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1202, + "viewportWidth": 1278, + "weight": 0.000040386158956680605, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4176.1210 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 1440, - "weight": 0.000053490761877646046, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000403847743481855, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9632.1857 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 708, - "viewportWidth": 1488, - "weight": 0.00005347796502345412, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000040381592987069345, "deviceCategory": "desktop" }, { @@ -70594,13 +146387,32 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000053434369279683875, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00004038006988020292, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1388.1381 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004035323021619435, "deviceCategory": "mobile" }, { @@ -70610,11 +146422,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00005339522632274553, + "weight": 0.000040343050088819265, "deviceCategory": "mobile" }, { @@ -70622,51 +146434,53 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 737, + "viewportHeight": 721, "viewportWidth": 430, - "weight": 0.00005337748560135094, + "weight": 0.000040339413651587316, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 773, - "viewportWidth": 1440, - "weight": 0.00005336286184219627, - "deviceCategory": "desktop" + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.000040337304185779637, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1356, + "screenWidth": 1353, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 551, - "viewportWidth": 1280, - "weight": 0.000053323447252010124, + "viewportHeight": 1232, + "viewportWidth": 1353, + "weight": 0.00004033707826337604, "deviceCategory": "desktop" }, { @@ -70674,48 +146488,34 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3799.1475 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 889, - "viewportWidth": 1680, - "weight": 0.00005319249914552719, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004032546846993634, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 742, - "viewportWidth": 428, - "weight": 0.00005317723310856613, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000040313998571851196, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 833, - "viewportWidth": 1624, - "weight": 0.000053170570851798924, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", @@ -70723,89 +146523,120 @@ "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00005308838691692618, + "weight": 0.000040313101426593874, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 736, - "viewportWidth": 430, - "weight": 0.00005303914556327227, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.000040308939559041, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.000040308167658213567, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "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", + "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.6156.1175 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004028867711102465, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 725, - "viewportWidth": 414, - "weight": 0.000053036240623701586, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00004028808410540371, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "pt-BR", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 652, + "viewportHeight": 641, "viewportWidth": 393, - "weight": 0.000052993978896399336, + "weight": 0.00004028439666392699, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "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", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1386, + "screenWidth": 1202, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 643, - "viewportWidth": 360, - "weight": 0.000052966126238999364, - "deviceCategory": "mobile" + "viewportHeight": 1265, + "viewportWidth": 1202, + "weight": 0.000040266400739437176, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "language": "en-CA", + "platform": "iPhone", "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.5 Safari/605.1.15", + "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": 665, - "viewportWidth": 1024, - "weight": 0.00005295129741702422, - "deviceCategory": "desktop" + "viewportHeight": 848, + "viewportWidth": 414, + "weight": 0.00004026352057034033, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -70813,61 +146644,71 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 150, + "rtt": 50, "type": "wifi" }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 808, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/138.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 676, - "viewportWidth": 393, - "weight": 0.000052903233182600885, - "deviceCategory": "mobile" + "viewportHeight": 696, + "viewportWidth": 1476, + "weight": 0.00004026231192516594, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 1.35, + "effectiveType": "3g", + "rtt": 250 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.000052870099547233867, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000402597720759141, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "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": 657, + "viewportHeight": 615, "viewportWidth": 393, - "weight": 0.00005285347684120296, + "weight": 0.00004025926326554295, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000052837852686946586, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2619.1165 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000040257908877399, "deviceCategory": "mobile" }, { @@ -70875,27 +146716,13 @@ "language": "en-US", "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": 736, - "viewportWidth": 430, - "weight": 0.00005281901565839848, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "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": 739, - "viewportWidth": 430, - "weight": 0.00005279040417366092, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00004021402091799334, "deviceCategory": "mobile" }, { @@ -70904,146 +146731,170 @@ "downlink": 10, "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0, + "rtt": 100, "type": "cellular" }, - "language": "en-US", + "language": "en-GB", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 1318, - "screenWidth": 825, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Safari/537.36", + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1367, - "viewportWidth": 980, - "weight": 0.00005269810021219068, - "deviceCategory": "desktop" + "viewportHeight": 725, + "viewportWidth": 384, + "weight": 0.00004021072774525155, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00005266118350196576, + "viewportHeight": 791, + "viewportWidth": 440, + "weight": 0.00004020899771014508, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.00005265353457461504, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.00004019372435525572, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00005262959176313264, - "deviceCategory": "mobile" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 600, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6271.1758 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004016661987860292, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0", - "vendor": "", - "viewportHeight": 947, - "viewportWidth": 1920, - "weight": 0.000052601514826764654, + "screenHeight": 785, + "screenWidth": 1396, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 616, + "viewportWidth": 1397, + "weight": 0.00004015286990258569, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.000052561068270693474, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000040133931573691055, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) Mobile/15E148", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 757, - "viewportWidth": 428, - "weight": 0.00005254638448385281, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1180.1916 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000040133376714854817, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 4.2, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 150, "type": "wifi" }, - "language": "en-GB", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 962, - "screenWidth": 601, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 826, - "viewportWidth": 602, - "weight": 0.00005252278225410216, - "deviceCategory": "tablet" + "viewportHeight": 771, + "viewportWidth": 411, + "weight": 0.0000401055895498194, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 712, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.3960.1395 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 580, - "viewportWidth": 320, - "weight": 0.0000525088311302887, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00004008987907377468, "deviceCategory": "mobile" }, { @@ -71056,228 +146907,244 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.000052415173328736575, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.0000400823345101634, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPad", - "pluginsLength": 5, - "screenHeight": 1133, - "screenWidth": 744, - "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": 626, - "viewportWidth": 1133, - "weight": 0.000052349264097668915, - "deviceCategory": "tablet" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.000052286820343689104, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00004007950143032076, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 661, - "viewportWidth": 390, - "weight": 0.000052280877652161695, + "screenHeight": 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.3619.1264 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000040078520444272366, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 649, - "viewportWidth": 393, - "weight": 0.00005217183432772285, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000040075650359843994, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "de-DE", + "language": "en-US", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 784, - "viewportWidth": 1416, - "weight": 0.00005215677772585657, + "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": 772, + "viewportWidth": 1390, + "weight": 0.000040074402770814594, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 729, - "viewportWidth": 430, - "weight": 0.000052095426594642744, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.000040073724567902375, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 780, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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.6998.1831 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 612, - "viewportWidth": 360, - "weight": 0.00005204035901351746, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000040072516131933876, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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": 658, - "viewportWidth": 390, - "weight": 0.00005202219752503967, - "deviceCategory": "mobile" + "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": 705, + "viewportWidth": 1440, + "weight": 0.00004006718983251587, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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": 653, - "viewportWidth": 390, - "weight": 0.000052015274012563435, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00004006012050967802, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "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/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.000051985154144347695, - "deviceCategory": "mobile" + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 720, + "viewportWidth": 1280, + "weight": 0.00004005716023475372, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00005196923879306044, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 953, + "viewportWidth": 1920, + "weight": 0.000040055310815989254, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 2.3, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 200, + "rtt": 50, "type": "wifi" }, - "language": "en-GB", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 649, "viewportWidth": 360, - "weight": 0.000051960921345299035, + "weight": 0.00004005045431246171, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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.00005195124128854273, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 1130, + "screenWidth": 509, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 973, + "viewportWidth": 508, + "weight": 0.00004004220792009877, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00005182980649534202, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00004004083750050824, "deviceCategory": "mobile" }, { @@ -71285,83 +147152,112 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 746, - "viewportWidth": 430, - "weight": 0.00005179410980806276, + "viewportHeight": 654, + "viewportWidth": 402, + "weight": 0.000040038730665282955, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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": 707, - "viewportWidth": 1080, - "weight": 0.000051771734688372425, + "screenHeight": 697, + "screenWidth": 1241, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 529, + "viewportWidth": 1241, + "weight": 0.000040033531609755736, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 5.3, - "downlinkMax": 100, + "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", "rtt": 50, - "type": "cellular" + "type": "wifi" }, "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, "screenHeight": 915, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 784, - "viewportWidth": 412, - "weight": 0.00005174480500427454, + "viewportWidth": 411, + "weight": 0.00004002154984832683, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.000051654834555046384, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5318.1612 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000040015537259481494, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6292.1124 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 630, - "viewportWidth": 360, - "weight": 0.00005163381345476447, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00004001018599189818, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3609.1643 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003999234140482093, "deviceCategory": "mobile" }, { @@ -71369,13 +147265,13 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00005161090706054421, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.000039966694942531096, "deviceCategory": "mobile" }, { @@ -71383,55 +147279,76 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00005160012000053583, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00003994980084038104, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, "language": "en-US", - "platform": "iPad", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 1366, - "screenWidth": 1024, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 16_3 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": 905, - "viewportWidth": 1366, - "weight": 0.000051556684740780054, - "deviceCategory": "tablet" + "screenHeight": 820, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 682, + "viewportWidth": 360, + "weight": 0.000039936027605782676, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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.0000515294791708523, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 643, + "viewportWidth": 360, + "weight": 0.0000399172252079299, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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.00005152351880025443, + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.000039915293346940245, "deviceCategory": "mobile" }, { @@ -71441,60 +147358,145 @@ "pluginsLength": 5, "screenHeight": 852, "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 773, + "viewportHeight": 661, "viewportWidth": 393, - "weight": 0.00005147678275749817, + "weight": 0.00003990904476652225, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8233.1451 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00003989783496709691, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1481, + "screenWidth": 1391, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1358, + "viewportWidth": 1391, + "weight": 0.000039890607710191407, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 740, - "viewportWidth": 430, - "weight": 0.00005141110596185015, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00003988078832919922, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "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.2188.1439 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 666, - "viewportWidth": 360, - "weight": 0.00005129120689139602, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000039870340013119835, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 707, + "viewportWidth": 1080, + "weight": 0.000039843155092413295, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, + "viewportHeight": 712, "viewportWidth": 414, - "weight": 0.00005127476013429726, + "weight": 0.000039838971520879614, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 6.5, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 998, + "screenWidth": 448, + "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": 851, + "viewportWidth": 448, + "weight": 0.00003982186788279443, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00003980968653088335, "deviceCategory": "mobile" }, { @@ -71504,32 +147506,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00005123480159485773, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "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": 639, - "viewportWidth": 360, - "weight": 0.00005116299266958071, + "weight": 0.000039805947107499214, "deviceCategory": "mobile" }, { @@ -71537,38 +147518,38 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "fr-CA", + "language": "zh-CN", "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 2160, - "screenWidth": 5120, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1364, + "screenWidth": 1246, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 2048, - "viewportWidth": 1706, - "weight": 0.000051157529152543294, + "viewportHeight": 1240, + "viewportWidth": 1246, + "weight": 0.00003979422892566709, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5168.1976 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 759, - "weight": 0.00005110792457086743, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000039787424511060226, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -71577,44 +147558,25 @@ "pluginsLength": 5, "screenHeight": 852, "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.000051057821044610266, + "weight": 0.000039774149140586046, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.3, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "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 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 746, - "viewportWidth": 1530, - "weight": 0.000050936116187896186, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "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": 729, - "viewportWidth": 428, - "weight": 0.00005074148384805237, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00003976005426793843, "deviceCategory": "mobile" }, { @@ -71623,7 +147585,7 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 0, "type": "wifi" }, "language": "en-US", @@ -71631,86 +147593,51 @@ "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, + "viewportHeight": 648, "viewportWidth": 360, - "weight": 0.00005071497507810598, + "weight": 0.000039753287421709904, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "cellular" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1135, - "viewportWidth": 2489, - "weight": 0.00005065238509142212, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00005061009788253637, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00005051563846272206, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.000050510435139834066, + "viewportHeight": 664, + "viewportWidth": 360, + "weight": 0.00003974316248689067, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00005049616768281474, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3570.1916 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000397408730271955, "deviceCategory": "mobile" }, { @@ -71718,246 +147645,172 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 765, - "viewportWidth": 1600, - "weight": 0.000050373837547042605, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 1356, - "weight": 0.000050314891667180446, + "viewportHeight": 826, + "viewportWidth": 1536, + "weight": 0.00003972365568275895, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1326, + "screenWidth": 1325, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 585, - "viewportWidth": 1280, - "weight": 0.00005026581592373426, + "viewportHeight": 1202, + "viewportWidth": 1325, + "weight": 0.000039718814105513215, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "pluginsLength": 0, + "screenHeight": 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.5280.1971 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 929, - "viewportWidth": 1262, - "weight": 0.000050259490582911305, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003971129500712355, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "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", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 866, - "viewportWidth": 1745, - "weight": 0.00005023266062523033, - "deviceCategory": "desktop" + "viewportHeight": 648, + "viewportWidth": 360, + "weight": 0.00003970406832702254, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "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": 607, - "viewportWidth": 1366, - "weight": 0.000050206237923619676, + "viewportHeight": 466, + "viewportWidth": 780, + "weight": 0.000039695526148196265, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.000050134531401104074, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 984, - "screenWidth": 432, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.6580.1698 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 834, - "viewportWidth": 432, - "weight": 0.000050123766295097805, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000039692210210014995, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.75, + "downlink": 6.85, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "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": 580, - "viewportWidth": 1258, - "weight": 0.00005010393834069243, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-us", - "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": 820, - "viewportWidth": 1440, - "weight": 0.000050057284032780726, + "viewportHeight": 968, + "viewportWidth": 1912, + "weight": 0.000039689297444837755, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 200 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 509, - "screenWidth": 906, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1343, + "screenWidth": 1380, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 370, - "viewportWidth": 858, - "weight": 0.00005001487318031395, + "viewportHeight": 1223, + "viewportWidth": 1380, + "weight": 0.00003968795639261256, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "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": 701, - "viewportWidth": 384, - "weight": 0.00004987985650058754, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 761, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5401.1059 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00004983044602654057, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 896, - "screenWidth": 414, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_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": 690, - "viewportWidth": 414, - "weight": 0.00004981389223143084, + "weight": 0.00003968211879882013, "deviceCategory": "mobile" }, { @@ -71965,47 +147818,39 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1373, + "screenWidth": 1310, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.000049803453401912204, + "viewportHeight": 1252, + "viewportWidth": 1310, + "weight": 0.000039681267165903314, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "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.00004968973591365001, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "oscpu": "Windows NT 6.1; Win64; x64", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, "screenHeight": 768, "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 609, - "viewportWidth": 1358, - "weight": 0.000049598614413439805, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.000039663634160760745, "deviceCategory": "desktop" }, { @@ -72013,34 +147858,19 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2704.1093 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 1528, - "weight": 0.000049598170860922214, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 704, - "viewportWidth": 1536, - "weight": 0.0000495556816138396, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000039652897898640564, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -72049,38 +147879,33 @@ "downlinkMax": null, "effectiveType": "4g", "rtt": 50, - "type": "wifi" + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 746, - "viewportWidth": 412, - "weight": 0.00004953352088384773, + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.000039623460249496734, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "zh", - "platform": "MacIntel", + "language": "en-US", + "platform": "iPhone", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 667, - "viewportWidth": 1352, - "weight": 0.000049523811423032796, - "deviceCategory": "desktop" + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000039621655381114754, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -72089,112 +147914,139 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00004951321006376526, + "weight": 0.000039599624636290735, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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": 732, - "viewportWidth": 430, - "weight": 0.000049505036972171365, - "deviceCategory": "mobile" + "screenHeight": 1428, + "screenWidth": 1364, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1303, + "viewportWidth": 1364, + "weight": 0.000039595348300321794, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9500.1520 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 607, - "viewportWidth": 1366, - "weight": 0.00004946968459602569, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003959419471802283, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00004945465981610225, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7737.1024 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000039587285554336584, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.45, + "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000049384113106934395, + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.00003958516825231358, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "de-DE", "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 Ddg/17.5", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, - "viewportWidth": 390, - "weight": 0.0000492966102353371, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00003958461976633801, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3938.1492 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000039565014208200674, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.6, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.8974.1522 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 722, - "viewportWidth": 384, - "weight": 0.00004919221949340498, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003955866403523334, "deviceCategory": "mobile" }, { @@ -72202,32 +148054,32 @@ "language": "en-CA", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00004913366872563432, + "viewportHeight": 727, + "viewportWidth": 430, + "weight": 0.000039555148022940866, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7514.1646 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 727, - "viewportWidth": 1440, - "weight": 0.000049071890315801536, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00003954239107111239, "deviceCategory": "desktop" }, { @@ -72242,127 +148094,129 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 689, - "viewportWidth": 384, - "weight": 0.000049057739049755504, + "viewportHeight": 666, + "viewportWidth": 360, + "weight": 0.0000395417315101537, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Linux x86_64", - "platform": "Linux x86_64", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1400, - "screenWidth": 2240, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1241, - "viewportWidth": 2240, - "weight": 0.00004898947878958279, + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 791, + "viewportWidth": 1536, + "weight": 0.000039535148900896137, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000048988919847393316, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 667, + "screenHeight": 812, "screenWidth": 375, - "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": 548, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6407.1306 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00004898645533814163, + "weight": 0.00003953317389652614, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 643, - "viewportWidth": 393, - "weight": 0.00004887176001581655, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00003951607503524314, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00004885984815367069, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7746.1667 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000395105224780732, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 722, - "viewportWidth": 430, - "weight": 0.00004882899687124872, + "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.00003949545748938545, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000048811785386213886, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 896, - "screenWidth": 414, - "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": 715, - "viewportWidth": 414, - "weight": 0.00004881007495923613, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7568.1115 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000039481583951333926, "deviceCategory": "mobile" }, { @@ -72372,31 +148226,36 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-GB", + "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 888, - "viewportWidth": 1728, - "weight": 0.00004880956244335128, + "viewportHeight": 812, + "viewportWidth": 1440, + "weight": 0.00003944821775963511, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.000048784710137537654, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1429, + "viewportWidth": 2880, + "weight": 0.00003943964233999168, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -72407,30 +148266,30 @@ "rtt": 50, "type": "wifi" }, - "language": "en-GB", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 663, - "viewportWidth": 360, - "weight": 0.00004870926625930047, + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.000039428541698921744, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "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": 620, - "viewportWidth": 375, - "weight": 0.00004868785883955824, + "viewportHeight": 664, + "viewportWidth": 390, + "weight": 0.00003941219909966049, "deviceCategory": "mobile" }, { @@ -72438,69 +148297,60 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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": 521, - "viewportWidth": 320, - "weight": 0.00004866470454831384, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 926, - "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.00004856189857498414, + "viewportHeight": 546, + "viewportWidth": 375, + "weight": 0.0000394061314853935, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.00004855940498523229, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003940200888789984, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "fr-CA", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00004852166913248242, + "weight": 0.00003940114653123109, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00004843040984148945, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9497.1701 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003939477053928226, "deviceCategory": "mobile" }, { @@ -72515,364 +148365,348 @@ "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 OPR/109.0.0.0 (Edition std-1)", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 939, - "viewportWidth": 1879, - "weight": 0.00004838768343572685, + "viewportHeight": 925, + "viewportWidth": 1875, + "weight": 0.00003938380687860325, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.0000483599616687933, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "screenHeight": 812, "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 612, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4666.1251 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00004832191922810398, + "weight": 0.000039383106859872634, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "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.0000483113601019048, + "screenHeight": 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.9190.1596 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000039371377352511095, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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.3.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 570, - "viewportWidth": 944, - "weight": 0.000048191810175388, + "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.000039370130275863696, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", "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": 772, - "viewportWidth": 1440, - "weight": 0.000048186813806076695, + "screenHeight": 1117, + "screenWidth": 1728, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 958, + "viewportWidth": 1728, + "weight": 0.00003936885475815281, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "pluginsLength": 0, + "screenHeight": 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.7281.1501 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 633, - "viewportWidth": 1366, - "weight": 0.000048163957473866766, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003936539643627215, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.1, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, "type": "wifi" }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 960, - "screenWidth": 432, - "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": 815, - "viewportWidth": 432, - "weight": 0.00004812813805189052, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00004807143278170869, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 896, - "screenWidth": 414, - "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": 753, - "viewportWidth": 414, - "weight": 0.000048053462413165446, - "deviceCategory": "mobile" + "screenHeight": 909, + "screenWidth": 1616, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 789, + "viewportWidth": 1616, + "weight": 0.000039341165783465, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 6.35, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1440, + "screenWidth": 3440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 687, - "viewportWidth": 1260, - "weight": 0.00004797539597848549, + "viewportHeight": 1270, + "viewportWidth": 1718, + "weight": 0.00003933193176961722, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.000047946859561327265, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00004786484978992872, + "viewportHeight": 894, + "viewportWidth": 440, + "weight": 0.00003932992078534914, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 741, - "viewportWidth": 430, - "weight": 0.000047846852565816856, - "deviceCategory": "mobile" + "screenHeight": 1117, + "screenWidth": 1728, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 899, + "viewportWidth": 1728, + "weight": 0.00003932415503722123, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Linux x86_64", - "platform": "Linux x86_64", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 896, - "viewportWidth": 1920, - "weight": 0.00004782751906522809, + "screenHeight": 1330, + "screenWidth": 1330, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1206, + "viewportWidth": 1330, + "weight": 0.000039317670849008515, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 750, - "viewportWidth": 428, - "weight": 0.000047782830034599095, - "deviceCategory": "mobile" + "screenHeight": 1200, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1049, + "viewportWidth": 500, + "weight": 0.00003931294638375019, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 8.9, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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": 793, - "viewportWidth": 393, - "weight": 0.00004777911671464288, - "deviceCategory": "mobile" + "screenHeight": 982, + "screenWidth": 1512, + "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": 798, + "viewportWidth": 1512, + "weight": 0.00003930295284187601, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 738, - "viewportWidth": 430, - "weight": 0.00004769235455251306, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00003929130231580462, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00004768971291242695, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3011.1368 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000039280005623017246, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.65, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 726, - "viewportWidth": 1330, - "weight": 0.000047640888086890775, + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00003922751404936014, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.000047628295858373376, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "platform": "Win32", - "pluginsLength": 7, + "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 Config/91.2.2100.13", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000047611534424737003, + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00003921225176506491, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "MacIntel", + "connection": { + "downlink": 8.15, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 810, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125 Version/11.1.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", "viewportHeight": 695, - "viewportWidth": 1080, - "weight": 0.000047536189239275394, + "viewportWidth": 1536, + "weight": 0.000039211631031829696, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.000047452938034857396, - "deviceCategory": "mobile" + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 829, + "screenWidth": 691, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 687, + "viewportWidth": 690, + "weight": 0.000039209128419239764, + "deviceCategory": "tablet" }, { "appName": "Netscape", @@ -72881,68 +148715,30 @@ "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) Mobile/15E148", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 676, + "viewportHeight": 661, "viewportWidth": 393, - "weight": 0.00004742353724818021, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.000047420092293930395, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 738, - "viewportWidth": 428, - "weight": 0.00004739380224119308, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00004734230741977342, + "weight": 0.000039206596194755494, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "oscpu": "Linux x86_64", - "platform": "Linux x86_64", + "platform": "Win32", "pluginsLength": 5, "screenHeight": 1080, "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 844, - "viewportWidth": 1620, - "weight": 0.00004733637400031373, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000039194058144988733, "deviceCategory": "desktop" }, { @@ -72950,69 +148746,53 @@ "language": "en-US", "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.00004727835939419762, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00004723331587580167, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00003917958209461021, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "screenHeight": 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.4379.1428 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 645, - "viewportWidth": 360, - "weight": 0.00004713475345204009, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000391569942884611, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 1.7, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 200, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 753, - "screenWidth": 339, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 624, - "viewportWidth": 339, - "weight": 0.000047097657381793105, + "viewportHeight": 666, + "viewportWidth": 360, + "weight": 0.00003913904681009214, "deviceCategory": "mobile" }, { @@ -73025,27 +148805,46 @@ "language": "en-US", "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/120.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.00004708588713567127, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00003912041593566112, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "pluginsLength": 7, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 643, - "viewportWidth": 393, - "weight": 0.00004705067686151648, + "viewportHeight": 597, + "viewportWidth": 375, + "weight": 0.00003911745209224294, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2163.1950 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000039115570799382655, "deviceCategory": "mobile" }, { @@ -73060,13 +148859,13 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 880, - "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", + "screenHeight": 694, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 745, - "viewportWidth": 360, - "weight": 0.000046958969192073155, + "viewportHeight": 560, + "viewportWidth": 320, + "weight": 0.00003910496995249147, "deviceCategory": "mobile" }, { @@ -73076,16 +148875,30 @@ "effectiveType": "4g", "rtt": 50 }, + "language": "ko-KR", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.00003909794678388932, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", "language": "en-US", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 701, - "viewportWidth": 1440, - "weight": 0.000046926146036566436, + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 917, + "viewportWidth": 1366, + "weight": 0.00003909137292149522, "deviceCategory": "desktop" }, { @@ -73098,32 +148911,51 @@ "language": "en-US", "platform": "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", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 931, - "viewportWidth": 1920, - "weight": 0.000046892944260029784, + "viewportHeight": 805, + "viewportWidth": 1697, + "weight": 0.00003908133483540932, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.2, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2357.1016 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003907823831237263, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 4.35, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-PH", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 746, - "viewportWidth": 1536, - "weight": 0.00004682215770131548, + "viewportHeight": 630, + "viewportWidth": 1280, + "weight": 0.0000390779735779837, "deviceCategory": "desktop" }, { @@ -73131,27 +148963,27 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.000046789183707957465, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00003907671985741971, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.00004675531314376769, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00003906439266995968, "deviceCategory": "mobile" }, { @@ -73159,48 +148991,46 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00004673822397519021, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.000039043803429827827, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-GB", - "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", + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 685, - "viewportWidth": 360, - "weight": 0.00004666215029192142, - "deviceCategory": "mobile" + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00003903979324407964, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00004660756495348563, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000039031111842593725, "deviceCategory": "mobile" }, { @@ -73208,46 +149038,51 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1729, - "screenWidth": 3072, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 600, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9720.1085 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1611, - "viewportWidth": 3072, - "weight": 0.000046599692179266085, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000039030109069533974, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "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.000046569233729958545, + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7079.1896 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003897966518678887, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00004653939137468348, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00003897738118699136, "deviceCategory": "mobile" }, { @@ -73255,77 +149090,109 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00004647985566317378, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000038962690935831434, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.15, - "downlinkMax": 100, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 740, - "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", + "screenHeight": 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.3440.1588 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 608, - "viewportWidth": 360, - "weight": 0.00004643387354970017, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000038955053001743174, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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": 653, - "viewportWidth": 390, - "weight": 0.00004641590403018068, - "deviceCategory": "mobile" + "screenHeight": 1336, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1209, + "viewportWidth": 1280, + "weight": 0.0000389426780047879, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00004636954129202472, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4568.1148 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003894098267558245, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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": 520, - "viewportWidth": 320, - "weight": 0.00004634175472613195, - "deviceCategory": "mobile" + "screenHeight": 1365, + "screenWidth": 1226, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1238, + "viewportWidth": 1226, + "weight": 0.00003893436276611612, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1422, + "screenWidth": 1264, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1300, + "viewportWidth": 1264, + "weight": 0.00003892826725465535, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -73335,86 +149202,105 @@ "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6370.1685 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 768, - "viewportWidth": 1366, - "weight": 0.0000463382287489564, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000038922638938986725, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 704, - "viewportWidth": 1194, - "weight": 0.00004628937420700408, - "deviceCategory": "desktop" + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8041.1729 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000038909933151560136, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00004627116542537615, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8958.1180 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000038907172171937343, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1307, - "viewportWidth": 2560, - "weight": 0.0000462707809773353, + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 652, + "viewportWidth": 1319, + "weight": 0.00003887930494423445, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.4.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 769, - "viewportWidth": 1502, - "weight": 0.00004623552504667049, - "deviceCategory": "desktop" + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2466.1819 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003887584892419328, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_12 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": 654, - "viewportWidth": 390, - "weight": 0.00004618076117433419, + "viewportHeight": 539, + "viewportWidth": 375, + "weight": 0.000038874588632349895, "deviceCategory": "mobile" }, { @@ -73422,81 +149308,51 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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 Edg/125.0.0.0", + "screenHeight": 1477, + "screenWidth": 1397, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1872, - "weight": 0.00004617446129363118, + "viewportHeight": 1353, + "viewportWidth": 1397, + "weight": 0.000038871278385556063, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 724, - "viewportWidth": 1194, - "weight": 0.0000461587366613748, - "deviceCategory": "desktop" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1815.1573 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000038866047084296426, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 844, - "screenWidth": 390, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.145 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00004607963464876159, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 2, - "screenHeight": 772, - "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": 595, - "viewportWidth": 360, - "weight": 0.00004604876931379553, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "cs-CZ", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 851, + "screenHeight": 852, "screenWidth": 393, - "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": 720, + "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": 651, "viewportWidth": 393, - "weight": 0.00004603942158712798, + "weight": 0.00003886142109518298, "deviceCategory": "mobile" }, { @@ -73504,13 +149360,13 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00004599535207381595, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003884305563328931, "deviceCategory": "mobile" }, { @@ -73518,34 +149374,32 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 740, - "viewportWidth": 430, - "weight": 0.000045761139504257095, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.000038827597532057945, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 857, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.4486.1761 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 729, - "viewportWidth": 384, - "weight": 0.000045752026751588905, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000038813654063198895, "deviceCategory": "mobile" }, { @@ -73553,88 +149407,79 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00004573886216354207, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.000038810921566235476, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.4386.1555 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 384, - "weight": 0.000045670780231999954, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003880795837049996, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, "screenHeight": 1024, - "screenWidth": 1280, - "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": 863, - "viewportWidth": 1280, - "weight": 0.0000456697702247071, + "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": 898, + "viewportWidth": 768, + "weight": 0.0000387874287866388, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 846, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 718, - "viewportWidth": 412, - "weight": 0.000045605843783544366, - "deviceCategory": "mobile" + "viewportHeight": 1305, + "viewportWidth": 2560, + "weight": 0.00003877277200922033, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.00004558111081341199, + "weight": 0.00003876670046972351, "deviceCategory": "mobile" }, { @@ -73642,13 +149487,13 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.00004553388617555934, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00003876311953649718, "deviceCategory": "mobile" }, { @@ -73656,41 +149501,65 @@ "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00004550337937866271, + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.000038761516715440485, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.00004546519267932914, - "deviceCategory": "mobile" + "screenHeight": 1389, + "screenWidth": 1231, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1262, + "viewportWidth": 1231, + "weight": 0.000038750030279538784, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-GB", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 744, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.000045458126310036016, + "weight": 0.000038744738007987594, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7524.1927 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003873880612775498, "deviceCategory": "mobile" }, { @@ -73698,300 +149567,322 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00004545240410202173, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00003872946516982431, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/123.0.0.0 Safari/537.36 OPR/109.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5609.1722 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 1482, - "weight": 0.000045442086489818525, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 708, - "viewportWidth": 1236, - "weight": 0.00004540414323579729, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000038719690799344586, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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.2.1 Safari/605.1.15", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 782, - "viewportWidth": 1426, - "weight": 0.000045360506130462634, - "deviceCategory": "desktop" + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000038705957277993985, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/123.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2865.1116 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 849, - "viewportWidth": 1920, - "weight": 0.000045299040641791196, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003869223184297945, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 742, - "viewportWidth": 430, - "weight": 0.000045253315251566844, + "viewportHeight": 552, + "viewportWidth": 375, + "weight": 0.000038689258239108816, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00004524302843497312, - "deviceCategory": "mobile" + "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.000038685699692864947, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.000045235529898522586, + "screenHeight": 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.4545.1144 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000386807586930566, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "oscpu": "Intel Mac OS X 10.15", - "platform": "MacIntel", - "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1440, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 790, - "viewportWidth": 1117, - "weight": 0.000045224902206588503, - "deviceCategory": "desktop" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9345.1907 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003867279225032864, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 653, - "viewportWidth": 390, - "weight": 0.00004522312462801248, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.000038661236234586256, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 798, + "viewportWidth": 411, + "weight": 0.00003864835562849527, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", "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", + "pluginsLength": 0, + "screenHeight": 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.5876.1420 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 466, - "viewportWidth": 780, - "weight": 0.00004522166325017659, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003864169615644348, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3170.1019 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00004519610710082023, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003861537392582068, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 837, - "screenWidth": 377, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.7830.1296 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 689, - "viewportWidth": 377, - "weight": 0.000045164861410214226, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000038591105238582826, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.000045141737844810546, - "deviceCategory": "mobile" + "screenHeight": 1448, + "screenWidth": 1388, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1327, + "viewportWidth": 1388, + "weight": 0.00003858790993252835, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, - "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", + "pluginsLength": 6, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 545, - "viewportWidth": 375, - "weight": 0.00004511571854583641, + "viewportHeight": 645, + "viewportWidth": 402, + "weight": 0.000038587677149950426, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 6.2, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, "type": "wifi" }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 869, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/138.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 722, - "viewportWidth": 412, - "weight": 0.00004501536354038421, - "deviceCategory": "mobile" + "viewportHeight": 791, + "viewportWidth": 1536, + "weight": 0.000038585006649974094, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9, - "downlinkMax": null, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "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", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1510, + "screenWidth": 1346, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 648, - "viewportWidth": 360, - "weight": 0.0000449867477594857, - "deviceCategory": "mobile" + "viewportHeight": 1387, + "viewportWidth": 1346, + "weight": 0.00003858494363061385, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.45, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, - "type": "wifi" + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 753, + "screenWidth": 339, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 759, - "viewportWidth": 412, - "weight": 0.00004498527357470702, + "viewportHeight": 628, + "viewportWidth": 339, + "weight": 0.000038584634966311866, "deviceCategory": "mobile" }, { @@ -74001,100 +149892,120 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, + "viewportHeight": 727, "viewportWidth": 428, - "weight": 0.00004491783845702225, + "weight": 0.00003858013924756481, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00004489699472642611, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6321.1768 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000038566019243564604, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux x86_64", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + "screenHeight": 1377, + "screenWidth": 1227, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 647, - "viewportWidth": 1366, - "weight": 0.00004488942140102943, + "viewportHeight": 1254, + "viewportWidth": 1227, + "weight": 0.00003855634326023962, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00004484565626500397, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2065.1656 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003855554757608305, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "MacIntel", + "language": "zh-CN", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1338, + "screenWidth": 1373, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 743, - "viewportWidth": 1488, - "weight": 0.00004479233126687938, + "viewportHeight": 1210, + "viewportWidth": 1373, + "weight": 0.00003855542238236528, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.8715.1315 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 757, - "viewportWidth": 412, - "weight": 0.00004479215041544731, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000038537215036109064, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.000038517443212177677, "deviceCategory": "mobile" }, { @@ -74104,11 +150015,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00004478538020492291, + "viewportWidth": 402, + "weight": 0.00003851457187185736, "deviceCategory": "mobile" }, { @@ -74116,39 +150027,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4783.1655 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1185, - "viewportWidth": 2249, - "weight": 0.000044728847209454497, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00003849847882918877, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 4.55, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 720, - "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": 588, - "viewportWidth": 360, - "weight": 0.00004469944153053857, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.000038492574795215355, "deviceCategory": "mobile" }, { @@ -74156,53 +150060,51 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.00004469254469129918, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00003848824696233948, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.4680.1577 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 412, - "weight": 0.00004460764131725438, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003848608862313087, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9178.1792 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 708, - "viewportWidth": 1488, - "weight": 0.0000445618588396589, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000038484794171385575, "deviceCategory": "desktop" }, { @@ -74210,67 +150112,53 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8093.1661 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 959, - "viewportWidth": 1728, - "weight": 0.000044420614193520775, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003848463253018213, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000044364329387839775, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00003848434816385359, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 150, + "type": "cellular" }, - "language": "en-US", + "language": "en-GB", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 664, - "viewportWidth": 1280, - "weight": 0.000044358163084340965, - "deviceCategory": "tablet" - }, - { - "appName": "Netscape", - "language": "es-ES", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 896, - "screenWidth": 414, - "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": 721, - "viewportWidth": 414, - "weight": 0.00004434770974775376, + "viewportHeight": 736, + "viewportWidth": 392, + "weight": 0.000038466656570755616, "deviceCategory": "mobile" }, { @@ -74278,60 +150166,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 755, - "viewportWidth": 1415, - "weight": 0.00004429911795115709, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-AU", - "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.00004426507321584719, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 511, - "viewportWidth": 326, - "weight": 0.00004416702975285131, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 655, - "viewportWidth": 393, - "weight": 0.00004414078849801026, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9914.1832 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000038466629340107765, "deviceCategory": "mobile" }, { @@ -74346,32 +150192,30 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 910, - "viewportWidth": 1105, - "weight": 0.00004409975697352955, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00003846481815007793, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.65, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 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.4057.1134 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 670, - "viewportWidth": 360, - "weight": 0.00004397501323420383, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000038451157477491376, "deviceCategory": "mobile" }, { @@ -74379,13 +150223,13 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00004393329429280345, + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.000038433153931710534, "deviceCategory": "mobile" }, { @@ -74400,145 +150244,154 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00004390428622900764, + "viewportHeight": 910, + "viewportWidth": 958, + "weight": 0.000038429286463322824, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 740, - "viewportWidth": 1080, - "weight": 0.000043862391110123476, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00003842705222231134, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-CA", + "platform": "MacIntel", "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", + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 656, - "viewportWidth": 390, - "weight": 0.00004384963135674337, - "deviceCategory": "mobile" + "viewportHeight": 692, + "viewportWidth": 1180, + "weight": 0.000038426870283402704, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00004384161788593768, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00003842456498412397, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.3, + "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "wifi" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "language": "es-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1002, - "viewportWidth": 1857, - "weight": 0.000043799243843959956, - "deviceCategory": "desktop" + "viewportHeight": 782, + "viewportWidth": 392, + "weight": 0.00003840940860250033, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 + "downlink": 1.25, + "downlinkMax": null, + "effectiveType": "3g", + "rtt": 300, + "type": "cellular" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 906, + "screenWidth": 369, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00004379859984975125, - "deviceCategory": "desktop" + "viewportHeight": 765, + "viewportWidth": 368, + "weight": 0.00003840659622418676, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0000437504620468324, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00003840364043660154, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "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", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.000043750128470629086, - "deviceCategory": "desktop" + "viewportHeight": 757, + "viewportWidth": 411, + "weight": 0.00003839039663100317, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 345, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.4025.1215 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 740, - "viewportWidth": 345, - "weight": 0.000043736762813618874, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000038378581366987894, "deviceCategory": "mobile" }, { @@ -74548,25 +150401,25 @@ "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", + "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.000043695728646010506, + "weight": 0.000038372746133412695, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "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/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 797, - "viewportWidth": 390, - "weight": 0.00004365780995510453, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00003836322807160337, "deviceCategory": "mobile" }, { @@ -74574,13 +150427,13 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00004358831685773517, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003836300339002413, "deviceCategory": "mobile" }, { @@ -74588,255 +150441,341 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1 Ddg/18.6", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, + "viewportHeight": 654, + "viewportWidth": 390, + "weight": 0.000038358989427795935, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "sl-SI", + "platform": "Win32", + "pluginsLength": 7, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 959, + "viewportWidth": 1920, + "weight": 0.000038350868299514006, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2185.1546 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.000043565497704696555, + "weight": 0.000038337508141870225, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8823.1543 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000038331031848252486, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 0, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 772, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 603, + "viewportWidth": 360, + "weight": 0.00003832352708525593, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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 Edg/124.0.0.0", + "screenHeight": 1336, + "screenWidth": 1400, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 1872, - "weight": 0.00004355696592158687, + "viewportHeight": 1206, + "viewportWidth": 1400, + "weight": 0.0000383102020412776, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 5.95, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, "language": "en-US", - "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.00004352651893487826, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.00003830390745077276, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Intel Mac OS X 10.15", + "platform": "MacIntel", "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.00004347751856624995, - "deviceCategory": "mobile" + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 728, + "viewportWidth": 1470, + "weight": 0.00003829513734210491, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", + "platform": "iPad", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 810, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 690, + "viewportWidth": 1080, + "weight": 0.00003829057707621281, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "language": "en-GB", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 390, - "weight": 0.00004340031695741955, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003828624429100968, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.1, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, - "language": "en-CA", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, "screenHeight": 915, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 412, - "weight": 0.000043399135879735, + "viewportHeight": 789, + "viewportWidth": 411, + "weight": 0.00003827388857054118, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.75, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", - "pluginsLength": 2, - "screenHeight": 1120, - "screenWidth": 1792, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 974, - "viewportWidth": 1792, - "weight": 0.0000433102151113443, + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00003826598291165568, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-CA", "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", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.00004315516962627047, + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00003824669205537946, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.00004314759752374428, - "deviceCategory": "mobile" + "screenHeight": 1389, + "screenWidth": 1301, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1268, + "viewportWidth": 1301, + "weight": 0.00003821530662924364, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 665, "viewportWidth": 393, - "weight": 0.00004305972728982789, + "weight": 0.00003821167697320514, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 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.000043044031351556323, + "weight": 0.000038199868630011254, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-NZ", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000043043566676071025, + "viewportHeight": 661, + "viewportWidth": 393, + "weight": 0.00003818029539031094, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9, + "downlink": 1.55, "effectiveType": "4g", - "rtt": 0 + "rtt": 100 }, "language": "en-US", "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/124.0.0.0 Safari/537.36", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1291, - "viewportWidth": 1718, - "weight": 0.00004304110280728136, + "viewportHeight": 712, + "viewportWidth": 1280, + "weight": 0.000038177935380748975, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 6.55, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7970.1916 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 616, - "viewportWidth": 1280, - "weight": 0.00004303887525134205, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0000430194200872717, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003817613549391635, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.75, - "effectiveType": "4g", - "rtt": 100 + "downlink": 1.5, + "effectiveType": "3g", + "rtt": 350 }, - "language": "hu-HU", + "language": "en-US", "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, + "viewportHeight": 738, "viewportWidth": 1536, - "weight": 0.000043012428795245785, + "weight": 0.000038173476403131295, "deviceCategory": "desktop" }, { @@ -74847,228 +150786,181 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000043001610890554976, + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00003816933470120571, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "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.2791.1289 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 667, - "viewportWidth": 360, - "weight": 0.000043001194667514866, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.000042965721356719034, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003815509459154945, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 653, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.000042920111025321616, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00004290074539469798, + "weight": 0.000038152567099308116, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-CA", - "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.2.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 2600, - "viewportWidth": 2016, - "weight": 0.00004272872019167368, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 704, - "viewportWidth": 414, - "weight": 0.0000426404665357067, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.000038145867526755593, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 664, - "viewportWidth": 1280, - "weight": 0.000042522466848481386, - "deviceCategory": "tablet" + "viewportHeight": 947, + "viewportWidth": 1710, + "weight": 0.00003813164637949531, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, - "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": 741, - "viewportWidth": 428, - "weight": 0.00004244496089272764, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 885, + "viewportWidth": 1091, + "weight": 0.00003812496495530688, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6938.1310 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1352, - "viewportWidth": 2332, - "weight": 0.000042442330630108115, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003811817858441905, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6487.1313 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.000042310821154089393, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000038114897402994995, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "pl-PL", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00004226141702954778, + "weight": 0.00003809425631125446, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 962, - "screenWidth": 601, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "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.1629.1169 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 795, - "viewportWidth": 602, - "weight": 0.00004225734382113825, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003809370192741778, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 744, - "viewportWidth": 428, - "weight": 0.00004223714534753788, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00003808231966622304, "deviceCategory": "mobile" }, { @@ -75076,61 +150968,38 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1024, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 661, - "viewportWidth": 1393, - "weight": 0.000042213054990699186, + "viewportHeight": 855, + "viewportWidth": 1536, + "weight": 0.00003807133146947053, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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": 657, - "viewportWidth": 393, - "weight": 0.00004221101991537754, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00004220269501941211, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00004219828117130205, - "deviceCategory": "mobile" + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1401, + "screenWidth": 1322, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1281, + "viewportWidth": 1322, + "weight": 0.00003806614982734326, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -75139,25 +151008,25 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, + "viewportHeight": 781, "viewportWidth": 428, - "weight": 0.00004215926771623145, + "weight": 0.00003806475212531955, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "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": 715, - "viewportWidth": 414, - "weight": 0.00004214763254742635, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00003806171212601524, "deviceCategory": "mobile" }, { @@ -75165,13 +151034,13 @@ "language": "en-CA", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 812, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 631, - "viewportWidth": 375, - "weight": 0.000042144035360774836, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.000038056347083099054, "deviceCategory": "mobile" }, { @@ -75179,123 +151048,119 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, + "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.000042111491315963876, + "weight": 0.00003804027341712671, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 733, - "viewportWidth": 430, - "weight": 0.000042046514542670716, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 662, - "viewportWidth": 390, - "weight": 0.00004199689383454684, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 7.1, - "downlinkMax": 100, + "downlink": 9.8, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 0, + "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, + "screenHeight": 740, "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", + "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": 666, + "viewportHeight": 572, "viewportWidth": 360, - "weight": 0.000041982641621680346, + "weight": 0.000038039491776457365, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 918, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1378, + "screenWidth": 1244, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 783, - "viewportWidth": 412, - "weight": 0.000041868805019850124, + "viewportHeight": 1255, + "viewportWidth": 1244, + "weight": 0.00003801279707593831, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00003800864214394354, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 754, - "viewportWidth": 412, - "weight": 0.000041843542497528026, - "deviceCategory": "mobile" + "viewportHeight": 1274, + "viewportWidth": 2552, + "weight": 0.00003800489399337817, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 707, + "viewportWidth": 1080, + "weight": 0.00003800287341470539, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 667, - "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 552, - "viewportWidth": 375, - "weight": 0.000041803554909579623, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00003800034633116371, "deviceCategory": "mobile" }, { @@ -75308,15 +151173,34 @@ "type": "wifi" }, "language": "en-US", - "platform": "Linux armv81", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 684, + "viewportWidth": 1517, + "weight": 0.00003799792454909794, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "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", + "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.2769.1705 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 652, - "viewportWidth": 360, - "weight": 0.00004179889628617351, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003798742958957887, "deviceCategory": "mobile" }, { @@ -75324,13 +151208,13 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, - "viewportWidth": 390, - "weight": 0.00004177654634372076, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00003798393207265715, "deviceCategory": "mobile" }, { @@ -75340,11 +151224,11 @@ "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/92.0.4515.90 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, + "viewportHeight": 652, "viewportWidth": 390, - "weight": 0.00004177009729771953, + "weight": 0.000037972805149137806, "deviceCategory": "mobile" }, { @@ -75352,56 +151236,73 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 656, - "viewportWidth": 393, - "weight": 0.000041763505712163416, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00003797169709009477, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.00004173629856892484, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 718, + "viewportWidth": 384, + "weight": 0.000037967475263418346, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00004170980742440762, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2389.1744 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000037954940127679105, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "de-DE", - "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": 615, - "viewportWidth": 393, - "weight": 0.000041682632865527695, - "deviceCategory": "mobile" + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5815.1249 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000379518357367294, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -75410,11 +151311,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 815, "viewportWidth": 430, - "weight": 0.00004166852032090212, + "weight": 0.000037919610361055494, "deviceCategory": "mobile" }, { @@ -75422,172 +151323,163 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 100 }, "language": "en-US", "platform": "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", + "screenHeight": 1920, + "screenWidth": 1080, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000041638575569085824, + "viewportHeight": 1759, + "viewportWidth": 1080, + "weight": 0.00003791744446797451, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000041593825055300216, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00003791326558373273, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 937, - "viewportWidth": 964, - "weight": 0.00004157901663114753, + "pluginsLength": 7, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 917, + "viewportWidth": 1920, + "weight": 0.000037907441951648056, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.0000414724321341772, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, + "language": "de-DE", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 760, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 617, + "viewportWidth": 360, + "weight": 0.000037897039731640036, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.000041402405760886, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.000037892955355201255, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "fr-CA", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.000041372016316252314, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003788470631858571, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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.00004137097801674264, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 749, + "viewportWidth": 411, + "weight": 0.0000378839394021361, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Intel Mac OS X 10.15", - "platform": "MacIntel", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1050, - "screenWidth": 1680, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 900, - "viewportWidth": 1470, - "weight": 0.000041368221874883843, - "deviceCategory": "desktop" + "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": 537, + "viewportWidth": 375, + "weight": 0.00003786813805553857, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "MacIntel", + "language": "en-GB", + "platform": "iPhone", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 1440, - "weight": 0.00004134752398842962, - "deviceCategory": "desktop" + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00003786323056240774, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 200, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.1215.1896 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 723, - "viewportWidth": 384, - "weight": 0.000041337156455165014, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.000041305064235286644, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003786288579457384, "deviceCategory": "mobile" }, { @@ -75595,18 +151487,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.000041302025184978376, + "viewportHeight": 634, + "viewportWidth": 1272, + "weight": 0.000037860845189876894, "deviceCategory": "desktop" }, { @@ -75614,66 +151506,63 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 716, - "viewportWidth": 414, - "weight": 0.00004128376744812187, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003785497956415835, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00004124487428000697, + "weight": 0.000037847217378832185, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "platform": "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", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00004110976666340084, - "deviceCategory": "desktop" + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00003783489495978712, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 572, - "viewportWidth": 1272, - "weight": 0.00004102490445445018, - "deviceCategory": "desktop" + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003782580660588791, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -75682,125 +151571,156 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "es", + "language": "en-US", "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/127.0.0.0 Safari/537.36 Edg/127.0.0.0", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 940, - "viewportWidth": 1688, - "weight": 0.00004097762262051417, + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.000037814624815442204, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000040942172183455104, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00004090035288330635, + "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.5084.1642 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003779580630203798, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-GB", + "platform": "MacIntel", "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 698, - "viewportWidth": 414, - "weight": 0.000040884036115726787, - "deviceCategory": "mobile" + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 756, + "viewportWidth": 1448, + "weight": 0.000037778344407461666, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00004087732950342381, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00003777223052937382, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.000040852504797427804, - "deviceCategory": "mobile" + "screenHeight": 1502, + "screenWidth": 1359, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1374, + "viewportWidth": 1359, + "weight": 0.00003776073107292153, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6284.1250 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00004084670759031056, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003774975201959116, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", + "platform": "Linux armv81", "pluginsLength": 0, - "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", + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.00004083252768228463, - "deviceCategory": "desktop" + "viewportHeight": 758, + "viewportWidth": 411, + "weight": 0.0000377427027921612, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "es-US", + "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.000037729594063786774, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00003772537133946615, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -75809,36 +151729,36 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "es-ES", - "platform": "MacIntel", + "language": "zh-CN", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1386, + "screenWidth": 1210, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 743, - "viewportWidth": 1440, - "weight": 0.000040779427534636075, + "viewportHeight": 1256, + "viewportWidth": 1210, + "weight": 0.00003769638848559159, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.2, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6274.1413 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00004075536447976017, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003769559550819463, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -75850,29 +151770,15 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1024, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 1528, - "weight": 0.000040719240341983024, + "viewportHeight": 897, + "viewportWidth": 1280, + "weight": 0.00003766422795389833, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 733, - "viewportWidth": 430, - "weight": 0.00004064839002610105, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { @@ -75880,18 +151786,18 @@ "downlinkMax": null, "effectiveType": "4g", "rtt": 50, - "type": "cellular" + "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 665, - "viewportWidth": 360, - "weight": 0.000040643535672900226, + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00003766142249853626, "deviceCategory": "mobile" }, { @@ -75899,199 +151805,206 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00004058662296136572, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00003764527968695697, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00004055224150515219, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1213.1361 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000376329608677567, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00004043610060249024, + "weight": 0.000037614100245876876, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.55, + "downlink": 9.95, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 200 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1316, - "viewportWidth": 1710, - "weight": 0.0000403979340444012, - "deviceCategory": "desktop" + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00003761027390525065, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 811, - "viewportWidth": 1707, - "weight": 0.00004029855551572034, + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.000037601650876232165, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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/124.0.0.0 Safari/537.36", + "pluginsLength": 0, + "screenHeight": 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.8864.1495 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.000040288703855059974, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "ru-RU", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36", - "vendor": "", - "viewportHeight": 859, - "viewportWidth": 1280, - "weight": 0.00004028354226258772, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003759907260369655, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "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": 659, - "viewportWidth": 393, - "weight": 0.00004027841595724644, + "viewportHeight": 736, + "viewportWidth": 430, + "weight": 0.00003759866130474559, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 740, - "viewportWidth": 1080, - "weight": 0.000040249018531937554, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00004021433334363322, + "viewportHeight": 637, + "viewportWidth": 393, + "weight": 0.00003758940250587949, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000040199118802152624, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4382.1837 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000037581616492343637, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 7.2, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00004019314145772817, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 643, + "viewportWidth": 360, + "weight": 0.00003758129407031324, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 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, + "viewportHeight": 657, "viewportWidth": 393, - "weight": 0.000040166561628505456, + "weight": 0.00003757683279392185, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1894.1622 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003757126480340532, "deviceCategory": "mobile" }, { @@ -76099,13 +152012,13 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 655, - "viewportWidth": 393, - "weight": 0.000040112732076241877, + "viewportHeight": 795, + "viewportWidth": 440, + "weight": 0.00003755758845144959, "deviceCategory": "mobile" }, { @@ -76117,37 +152030,37 @@ "rtt": 50, "type": "wifi" }, - "language": "en-CA", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 938, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 837, - "viewportWidth": 412, - "weight": 0.00004009673266495385, + "viewportHeight": 643, + "viewportWidth": 360, + "weight": 0.000037546245971714055, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.3, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0, + "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 824, + "screenHeight": 832, "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, + "viewportHeight": 622, "viewportWidth": 384, - "weight": 0.000040015205778671435, + "weight": 0.00003753491872427532, "deviceCategory": "mobile" }, { @@ -76155,34 +152068,53 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6362.1434 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1039, - "viewportWidth": 1920, - "weight": 0.00004001082314304157, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000375341694871441, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 600, - "viewportWidth": 414, - "weight": 0.000039975046722601065, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00003753159417268789, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "zh-TW", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 662, + "viewportWidth": 1478, + "weight": 0.0000375282973788482, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", @@ -76190,65 +152122,101 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00003997091487835685, + "weight": 0.00003751227342895778, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6070.1159 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000375121108324997, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4109.1177 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000037489079347504925, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 661, "viewportWidth": 390, - "weight": 0.00003989001042199142, + "weight": 0.00003748819191519633, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "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", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1346, + "screenWidth": 1310, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 647, - "viewportWidth": 360, - "weight": 0.00003986174619318647, - "deviceCategory": "mobile" + "viewportHeight": 1222, + "viewportWidth": 1310, + "weight": 0.0000374784230681479, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "platform": "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", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00003976821714570044, + "viewportHeight": 1317, + "viewportWidth": 2560, + "weight": 0.00003746974849610533, "deviceCategory": "desktop" }, { @@ -76258,65 +152226,107 @@ "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "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": 737, + "viewportHeight": 655, "viewportWidth": 390, - "weight": 0.00003976480658242442, + "weight": 0.00003746532521796788, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.9, + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1355, + "screenWidth": 1261, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1226, + "viewportWidth": 1261, + "weight": 0.00003746474555863584, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 823, + "screenWidth": 708, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 602, + "viewportWidth": 707, + "weight": 0.00003746337504551404, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 200, + "rtt": 0, "type": "wifi" }, - "language": "es-MX", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 960, - "screenWidth": 432, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 870, - "viewportWidth": 432, - "weight": 0.00003975141891022507, + "viewportHeight": 681, + "viewportWidth": 384, + "weight": 0.00003745789114196895, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": 0.384, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "cellular" }, - "language": "en-US", - "platform": "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", + "language": "sl", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0000397386521216339, - "deviceCategory": "desktop" + "viewportHeight": 643, + "viewportWidth": 360, + "weight": 0.00003745199029769816, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00003967402665948243, + "viewportHeight": 718, + "viewportWidth": 414, + "weight": 0.000037429301647047954, "deviceCategory": "mobile" }, { @@ -76328,9 +152338,9 @@ "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, + "viewportHeight": 659, "viewportWidth": 390, - "weight": 0.00003964539150418995, + "weight": 0.00003742200484813818, "deviceCategory": "mobile" }, { @@ -76338,100 +152348,75 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2483.1730 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1872, - "weight": 0.00003964404001849183, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003740665524599865, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.6, + "downlink": 10, "effectiveType": "4g", - "rtt": 200 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 600, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4122.1269 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.00003961843542851371, + "weight": 0.00003740212856990445, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.000039601014053832096, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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) GSA/316.0.632200771 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.000039563690459966254, - "deviceCategory": "mobile" + "screenHeight": 1374, + "screenWidth": 1336, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1254, + "viewportWidth": 1336, + "weight": 0.00003739285042866886, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 984, - "screenWidth": 432, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1108.1424 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 830, - "viewportWidth": 432, - "weight": 0.00003950005783525446, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 713, - "viewportWidth": 1180, - "weight": 0.00003946466426340182, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000037391342067492104, "deviceCategory": "desktop" }, { @@ -76439,36 +152424,15 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000039382251075631934, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.000037388718282573904, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.95, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 681, - "viewportWidth": 1366, - "weight": 0.00003935310437725767, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { @@ -76477,57 +152441,62 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 828, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1059, - "viewportWidth": 1160, - "weight": 0.00003933792794272332, + "viewportHeight": 604, + "viewportWidth": 1280, + "weight": 0.00003738810280997952, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 644, - "viewportWidth": 1289, - "weight": 0.000039267765858924044, - "deviceCategory": "desktop" + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00003738595097662643, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00003919029168667691, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000037378379238454666, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 659, - "viewportWidth": 393, - "weight": 0.00003916341185427899, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2284.1346 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000373722671373724, "deviceCategory": "mobile" }, { @@ -76535,13 +152504,13 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, - "viewportWidth": 375, - "weight": 0.00003914215955129816, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.000037367264364962264, "deviceCategory": "mobile" }, { @@ -76556,115 +152525,142 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000039111069313979536, + "viewportHeight": 804, + "viewportWidth": 1523, + "weight": 0.000037362643865513246, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 7.05, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, "language": "en-US", - "platform": "iPad", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.000037357007758377974, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1024, - "screenWidth": 768, - "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": 704, - "viewportWidth": 1024, - "weight": 0.00003906172256990743, - "deviceCategory": "tablet" + "screenHeight": 1395, + "screenWidth": 1357, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1275, + "viewportWidth": 1357, + "weight": 0.00003734739796235524, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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/124.0.0.0 Safari/537.36", + "pluginsLength": 0, + "screenHeight": 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.1688.1591 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 561, - "viewportWidth": 1300, - "weight": 0.000039059651559492015, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003734393605902054, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 2.15, "effectiveType": "4g", - "rtt": 50 + "rtt": 250 }, "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 633, - "viewportWidth": 1366, - "weight": 0.00003895381034966143, + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00003733962415877806, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 660, - "viewportWidth": 390, - "weight": 0.00003893479390876813, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000037338571465287926, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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/121.0.0.0 Safari/537.36", + "pluginsLength": 0, + "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.8534.1898 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.00003890584163715635, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003733420688612213, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.00003887095605710427, - "deviceCategory": "mobile" + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 585, + "viewportWidth": 1280, + "weight": 0.00003733354506846808, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -76673,11 +152669,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.000038832334167496006, + "weight": 0.00003732371595865704, "deviceCategory": "mobile" }, { @@ -76687,11 +152683,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 727, "viewportWidth": 428, - "weight": 0.00003883229082496308, + "weight": 0.0000373151288219762, "deviceCategory": "mobile" }, { @@ -76699,19 +152695,19 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/115.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4822.1076 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1035, - "viewportWidth": 2048, - "weight": 0.00003881753704127557, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003731386197207199, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -76725,13 +152721,13 @@ "language": "en-GB", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 824, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 750, - "viewportWidth": 412, - "weight": 0.00003879883319967368, + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.00003730398522000325, "deviceCategory": "mobile" }, { @@ -76741,101 +152737,244 @@ "pluginsLength": 5, "screenHeight": 926, "screenWidth": 428, - "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 743, + "viewportHeight": 751, "viewportWidth": 428, - "weight": 0.00003878991686406281, + "weight": 0.0000373028167405065, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1052, + "viewportWidth": 820, + "weight": 0.00003726019253344014, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00003877231153581699, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00003725815240071592, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.3, + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5634.1355 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003724432984827588, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.0000372429260926954, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4222.1825 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003724082263473658, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1498, + "screenWidth": 1227, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1368, + "viewportWidth": 1227, + "weight": 0.000037233717345702005, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 8.3, "downlinkMax": 100, "effectiveType": "4g", "rtt": 100, "type": "cellular" }, - "language": "en-CA", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 780, + "screenHeight": 720, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 643, + "viewportHeight": 599, "viewportWidth": 360, - "weight": 0.0000387662272323813, + "weight": 0.0000372336011006667, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.1 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 797, - "viewportWidth": 430, - "weight": 0.00003873737610909642, - "deviceCategory": "mobile" + "screenHeight": 1346, + "screenWidth": 1231, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1217, + "viewportWidth": 1231, + "weight": 0.00003721694224073056, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, - "language": "en-GB", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8498.1029 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003721520926349393, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6402.1490 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003720966529414809, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000037200956925733406, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", "platform": "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": 911, - "viewportWidth": 1920, - "weight": 0.000038512599687475486, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 611, + "viewportWidth": 1375, + "weight": 0.000037197909031233584, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.8, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 772, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1341, + "screenWidth": 1287, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 603, - "viewportWidth": 360, - "weight": 0.00003849958276469428, - "deviceCategory": "mobile" + "viewportHeight": 1216, + "viewportWidth": 1287, + "weight": 0.00003719553345680093, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -76844,16 +152983,16 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1451, + "screenWidth": 1396, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 768, - "viewportWidth": 1366, - "weight": 0.00003849187269177727, + "viewportHeight": 1323, + "viewportWidth": 1396, + "weight": 0.000037191103670867426, "deviceCategory": "desktop" }, { @@ -76861,42 +153000,32 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 896, - "screenWidth": 414, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.000038470612146915185, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000037160015658814153, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "oscpu": "Linux x86_64", "platform": "Linux x86_64", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 683, - "viewportWidth": 1366, - "weight": 0.00003841686497262118, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.000038368448756839085, + "pluginsLength": 0, + "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.2375.1579 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003715572475367617, "deviceCategory": "mobile" }, { @@ -76904,18 +153033,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 200 + "rtt": 50 }, - "language": "en-US", + "language": "en-AU", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.00003828551020206851, + "weight": 0.00003714991248243889, "deviceCategory": "desktop" }, { @@ -76923,46 +153052,27 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00003826019280782426, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003714961592991804, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 778, - "viewportWidth": 1592, - "weight": 0.00003823935446468705, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00003821394055488501, + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00003714238204452907, "deviceCategory": "mobile" }, { @@ -76970,13 +153080,13 @@ "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.00003821219201823569, + "viewportHeight": 628, + "viewportWidth": 375, + "weight": 0.00003713823442632598, "deviceCategory": "mobile" }, { @@ -76984,51 +153094,79 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2902.1142 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 878, - "viewportWidth": 1772, - "weight": 0.00003820470738019999, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000037136959097181094, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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 Edg/125.0.0.0", + "screenHeight": 1439, + "screenWidth": 1337, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 966, - "viewportWidth": 1872, - "weight": 0.00003819164753639784, + "viewportHeight": 1309, + "viewportWidth": 1337, + "weight": 0.00003711837731363422, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", + "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": 749, + "viewportWidth": 1209, + "weight": 0.00003711026586190279, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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 Ddg/17.5", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 873, - "viewportWidth": 430, - "weight": 0.00003818716824519289, + "viewportHeight": 776, + "viewportWidth": 428, + "weight": 0.000037108958282629096, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003710432656939896, "deviceCategory": "mobile" }, { @@ -77038,36 +153176,50 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "zh-CN", - "platform": "Win32", + "language": "en-US", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1235, - "screenWidth": 2195, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1116, - "viewportWidth": 2195, - "weight": 0.00003805993139648328, + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00003709817992861035, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-CA", + "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.00003709229316835802, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9820.1753 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1279, - "viewportWidth": 2560, - "weight": 0.00003803164358941797, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000037091642489157675, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -77076,93 +153228,122 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, + "viewportHeight": 657, "viewportWidth": 393, - "weight": 0.000037994963513648636, + "weight": 0.000037090422506947735, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "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.00003798289279916837, - "deviceCategory": "mobile" + "platform": "Win32", + "pluginsLength": 7, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 925, + "viewportWidth": 1920, + "weight": 0.00003708521209579872, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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.3 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 736, - "viewportWidth": 1112, - "weight": 0.000037930562067217406, + "pluginsLength": 5, + "screenHeight": 1479, + "screenWidth": 1358, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1358, + "viewportWidth": 1358, + "weight": 0.00003707432052349086, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 1.2, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 450, + "type": "cellular" + }, + "language": "it-IT", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 823, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 799, + "viewportWidth": 411, + "weight": 0.00003706182530342582, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1409.1095 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 825, - "viewportWidth": 1707, - "weight": 0.000037884447061261124, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000370095512671294, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5934.1941 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00003783275039212601, + "weight": 0.00003700171326218574, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.6139.1063 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 753, - "viewportWidth": 412, - "weight": 0.0000378223309627369, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000036984684362714004, "deviceCategory": "mobile" }, { @@ -77170,93 +153351,136 @@ "language": "en-US", "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", + "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) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00003779849269537888, + "viewportHeight": 553, + "viewportWidth": 375, + "weight": 0.000036982793502804045, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 4.6, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", + "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/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 857, + "viewportWidth": 1512, + "weight": 0.00003697176381277665, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1449, + "screenWidth": 1317, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1328, + "viewportWidth": 1317, + "weight": 0.000036964382806931276, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/142.0.7444.148 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 718, + "viewportHeight": 720, "viewportWidth": 414, - "weight": 0.00003777247099469838, + "weight": 0.00003696219395092473, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.15, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 620, - "viewportWidth": 1358, - "weight": 0.000037731157501458214, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00003695787020748929, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.00003772186121150576, - "deviceCategory": "mobile" + "screenHeight": 1457, + "screenWidth": 1268, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1334, + "viewportWidth": 1268, + "weight": 0.000036957474737914547, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 812, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Mobile/15E148 Safari/604.1", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 635, - "viewportWidth": 375, - "weight": 0.00003771411113712927, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.000036956559102737364, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/123.0.0.0 Safari/537.36 OPR/109.0.0.0", + "screenHeight": 1404, + "screenWidth": 1255, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 746, - "viewportWidth": 1495, - "weight": 0.000037681668894741435, + "viewportHeight": 1284, + "viewportWidth": 1255, + "weight": 0.000036952888213937196, "deviceCategory": "desktop" }, { @@ -77264,76 +153488,84 @@ "language": "en-US", "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", + "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": 739, - "viewportWidth": 430, - "weight": 0.000037661794280774464, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00003694241963081902, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.5, - "downlinkMax": null, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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/124.0.0.0 Safari/537.36", + "pluginsLength": 0, + "screenHeight": 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.8507.1425 Mobile Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 812, - "viewportWidth": 1745, - "weight": 0.00003762527597112526, - "deviceCategory": "desktop" + "viewportWidth": 375, + "weight": 0.00003693286924414176, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 5, + "pluginsLength": 0, "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/20D47 Twitter for iPhone/11.52", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, + "viewportHeight": 598, "viewportWidth": 390, - "weight": 0.0000376140782697562, + "weight": 0.000036932523607287314, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00003760195750874307, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2077.1357 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000036932411430296846, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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": 800, - "viewportWidth": 1199, - "weight": 0.000037443253539516185, + "screenHeight": 1434, + "screenWidth": 1297, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1305, + "viewportWidth": 1297, + "weight": 0.00003692526473939395, "deviceCategory": "desktop" }, { @@ -77341,13 +153573,13 @@ "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00003742882009479041, + "viewportHeight": 547, + "viewportWidth": 375, + "weight": 0.00003691078183415005, "deviceCategory": "mobile" }, { @@ -77355,133 +153587,160 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "platform": "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", + "screenHeight": 1152, + "screenWidth": 2048, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00003728502891938458, + "viewportHeight": 1030, + "viewportWidth": 2048, + "weight": 0.0000368988350887681, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1371, + "screenWidth": 1229, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 790, - "viewportWidth": 412, - "weight": 0.000037256624298822216, - "deviceCategory": "mobile" + "viewportHeight": 1250, + "viewportWidth": 1229, + "weight": 0.00003689690431788083, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1525, + "screenWidth": 1379, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1400, + "viewportWidth": 1379, + "weight": 0.00003688717655793272, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", - "pluginsLength": 3, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1000, - "viewportWidth": 1262, - "weight": 0.000037233145128887085, + "viewportHeight": 872, + "viewportWidth": 1536, + "weight": 0.00003688635401860988, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00003723206918223845, + "viewportHeight": 632, + "viewportWidth": 393, + "weight": 0.00003688140574998222, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 660, - "viewportWidth": 390, - "weight": 0.000037219705955252756, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1526, + "weight": 0.00003687521993085276, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.000037172825293105756, + "viewportHeight": 736, + "viewportWidth": 440, + "weight": 0.000036873348638863145, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3502.1018 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00003713121679981376, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000036870224653720497, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.000037109220716101896, + "screenHeight": 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.3769.1479 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003685704619187414, "deviceCategory": "mobile" }, { @@ -77490,120 +153749,152 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 952, + "screenWidth": 427, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 700, - "viewportWidth": 384, - "weight": 0.00003706379343464334, + "viewportHeight": 804, + "viewportWidth": 426, + "weight": 0.000036850776429952146, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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": 510, - "viewportWidth": 320, - "weight": 0.00003703593913773621, - "deviceCategory": "mobile" + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1327, + "viewportWidth": 2560, + "weight": 0.0000368379927879672, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000037005793028914084, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00003683422927560882, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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 Ddg/17.5", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 633, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1641.1830 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00003700063829130588, + "weight": 0.0000368165134214024, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.3716.1729 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 701, - "viewportWidth": 384, - "weight": 0.00003693818577382191, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003681248149494763, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.000036802670145192523, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 4.4, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 917, - "viewportWidth": 1344, - "weight": 0.00003690395184884227, + "viewportHeight": 956, + "viewportWidth": 1912, + "weight": 0.00003679697317429835, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00003678761810567353, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 945, "viewportWidth": 1920, - "weight": 0.000036843381388376656, + "weight": 0.00003678209997890579, "deviceCategory": "desktop" }, { @@ -77616,161 +153907,159 @@ "language": "en-US", "platform": "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", + "screenHeight": 900, + "screenWidth": 1600, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 874, - "viewportWidth": 1858, - "weight": 0.00003672649701535933, + "viewportHeight": 739, + "viewportWidth": 1601, + "weight": 0.000036770833774062706, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.000036686441455434905, - "deviceCategory": "mobile" + "screenHeight": 1356, + "screenWidth": 1308, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1230, + "viewportWidth": 1308, + "weight": 0.00003676700000021629, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1326, + "screenWidth": 1236, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 722, - "viewportWidth": 1440, - "weight": 0.000036580350099204556, + "viewportHeight": 1202, + "viewportWidth": 1236, + "weight": 0.00003673966690204002, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "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.14 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000036534359795531496, - "deviceCategory": "mobile" + "viewportHeight": 928, + "viewportWidth": 1366, + "weight": 0.00003673891217648341, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, - "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00003651546658331623, + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.00003673104894910048, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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/17.5 Safari/605.1.15", + "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": 602, - "viewportWidth": 1038, - "weight": 0.00003639326984837312, - "deviceCategory": "desktop" + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.000036728214832690664, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8109.1248 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1271, - "viewportWidth": 2560, - "weight": 0.000036362055242335176, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000036726598014745424, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00003633698183674751, + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.000036723056478784446, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux x86_64", + "language": "en-CA", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.00003626878882694299, - "deviceCategory": "desktop" + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 654, + "viewportWidth": 393, + "weight": 0.00003669985132246878, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "MacIntel", + "language": "zh-CN", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1443, + "screenWidth": 1320, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 923, - "viewportWidth": 1203, - "weight": 0.00003626135077867253, + "viewportHeight": 1313, + "viewportWidth": 1320, + "weight": 0.00003669140095654742, "deviceCategory": "desktop" }, { @@ -77778,55 +154067,65 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.000036227229332059206, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00003669061962950695, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.000036216494007295717, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003669060873925123, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 718, - "viewportWidth": 414, - "weight": 0.0000360967798904856, - "deviceCategory": "mobile" + "screenHeight": 816, + "screenWidth": 1450, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 683, + "viewportWidth": 1450, + "weight": 0.00003666753011357977, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00003608047379942852, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9706.1821 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000366623480600201, "deviceCategory": "mobile" }, { @@ -77834,60 +154133,100 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-IN", - "platform": "Win32", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2657.1185 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003665903900374229, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1413, + "screenWidth": 1370, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.000036078383299963874, + "viewportHeight": 1286, + "viewportWidth": 1370, + "weight": 0.00003663770454216067, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.000036074288160751846, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000366179915531527, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "es-MX", + "connection": { + "downlink": 1.3, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 700, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 904, + "screenWidth": 407, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 802, + "viewportWidth": 406, + "weight": 0.00003660885207071413, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.000036064898025282235, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.0000365990153814717, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.00003602589613522314, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000036591458571049205, "deviceCategory": "mobile" }, { @@ -77895,65 +154234,96 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2676.1389 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 593, - "viewportWidth": 1280, - "weight": 0.000035996601602246256, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000036576377560488154, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00003598277115980737, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7908.1414 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000036567310570558675, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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": 631, - "viewportWidth": 375, - "weight": 0.00003594481001296582, + "screenHeight": 1425, + "screenWidth": 1338, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1305, + "viewportWidth": 1338, + "weight": 0.00003655885156294165, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.9, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 701, + "viewportWidth": 360, + "weight": 0.000036558474314428315, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1464, + "screenWidth": 1339, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.0000358881877619359, + "viewportHeight": 1340, + "viewportWidth": 1339, + "weight": 0.00003655624247217616, "deviceCategory": "desktop" }, { @@ -77961,18 +154331,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, - "language": "en-US", + "language": "fr-FR", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 969, + "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.00003587037951089501, + "weight": 0.00003655401459041262, "deviceCategory": "desktop" }, { @@ -77982,124 +154352,168 @@ "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 677, + "viewportHeight": 781, "viewportWidth": 428, - "weight": 0.000035865547284957495, + "weight": 0.00003654459710994511, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 723, - "viewportWidth": 430, - "weight": 0.000035808611349055445, - "deviceCategory": "mobile" + "screenHeight": 1415, + "screenWidth": 1209, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1289, + "viewportWidth": 1209, + "weight": 0.00003652976938186854, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00003580633375419719, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1753.1135 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003652931108658718, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-us", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 926, - "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 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": 746, - "viewportWidth": 428, - "weight": 0.00003580491103367222, + "screenHeight": 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.1488 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003652354136627618, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.00003579601462293084, - "deviceCategory": "mobile" + "screenHeight": 1346, + "screenWidth": 1265, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1223, + "viewportWidth": 1265, + "weight": 0.000036517503541380883, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.00003572801916602592, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9204.1133 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003649513444757702, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.25, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00003565636747659787, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 980, + "screenWidth": 444, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 829, + "viewportWidth": 443, + "weight": 0.00003646317285377335, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 6.4, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, "language": "en-CA", - "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.00003563319000171697, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 384, + "weight": 0.000036459988172235585, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 250 + }, + "language": "en-US", + "platform": "Win32", "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": 670, - "viewportWidth": 390, - "weight": 0.00003558066821266388, - "deviceCategory": "mobile" + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 825, + "viewportWidth": 1536, + "weight": 0.000036455740501591695, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -78108,46 +154522,44 @@ "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "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": 669, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00003552793055103261, + "weight": 0.00003645300265930384, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "pt-BR", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 771, - "viewportWidth": 412, - "weight": 0.000035462158094689846, - "deviceCategory": "mobile" + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00003643939793197009, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "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": 663, - "viewportWidth": 390, - "weight": 0.00003544262758982647, + "viewportHeight": 740, + "viewportWidth": 428, + "weight": 0.00003643806389384759, "deviceCategory": "mobile" }, { @@ -78162,32 +154574,49 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.00003543056962876895, + "weight": 0.000036425989981876814, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.7, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", + "language": "en-US", + "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.00003642111724794172, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.8385.1872 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 720, - "viewportWidth": 412, - "weight": 0.000035412783652246866, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000036417754792244176, "deviceCategory": "mobile" }, { @@ -78195,83 +154624,75 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00003536601131726712, + "viewportHeight": 727, + "viewportWidth": 428, + "weight": 0.00003641184586400682, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-CA", + "oscpu": "Linux armv81", + "platform": "Linux armv81", "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": 642, - "viewportWidth": 393, - "weight": 0.00003535425181356498, + "screenHeight": 819, + "screenWidth": 378, + "userAgent": "Mozilla/5.0 (Android 15; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 675, + "viewportWidth": 378, + "weight": 0.00003638726908456363, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1356, + "screenWidth": 1226, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 384, - "weight": 0.00003535264994320636, - "deviceCategory": "mobile" + "viewportHeight": 1230, + "viewportWidth": 1226, + "weight": 0.00003638628070867344, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 960, - "screenWidth": 432, - "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": 814, - "viewportWidth": 432, - "weight": 0.000035329499178502434, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00003638586617699706, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, + "viewportHeight": 879, "viewportWidth": 428, - "weight": 0.00003531075049389142, + "weight": 0.000036382623463774814, "deviceCategory": "mobile" }, { @@ -78279,13 +154700,46 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.0000353003933684375, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0000363818755267408, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 720, + "viewportWidth": 1280, + "weight": 0.00003637560467594016, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 737, + "viewportWidth": 430, + "weight": 0.00003636939638283695, "deviceCategory": "mobile" }, { @@ -78295,39 +154749,44 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, + "viewportHeight": 645, "viewportWidth": 390, - "weight": 0.00003529097215405391, + "weight": 0.00003636603059699123, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 2, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9564.1872 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 734, - "viewportWidth": 412, - "weight": 0.00003522253822281656, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003636485335921351, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 393, - "weight": 0.00003519849262327174, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00003636357772736972, "deviceCategory": "mobile" }, { @@ -78342,109 +154801,133 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.00003510234210538661, + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00003635948767562529, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.000035060549347998636, + "weight": 0.0000363541231200218, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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.00003505373955825676, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "de-DE", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 965, + "screenWidth": 434, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 815, + "viewportWidth": 433, + "weight": 0.00003634509040559166, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPad", - "pluginsLength": 0, - "screenHeight": 1080, - "screenWidth": 810, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 695, - "viewportWidth": 1080, - "weight": 0.000034998204680100864, - "deviceCategory": "tablet" + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00003634462453637446, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "es-US", - "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.000034947944252179196, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00003634048921758495, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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 Snapchat/12.89.0.41 (like Safari/8618.2.12.10.9, panda)", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 761, - "viewportWidth": 428, - "weight": 0.00003491113325650164, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1410.1076 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003633863479521336, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.000034823816386770864, + "weight": 0.000036336299055259485, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 666, - "viewportWidth": 393, - "weight": 0.000034716193920525035, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6624.1421 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003632154332439599, "deviceCategory": "mobile" }, { @@ -78452,13 +154935,13 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, - "viewportWidth": 393, - "weight": 0.00003469843836736313, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00003632037485120907, "deviceCategory": "mobile" }, { @@ -78466,41 +154949,41 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00003464695541969908, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000036296822649950954, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 693, - "screenWidth": 320, - "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", + "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": 518, - "viewportWidth": 320, - "weight": 0.00003463845041448805, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00003629478170944776, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 738, - "viewportWidth": 430, - "weight": 0.00003461961343685042, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.000036294712142565704, "deviceCategory": "mobile" }, { @@ -78508,48 +154991,51 @@ "language": "en-US", "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", + "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": 663, - "viewportWidth": 390, - "weight": 0.00003459308546266593, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00003627688433037033, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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": 702, - "viewportWidth": 384, - "weight": 0.00003458956594988794, - "deviceCategory": "mobile" + "viewportHeight": 791, + "viewportWidth": 767, + "weight": 0.000036273943710630234, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00003458378948833716, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7190.1282 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000036271530152920627, "deviceCategory": "mobile" }, { @@ -78557,139 +155043,207 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00003450252328671081, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003623329284487586, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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/124.0.0.0 Safari/537.36", + "pluginsLength": 0, + "screenHeight": 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.9704.1080 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.000034481655999580216, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000036220078103781725, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "fr-CA", + "platform": "MacIntel", "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", + "screenHeight": 1080, + "screenWidth": 810, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00003439582549385987, - "deviceCategory": "mobile" + "viewportHeight": 682, + "viewportWidth": 1080, + "weight": 0.000036211935058138905, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00003439307115325361, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000036209225602916216, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 893, + "viewportWidth": 1869, + "weight": 0.00003620852830152053, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00003429915685261331, + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 842, + "viewportWidth": 1800, + "weight": 0.00003620114553834217, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 2, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 412, - "weight": 0.00003427904147406939, + "viewportHeight": 797, + "viewportWidth": 1470, + "weight": 0.00003619746698512683, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003619674096154976, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.4, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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.6088.1149 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 737, - "viewportWidth": 412, - "weight": 0.000034257898205244354, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000036190146652054864, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7017.1902 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00003616575639176451, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1028, + "viewportWidth": 820, + "weight": 0.00003616460089013625, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 643, - "viewportWidth": 393, - "weight": 0.00003425002858268458, + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00003616400446396889, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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/17.5 Safari/605.1.15", + "screenHeight": 1112, + "screenWidth": 1710, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 727, - "viewportWidth": 1194, - "weight": 0.000034243715977868116, + "viewportHeight": 983, + "viewportWidth": 1710, + "weight": 0.00003615029427011238, "deviceCategory": "desktop" }, { @@ -78697,13 +155251,13 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00003422781712928974, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003614718054798103, "deviceCategory": "mobile" }, { @@ -78713,11 +155267,11 @@ "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, + "viewportHeight": 698, "viewportWidth": 390, - "weight": 0.00003412571306030257, + "weight": 0.00003613881933011817, "deviceCategory": "mobile" }, { @@ -78727,11 +155281,25 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.000034105508715443136, + "weight": 0.00003613593614321233, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-GB", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.00003613255367113859, "deviceCategory": "mobile" }, { @@ -78739,39 +155307,67 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1352, + "screenWidth": 1367, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00003409238794510629, + "viewportHeight": 1224, + "viewportWidth": 1367, + "weight": 0.000036126838898259, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.05, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9543.1671 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000036120013375158565, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, + "pluginsLength": 7, + "screenHeight": 1440, "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 927, - "viewportWidth": 1280, - "weight": 0.000034091102028827786, + "viewportHeight": 1319, + "viewportWidth": 2560, + "weight": 0.000036117746138217556, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000036117116283827206, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { @@ -78784,11 +155380,11 @@ "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 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 924, - "viewportWidth": 1912, - "weight": 0.00003406387147487534, + "viewportHeight": 284, + "viewportWidth": 520, + "weight": 0.00003611557280421998, "deviceCategory": "desktop" }, { @@ -78796,18 +155392,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1519, + "screenWidth": 1205, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 991, - "viewportWidth": 2048, - "weight": 0.00003405818937034814, + "viewportHeight": 1396, + "viewportWidth": 1205, + "weight": 0.000036098641435364803, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.000036090509940165596, "deviceCategory": "desktop" }, { @@ -78819,177 +155429,258 @@ "rtt": 50, "type": "wifi" }, - "language": "en-GB", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 753, - "screenWidth": 339, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 776, + "screenWidth": 346, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 618, - "viewportWidth": 339, - "weight": 0.00003401567692813063, + "viewportHeight": 616, + "viewportWidth": 345, + "weight": 0.000036075188239617744, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.0000360727952938027, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00003607175829294266, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.2, + "downlink": 9.8, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 600, - "screenWidth": 800, - "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", + "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.2823.1926 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 768, - "viewportWidth": 1366, - "weight": 0.00003394526972683821, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003606634212214081, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPad", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-TW", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 810, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 810, - "viewportWidth": 1080, - "weight": 0.000033926226392876214, - "deviceCategory": "tablet" + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1271, + "viewportWidth": 2560, + "weight": 0.00003606344430759808, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 645, - "viewportWidth": 390, - "weight": 0.000033835809005825205, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.000036055647284836265, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 664, - "viewportWidth": 390, - "weight": 0.00003373836641542677, + "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.3404.1889 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003604582601950902, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 718, - "viewportWidth": 414, - "weight": 0.00003373282037499501, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2613.1354 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000036045504532587094, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) Version/17.5 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00003370015068240852, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7951.1821 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003604223560940551, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 300 + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3125.1740 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 641, - "viewportWidth": 1366, - "weight": 0.000033692401936500307, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000036042014807179454, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.55, - "effectiveType": "3g", - "rtt": 300 + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1351, + "screenWidth": 1203, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 633, - "viewportWidth": 1366, - "weight": 0.00003368390679149491, + "viewportHeight": 1228, + "viewportWidth": 1203, + "weight": 0.000036028496069677206, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 655, + "viewportWidth": 393, + "weight": 0.000036003035953773684, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8109.1745 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003600048326911155, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 634, - "viewportWidth": 375, - "weight": 0.00003367664268396026, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00003599753252817306, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.4, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9360.1225 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00003367304910359665, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000035990077924516936, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -78999,86 +155690,72 @@ "rtt": 0 }, "language": "en-US", - "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/102.0.5005.63 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8486.1177 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.000033553602026319315, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000359880756918878, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8098.1927 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 849, - "viewportWidth": 1920, - "weight": 0.00003355144344921217, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003598713853214494, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9, "effectiveType": "4g", - "rtt": 50 + "rtt": 250 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/124.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1600, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 773, - "viewportWidth": 1512, - "weight": 0.000033548759152487514, + "viewportHeight": 776, + "viewportWidth": 1592, + "weight": 0.000035969817915572985, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00003352177378235657, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1440, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1353, + "screenWidth": 1225, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 821, - "viewportWidth": 1600, - "weight": 0.000033487229185890724, + "viewportHeight": 1223, + "viewportWidth": 1225, + "weight": 0.000035961656126778767, "deviceCategory": "desktop" }, { @@ -79088,58 +155765,39 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.000033476559188072646, + "weight": 0.00003595613133338286, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 834, - "viewportWidth": 1504, - "weight": 0.000033450264849828084, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00003340454811788234, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000035954637578002704, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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 OPX/2.5.0", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1 Ddg/26.2", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 393, - "weight": 0.000033352252732237944, + "viewportHeight": 619, + "viewportWidth": 375, + "weight": 0.00003594762489575603, "deviceCategory": "mobile" }, { @@ -79147,13 +155805,13 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00003333663735281842, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000359337520592483, "deviceCategory": "mobile" }, { @@ -79163,39 +155821,18 @@ "effectiveType": "4g", "rtt": 100 }, - "language": "en-GB", - "platform": "Win32", + "language": "en-US", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1003, - "screenWidth": 1504, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 868, - "viewportWidth": 1504, - "weight": 0.00003328250026749861, + "viewportHeight": 677, + "viewportWidth": 1440, + "weight": 0.00003592690131979025, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.35, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "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": 750, - "viewportWidth": 412, - "weight": 0.00003321274866503368, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { @@ -79208,312 +155845,275 @@ "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 697, + "viewportHeight": 756, "viewportWidth": 1440, - "weight": 0.0000332037393615222, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 670, - "viewportWidth": 390, - "weight": 0.00003319668406829554, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 750, - "viewportWidth": 1536, - "weight": 0.0000331049744963323, + "weight": 0.00003592521300662334, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.6459.1988 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 790, - "viewportWidth": 412, - "weight": 0.000033062116590010246, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003591552617049683, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000033043010561845786, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9449.1977 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000035908969446640636, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1188, - "screenWidth": 2112, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1008, - "viewportWidth": 2112, - "weight": 0.00003300593439967466, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1419, + "screenWidth": 1208, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1040, - "viewportWidth": 1613, - "weight": 0.000032983446068939746, + "viewportHeight": 1292, + "viewportWidth": 1208, + "weight": 0.00003590784932210148, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.00003298186294143754, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00003589677544407611, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 0, "type": "wifi" }, - "language": "en-US", + "language": "en-AU", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 816, - "screenWidth": 377, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 377, - "weight": 0.000032942238103131095, + "viewportHeight": 652, + "viewportWidth": 384, + "weight": 0.0000358893270491159, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": 3.6, "effectiveType": "4g", - "rtt": 0 + "rtt": 150, + "type": "cellular" }, - "language": "zh-CN", - "platform": "Linux x86_64", - "pluginsLength": 3, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36", + "language": "hr", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 792, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1080, - "viewportWidth": 1920, - "weight": 0.00003294127355052376, - "deviceCategory": "desktop" + "viewportHeight": 661, + "viewportWidth": 360, + "weight": 0.00003588154566449847, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPad", + "language": "en-CA", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1366, - "screenWidth": 1024, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 905, - "viewportWidth": 1366, - "weight": 0.00003292244422947209, - "deviceCategory": "tablet" + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003587882704302918, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 3.15, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 150 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 1079, - "screenWidth": 486, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 916, - "viewportWidth": 486, - "weight": 0.00003291305186809467, - "deviceCategory": "mobile" + "viewportHeight": 564, + "viewportWidth": 1272, + "weight": 0.00003587327742746104, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "language": "en-CA", + "platform": "iPad", "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.4 Safari/605.1.15", + "screenHeight": 1194, + "screenWidth": 834, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.41 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 698, - "viewportWidth": 1303, - "weight": 0.00003290051575640629, - "deviceCategory": "desktop" + "viewportHeight": 702, + "viewportWidth": 1194, + "weight": 0.00003586458806308798, + "deviceCategory": "tablet" }, { "appName": "Netscape", "language": "en-CA", "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", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 796, - "viewportWidth": 414, - "weight": 0.000032899035908601353, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000035859451729096895, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, - "viewportWidth": 375, - "weight": 0.000032898277841520525, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.000035852526560769415, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-CA", + "platform": "MacIntel", "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", + "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.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00003284412664112664, - "deviceCategory": "mobile" + "viewportHeight": 988, + "viewportWidth": 1370, + "weight": 0.00003584767670726213, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 640, - "viewportWidth": 375, - "weight": 0.000032823925700123307, + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.0000358438507631449, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "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", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 792, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1646, - "weight": 0.00003281029629514047, - "deviceCategory": "desktop" + "viewportHeight": 680, + "viewportWidth": 360, + "weight": 0.000035837581044800486, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.4, + "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "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/102.0.5005.63 Safari/537.36", + "language": "en-NZ", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 919, + "screenWidth": 376, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.000032805993873337045, - "deviceCategory": "desktop" + "viewportHeight": 800, + "viewportWidth": 375, + "weight": 0.000035835854408626435, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.9, + "downlink": 10, "effectiveType": "4g", "rtt": 50 }, @@ -79522,176 +156122,218 @@ "pluginsLength": 5, "screenHeight": 1080, "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 931, - "viewportWidth": 1920, - "weight": 0.000032776075760110546, + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00003582881698870427, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1186.1417 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 633, - "viewportWidth": 1366, - "weight": 0.00003276086542298724, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000358255001814732, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00003272231934735773, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3472.1978 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000035819146949166455, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 1.55, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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/125.0.0.0 Safari/537.36", + "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": 746, - "viewportWidth": 1200, - "weight": 0.000032685605178953035, - "deviceCategory": "desktop" + "viewportHeight": 844, + "viewportWidth": 390, + "weight": 0.00003581887789432218, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1600, - "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": 691, - "viewportWidth": 1600, - "weight": 0.000032672779604101166, + "screenHeight": 1501, + "screenWidth": 1261, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1372, + "viewportWidth": 1261, + "weight": 0.00003581524987140187, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.000032523588391230026, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000035798671510291456, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "nl-BE", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 752, + "viewportWidth": 411, + "weight": 0.000035783409902914026, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 641, + "viewportHeight": 634, "viewportWidth": 375, - "weight": 0.00003246795551573562, + "weight": 0.00003577952645607232, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 7.5, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "wifi" }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 917, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.000032451598965605235, + "viewportHeight": 772, + "viewportWidth": 411, + "weight": 0.000035778330558351106, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/60.5 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00003577371061995247, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "de-DE", - "platform": "iPhone", + "language": "en-CA", + "platform": "MacIntel", "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", + "screenHeight": 1107, + "screenWidth": 1710, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.000032417971482446474, - "deviceCategory": "mobile" + "viewportHeight": 989, + "viewportWidth": 1710, + "weight": 0.00003577329992975073, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00003238365140754229, + "viewportHeight": 645, + "viewportWidth": 390, + "weight": 0.00003576323647670495, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.55, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1411, + "screenWidth": 1308, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 631, - "viewportWidth": 1280, - "weight": 0.00003237892304658093, + "viewportHeight": 1290, + "viewportWidth": 1308, + "weight": 0.000035754285903567, "deviceCategory": "desktop" }, { @@ -79699,83 +156341,72 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000032350856605493034, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.0000357532911735009, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.4862.1931 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 701, - "viewportWidth": 384, - "weight": 0.00003233068800889977, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000035738550653600275, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-us", - "platform": "MacIntel", - "pluginsLength": 1, - "screenHeight": 768, - "screenWidth": 1366, - "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": 615, - "viewportWidth": 1366, - "weight": 0.000032311473982423286, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { - "downlink": 6.7, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "he-IL", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 960, - "screenWidth": 432, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 792, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 808, - "viewportWidth": 432, - "weight": 0.00003226130389018091, + "viewportHeight": 652, + "viewportWidth": 360, + "weight": 0.00003573763638626483, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.000032158745122544374, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7217.1763 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000035732941750365946, "deviceCategory": "mobile" }, { @@ -79783,13 +156414,13 @@ "language": "en-US", "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", + "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/395.0.830179879 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.000032035592509461824, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.0000357308857832279, "deviceCategory": "mobile" }, { @@ -79802,159 +156433,171 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 947, - "viewportWidth": 1708, - "weight": 0.00003199803765432737, + "viewportHeight": 717, + "viewportWidth": 1387, + "weight": 0.00003572189757888296, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en", + "platform": "MacIntel", "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": 738, - "viewportWidth": 428, - "weight": 0.000031988671518492206, - "deviceCategory": "mobile" + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1171, + "viewportWidth": 2560, + "weight": 0.00003569618745503101, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.00003188521788548659, - "deviceCategory": "mobile" + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1442, + "screenWidth": 1274, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1314, + "viewportWidth": 1274, + "weight": 0.00003568792330664132, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-ca", - "platform": "iPhone", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "pt-PT", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 896, - "screenWidth": 414, - "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": 715, - "viewportWidth": 414, - "weight": 0.00003188372867101643, + "screenHeight": 792, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 696, + "viewportWidth": 360, + "weight": 0.00003567250430161178, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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 Edg/125.0.0.0", + "screenHeight": 1362, + "screenWidth": 1306, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 1872, - "weight": 0.00003188260221209941, + "viewportHeight": 1236, + "viewportWidth": 1306, + "weight": 0.00003566793374985652, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.1, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1060.1212 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00003187100570249782, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003565078018927594, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "language": "de-AT", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 842, - "viewportWidth": 1504, - "weight": 0.00003186321739675646, - "deviceCategory": "desktop" + "viewportHeight": 716, + "viewportWidth": 360, + "weight": 0.000035648141350289764, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5460.1901 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.000031826218475658154, + "weight": 0.000035643950598264523, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 2.85, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, "language": "en-US", - "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.00003182621322438185, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00003181931034823557, + "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": 692, + "viewportWidth": 384, + "weight": 0.000035642858082988916, "deviceCategory": "mobile" }, { @@ -79969,25 +156612,30 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.000031817591975571166, + "viewportHeight": 910, + "viewportWidth": 1652, + "weight": 0.000035637069846558256, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 6.6, + "effectiveType": "4g", + "rtt": 150 + }, "language": "en-US", "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00003173974617208073, + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 685, + "viewportWidth": 1424, + "weight": 0.000035636381266678326, "deviceCategory": "desktop" }, { @@ -79995,32 +156643,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 738, - "viewportWidth": 1534, - "weight": 0.00003161304815704442, + "viewportHeight": 956, + "viewportWidth": 1912, + "weight": 0.00003563609860841873, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00003157538196101959, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7981.1193 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000035629795542122156, "deviceCategory": "mobile" }, { @@ -80028,13 +156681,53 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00003156504346773793, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00003562737851343193, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.85, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 853, + "screenWidth": 394, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 709, + "viewportWidth": 394, + "weight": 0.00003561965017051312, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2771.1029 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003561355679986013, "deviceCategory": "mobile" }, { @@ -80042,13 +156735,13 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00003156471438223608, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00003561262754439129, "deviceCategory": "mobile" }, { @@ -80056,13 +156749,13 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 738, - "viewportWidth": 430, - "weight": 0.000031487179476654376, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00003560947566781255, "deviceCategory": "mobile" }, { @@ -80072,141 +156765,119 @@ "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", + "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": 732, + "viewportHeight": 739, "viewportWidth": 430, - "weight": 0.00003146667931477608, + "weight": 0.00003560720332529482, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-GB", + "language": "en-NZ", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 669, "viewportWidth": 390, - "weight": 0.000031444915977436985, + "weight": 0.00003559330807753668, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "Win32", + "language": "en-CA", + "platform": "iPhone", "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.000031414563258685944, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 400, - "type": "cellular" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 712, - "screenWidth": 320, - "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": 594, - "viewportWidth": 320, - "weight": 0.000031379187299994544, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 737, + "viewportWidth": 430, + "weight": 0.00003558732067459095, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 960, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 807, - "viewportWidth": 1536, - "weight": 0.0000313522099527228, - "deviceCategory": "desktop" + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00003558538013511212, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 633, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9131.1881 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.000031265881744393076, + "weight": 0.00003557756375328305, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "zh-TW", - "platform": "Win32", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "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.2025.1234 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.00003122976976541618, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003556291005347898, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 873, - "viewportWidth": 430, - "weight": 0.000031222519848666996, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.000035561285478430474, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 739, "viewportWidth": 430, - "weight": 0.0000312201210626193, + "weight": 0.00003555654516744332, "deviceCategory": "mobile" }, { @@ -80221,54 +156892,38 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 722, - "screenWidth": 451, - "userAgent": "Mozilla/5.0 (Linux; Android 11; KFRAWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/124.3.2 like Chrome/124.0.6367.221 Safari/537.36", + "screenHeight": 883, + "screenWidth": 345, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 536, - "viewportWidth": 451, - "weight": 0.00003121539784980772, - "deviceCategory": "tablet" + "viewportHeight": 745, + "viewportWidth": 344, + "weight": 0.00003554471748646046, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Mobile Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2225.1993 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 672, - "viewportWidth": 360, - "weight": 0.00003119866220293639, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00003119352352518629, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000355385084963426, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 2.1, + "downlink": 10, "downlinkMax": 100, "effectiveType": "4g", "rtt": 100, @@ -80277,46 +156932,13 @@ "language": "en-US", "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": 648, - "viewportWidth": 360, - "weight": 0.000031193142438192, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.00003117430552198483, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", "viewportHeight": 698, - "viewportWidth": 414, - "weight": 0.00003116494981672474, + "viewportWidth": 384, + "weight": 0.000035534305678227856, "deviceCategory": "mobile" }, { @@ -80324,13 +156946,13 @@ "language": "en-US", "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 Ddg/17.5", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 Twitter for iPhone/11.62", "vendor": "Apple Computer, Inc.", - "viewportHeight": 744, - "viewportWidth": 428, - "weight": 0.00003114881850408565, + "viewportHeight": 668, + "viewportWidth": 430, + "weight": 0.00003553391654384474, "deviceCategory": "mobile" }, { @@ -80338,13 +156960,13 @@ "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.00003112613258841966, + "viewportHeight": 549, + "viewportWidth": 375, + "weight": 0.00003553303309866366, "deviceCategory": "mobile" }, { @@ -80352,94 +156974,119 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 0, - "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", + "screenHeight": 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.6438.1973 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00003112432768346409, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003552654073143935, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00003111399093175699, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000035516293744500664, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 812, "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": 647, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6633.1524 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00003109703859840318, + "weight": 0.00003551146550569844, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Intel Mac OS X 10.13", - "platform": "MacIntel", - "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1440, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 710, - "viewportWidth": 1440, - "weight": 0.00003107566284580712, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8582.1923 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.000031035603526492234, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000035508169249977714, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "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": 738, - "viewportWidth": 430, - "weight": 0.00003100482767136402, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00003548950184093857, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000035485491097703414, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.5, + "downlinkMax": null, + "effectiveType": "3g", + "rtt": 400, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00003547927621227383, "deviceCategory": "mobile" }, { @@ -80454,58 +157101,80 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00003089161767070958, + "viewportHeight": 899, + "viewportWidth": 1864, + "weight": 0.00003545983969284565, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 5.7, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00003078877450435131, - "deviceCategory": "mobile" + "screenHeight": 852, + "screenWidth": 1517, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 684, + "viewportWidth": 1517, + "weight": 0.000035415674657482596, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1351, + "screenWidth": 1377, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.000030771228032421756, + "viewportHeight": 1224, + "viewportWidth": 1377, + "weight": 0.000035415324881789384, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-AU", + "oscpu": "Linux armv81", + "platform": "Linux armv81", + "pluginsLength": 5, + "screenHeight": 1010, + "screenWidth": 454, + "userAgent": "Mozilla/5.0 (Android 16; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 878, + "viewportWidth": 454, + "weight": 0.00003540189496527168, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 710, - "viewportWidth": 414, - "weight": 0.0000307630508939118, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003539951947641086, "deviceCategory": "mobile" }, { @@ -80513,48 +157182,51 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, - "viewportWidth": 375, - "weight": 0.00003074865617937942, + "viewportHeight": 792, + "viewportWidth": 440, + "weight": 0.00003539920401984276, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 772, - "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", + "language": "sl-SI", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 699, - "viewportWidth": 360, - "weight": 0.000030736307107825686, - "deviceCategory": "mobile" + "viewportHeight": 898, + "viewportWidth": 1707, + "weight": 0.00003539907025605061, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 693, - "screenWidth": 320, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 509, - "viewportWidth": 320, - "weight": 0.000030712210556700825, + "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.2377.1329 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003539592830486488, "deviceCategory": "mobile" }, { @@ -80562,13 +157234,13 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.00003062842199932462, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.000035389812242401826, "deviceCategory": "mobile" }, { @@ -80578,11 +157250,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 691, "viewportWidth": 393, - "weight": 0.00003054305273340026, + "weight": 0.00003538352118241734, "deviceCategory": "mobile" }, { @@ -80590,46 +157262,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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 Edg/125.0.0.0", + "screenHeight": 1117, + "screenWidth": 1728, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 1872, - "weight": 0.000030529009603856276, + "viewportHeight": 815, + "viewportWidth": 1387, + "weight": 0.000035371220326362024, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 896, - "screenWidth": 414, - "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": 713, - "viewportWidth": 414, - "weight": 0.00003049107639354244, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, - "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 740, - "viewportWidth": 428, - "weight": 0.00003048866085557633, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00003536869611979943, "deviceCategory": "mobile" }, { @@ -80641,16 +157299,56 @@ "rtt": 50, "type": "wifi" }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.00003535920947833279, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00003535265406053864, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 746, - "viewportWidth": 412, - "weight": 0.000030432623260261153, + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.0000353329096572152, "deviceCategory": "mobile" }, { @@ -80665,11 +157363,11 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 918, - "viewportWidth": 1268, - "weight": 0.000030416902563696183, + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.000035329287215273266, "deviceCategory": "desktop" }, { @@ -80677,52 +157375,66 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0000304106200138886, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000353074745905246, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/114.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8403.1142 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1036, - "viewportWidth": 2167, - "weight": 0.000030401857771684125, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003529432556168402, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000035292876668006086, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5228.1967 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 852, - "viewportWidth": 1728, - "weight": 0.000030387455408579793, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003528368127148816, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -80734,62 +157446,62 @@ "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1029, + "screenWidth": 1830, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.000030380520363646162, + "viewportHeight": 896, + "viewportWidth": 1830, + "weight": 0.000035280418979642946, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 0.15, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 1050, + "type": "cellular" + }, "language": "en-US", - "oscpu": "Intel Mac OS X 10.15", - "platform": "MacIntel", - "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1440, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 815, - "viewportWidth": 1440, - "weight": 0.00003029078283319392, - "deviceCategory": "desktop" + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 345, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 745, + "viewportWidth": 344, + "weight": 0.000035271266796534824, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "zh-CN", - "platform": "Win32", - "pluginsLength": 20, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 921, - "viewportWidth": 1920, - "weight": 0.000030217411225359922, - "deviceCategory": "desktop" + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00003526766947803134, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Intel Mac OS X 10.15", "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1150, - "screenWidth": 2240, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1150, - "viewportWidth": 2240, - "weight": 0.00003018681042852033, + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 692, + "viewportWidth": 1180, + "weight": 0.00003526567587172445, "deviceCategory": "desktop" }, { @@ -80799,67 +157511,82 @@ "pluginsLength": 5, "screenHeight": 852, "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, + "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.00003016031920488696, + "weight": 0.00003525380069311862, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 833, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1472, + "screenWidth": 1329, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 702, - "viewportWidth": 384, - "weight": 0.00003015610678182492, - "deviceCategory": "mobile" + "viewportHeight": 1343, + "viewportWidth": 1329, + "weight": 0.00003524989143933709, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000030128705241682046, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6805.1702 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000035249236021901304, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.55, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 1100, - "type": "cellular" + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "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", + "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/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 667, - "viewportWidth": 360, - "weight": 0.00003012384410454003, + "viewportHeight": 1313, + "viewportWidth": 2560, + "weight": 0.000035243131461497275, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-IN", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 874, + "viewportWidth": 428, + "weight": 0.00003524261375664768, "deviceCategory": "mobile" }, { @@ -80867,74 +157594,86 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.000030081292670040698, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00003523505757686356, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.7024.1427 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 784, - "viewportWidth": 412, - "weight": 0.000030079378144110857, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000352220253460208, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "en-US", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 820, + "viewportWidth": 1440, + "weight": 0.0000351833564517584, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.0000300708098555997, + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00003517394956734114, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 50, "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 906, + "screenWidth": 369, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 760, - "viewportWidth": 412, - "weight": 0.00003005438190798395, + "viewportHeight": 765, + "viewportWidth": 368, + "weight": 0.00003516706884587214, "deviceCategory": "mobile" }, { @@ -80942,18 +157681,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1019, - "screenWidth": 1812, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 908, - "viewportWidth": 1764, - "weight": 0.000030046810989777436, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00003516250084984171, "deviceCategory": "desktop" }, { @@ -80961,53 +157700,32 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/124.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 858, - "viewportWidth": 1512, - "weight": 0.000030035641917386843, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 850, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 780, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36", + "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.9789.1067 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 708, - "viewportWidth": 360, - "weight": 0.000029974268646163323, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003515803126083783, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.000029960685528904027, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00003514044131047595, "deviceCategory": "mobile" }, { @@ -81022,260 +157740,182 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 945, "viewportWidth": 1920, - "weight": 0.000029941932458093432, + "weight": 0.00003512613791959865, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "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", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 857, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00002991758002098212, - "deviceCategory": "desktop" + "viewportHeight": 727, + "viewportWidth": 384, + "weight": 0.00003512563862345961, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 873, - "viewportWidth": 430, - "weight": 0.000029887280980936564, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5821.1471 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000035105812296260864, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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": 797, - "viewportWidth": 1440, - "weight": 0.00002986272461545589, + "screenHeight": 1381, + "screenWidth": 1238, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1258, + "viewportWidth": 1238, + "weight": 0.00003510564917301625, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 1.5, "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, + "effectiveType": "3g", + "rtt": 450, "type": "wifi" }, - "language": "en-CA", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 795, - "screenWidth": 362, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 694, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 655, - "viewportWidth": 362, - "weight": 0.00002980305057996176, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.000029763841222691064, + "viewportHeight": 565, + "viewportWidth": 320, + "weight": 0.000035099667952136036, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 8.85, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "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.4.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 790, - "viewportWidth": 1511, - "weight": 0.000029717702348361606, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "MacIntel", + "platform": "Win32", "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 1293, - "viewportWidth": 1630, - "weight": 0.000029692369104669917, + "screenWidth": 3440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1330, + "viewportWidth": 3432, + "weight": 0.00003507951481136755, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.00002967788435954043, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "platform": "Win32", - "pluginsLength": 3, + "pluginsLength": 5, "screenHeight": 960, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36", + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.00002964453075628192, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.3.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 707, - "viewportWidth": 1080, - "weight": 0.00002954136388295864, + "viewportHeight": 826, + "viewportWidth": 1536, + "weight": 0.0000350675248742854, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4407.1923 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 604, - "viewportWidth": 360, - "weight": 0.000029515281447172474, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000035056998101017835, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00002950489735526262, + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00003504762202718879, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "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": 783, - "viewportWidth": 412, - "weight": 0.00002945232563825032, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "zh-CN", + "platform": "Win32", "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": 737, - "viewportWidth": 430, - "weight": 0.00002935892400036073, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.4, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "language": "en-CA", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 780, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 1445, + "screenWidth": 1326, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 609, - "viewportWidth": 360, - "weight": 0.000029305499635154337, - "deviceCategory": "mobile" + "viewportHeight": 1318, + "viewportWidth": 1326, + "weight": 0.00003503940956913437, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -81285,169 +157925,176 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1062, - "viewportWidth": 1821, - "weight": 0.000029288944955419893, + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.00003502297303327689, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "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", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1312, + "screenWidth": 1252, + "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": 390, - "weight": 0.000029246353439939616, - "deviceCategory": "mobile" + "viewportHeight": 1312, + "viewportWidth": 1252, + "weight": 0.00003502097502714523, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 852, - "screenWidth": 393, - "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": 666, - "viewportWidth": 393, - "weight": 0.000029189516348855472, + "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.5438.1053 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003501923164369085, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 743, - "viewportWidth": 428, - "weight": 0.00002915859341266507, - "deviceCategory": "mobile" + "screenHeight": 1518, + "screenWidth": 1290, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1391, + "viewportWidth": 1290, + "weight": 0.00003500224179927979, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 1.4, + "effectiveType": "3g", + "rtt": 650 + }, + "language": "en-GB", + "platform": "Win32", "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.000029050788681251642, - "deviceCategory": "mobile" + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 635, + "viewportWidth": 1312, + "weight": 0.000035001345416756395, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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": 702, - "viewportWidth": 1354, - "weight": 0.000028992763456158488, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00003499279251063705, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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": 634, - "viewportWidth": 375, - "weight": 0.000028975554132545154, - "deviceCategory": "mobile" + "screenHeight": 1487, + "screenWidth": 1215, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1359, + "viewportWidth": 1215, + "weight": 0.00003499167545416885, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.35, - "downlinkMax": 100, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 250, - "type": "cellular" + "rtt": 0 }, - "language": "en-GB", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1403, + "screenWidth": 1348, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 776, - "viewportWidth": 412, - "weight": 0.000028936923819989933, - "deviceCategory": "mobile" + "viewportHeight": 1281, + "viewportWidth": 1348, + "weight": 0.00003498696364138902, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 1.25, + "effectiveType": "3g", + "rtt": 350 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 656, - "viewportWidth": 393, - "weight": 0.00002889016354070963, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", - "pluginsLength": 0, - "screenHeight": 1366, - "screenWidth": 1024, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.7 DuckDuckGo/7 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 912, - "viewportWidth": 1366, - "weight": 0.00002880482217981664, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00003498574038554938, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "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": 702, - "viewportWidth": 384, - "weight": 0.000028731125005321032, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1 Ddg/18.7", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 650, + "viewportWidth": 393, + "weight": 0.000034983199464579606, "deviceCategory": "mobile" }, { @@ -81462,45 +158109,47 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000028672273027013527, + "viewportHeight": 872, + "viewportWidth": 1745, + "weight": 0.000034961379498282753, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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/125.0.0.0 Safari/537.36", + "screenHeight": 852, + "screenWidth": 1517, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 765, - "viewportWidth": 1512, - "weight": 0.000028653143045269624, + "viewportHeight": 684, + "viewportWidth": 1517, + "weight": 0.00003495860296834268, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/60.5 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 393, - "weight": 0.000028643437521138493, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000034950321262886786, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -81508,19 +158157,19 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 861, - "screenWidth": 388, - "userAgent": "Mozilla/5.0 (Linux; Android 13; motorola edge (2022)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.179 Mobile Safari/537.36 OPR/82.5.4342.79868", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 664, - "viewportWidth": 388, - "weight": 0.000028477887359956136, + "viewportHeight": 650, + "viewportWidth": 360, + "weight": 0.00003493794971191393, "deviceCategory": "mobile" }, { @@ -81528,98 +158177,127 @@ "language": "en-US", "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", + "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": 780, - "viewportWidth": 459, - "weight": 0.00002846744973453078, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00003492183586793878, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.4, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.000028396836251166222, + "weight": 0.00003490044816803539, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.000028370659651810668, - "deviceCategory": "mobile" + "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": 509, + "viewportWidth": 780, + "weight": 0.000034899987257647784, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9, + "downlink": 9.1, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "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/103.0.5060.134 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3919.1742 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.000028356906684271585, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000348976832218754, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.00002835006938606018, + "weight": 0.000034894497921570154, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.000028346563117443286, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1098, + "viewportWidth": 1224, + "weight": 0.000034882858081062296, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4141.1411 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003486438272538237, "deviceCategory": "mobile" }, { @@ -81634,11 +158312,11 @@ "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 679, + "viewportHeight": 778, "viewportWidth": 1440, - "weight": 0.000028334974490271822, + "weight": 0.00003484377345983668, "deviceCategory": "desktop" }, { @@ -81646,13 +158324,27 @@ "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.000028323367731617976, + "viewportHeight": 547, + "viewportWidth": 375, + "weight": 0.00003483449210011619, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00003482517280402844, "deviceCategory": "mobile" }, { @@ -81660,18 +158352,77 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2219.1543 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003481615463192951, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4068.1839 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003480491628439832, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.35, + "downlinkMax": 100, + "effectiveType": "3g", + "rtt": 450, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 917, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 772, + "viewportWidth": 411, + "weight": 0.00003480299006009939, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 }, "language": "en-US", "platform": "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", + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1021, - "viewportWidth": 2133, - "weight": 0.0000283114236164492, + "viewportHeight": 1174, + "viewportWidth": 1734, + "weight": 0.00003479957787339191, "deviceCategory": "desktop" }, { @@ -81682,15 +158433,15 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 1117, + "screenWidth": 1728, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.000028182579381519814, + "viewportHeight": 923, + "viewportWidth": 1643, + "weight": 0.00003479779646438212, "deviceCategory": "desktop" }, { @@ -81700,16 +158451,16 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en", - "platform": "Win32", + "language": "en-GB", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 960, - "screenWidth": 1440, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 799, - "viewportWidth": 1440, - "weight": 0.000028167082659023892, + "viewportHeight": 1288, + "viewportWidth": 2560, + "weight": 0.00003477687574503099, "deviceCategory": "desktop" }, { @@ -81717,13 +158468,46 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 729, - "viewportWidth": 430, - "weight": 0.000028159144925991458, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000034774838908246746, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "Win32", + "pluginsLength": 7, + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 710, + "viewportWidth": 1536, + "weight": 0.00003476838323283027, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6729.1831 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000034759381726679336, "deviceCategory": "mobile" }, { @@ -81731,51 +158515,46 @@ "language": "en-US", "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", + "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/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.000028152345542492623, + "viewportHeight": 641, + "viewportWidth": 390, + "weight": 0.000034757240639468394, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "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": 919, - "viewportWidth": 1920, - "weight": 0.000028071387107054507, - "deviceCategory": "desktop" + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00003475127620016155, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1355, + "screenWidth": 1326, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 883, - "viewportWidth": 1758, - "weight": 0.000028047986307275928, + "viewportHeight": 1234, + "viewportWidth": 1326, + "weight": 0.00003474105383554712, "deviceCategory": "desktop" }, { @@ -81783,13 +158562,13 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00002802273166756639, + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.0000347399673924057, "deviceCategory": "mobile" }, { @@ -81797,41 +158576,88 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.000028022115487538607, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00003473967209760688, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "ja", + "language": "en-US", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.000028004239386404035, + "weight": 0.00003473770332951123, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 653, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.000028001760292851603, + "weight": 0.00003473737372179312, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6493.1411 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000034714985445189825, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.000034712514135499774, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.00003470586544692952, "deviceCategory": "mobile" }, { @@ -81841,13 +158667,27 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 718, + "viewportHeight": 750, "viewportWidth": 414, - "weight": 0.000027994622696517525, + "weight": 0.00003469821152957382, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "en-US", + "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": 820, + "viewportWidth": 1440, + "weight": 0.00003469433702859541, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { @@ -81857,89 +158697,70 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 771, - "viewportWidth": 412, - "weight": 0.00002798780768739622, + "viewportHeight": 725, + "viewportWidth": 384, + "weight": 0.00003469201966008606, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 8.6, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, "type": "wifi" }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.000027961504565390265, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "Win32", + "platform": "Linux armv81", "pluginsLength": 0, - "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 Edg/125.0.0.0", + "screenHeight": 952, + "screenWidth": 427, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1526, - "weight": 0.00002794226701799413, - "deviceCategory": "desktop" + "viewportHeight": 804, + "viewportWidth": 426, + "weight": 0.00003467902348385216, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 654, - "viewportWidth": 390, - "weight": 0.000027857443055104927, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00003466126267352047, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1382, + "screenWidth": 1335, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1271, - "viewportWidth": 2560, - "weight": 0.00002784971250075499, + "viewportHeight": 1253, + "viewportWidth": 1335, + "weight": 0.00003465043002900417, "deviceCategory": "desktop" }, { @@ -81947,50 +158768,47 @@ "language": "en-US", "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.000027770511325216946, + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00003464964963870023, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.2, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 150, - "type": "cellular" + "rtt": 0 }, - "language": "es-ES", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.1039.1814 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 700, - "viewportWidth": 384, - "weight": 0.000027714341902032588, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003462166712173255, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 684, - "viewportWidth": 1536, - "weight": 0.00002762329181119969, - "deviceCategory": "desktop" + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 679, + "viewportWidth": 375, + "weight": 0.00003461861057434805, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -81999,150 +158817,88 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.000027612753783317027, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 726, - "viewportWidth": 360, - "weight": 0.000027597891751388237, + "weight": 0.00003460751974070583, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 858, - "screenWidth": 1519, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 658, - "viewportWidth": 1285, - "weight": 0.00002757009728405225, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, + "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": 659, - "viewportWidth": 393, - "weight": 0.00002753847416880595, + "viewportHeight": 634, + "viewportWidth": 375, + "weight": 0.00003460431463139466, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 960, - "weight": 0.000027532467802301484, - "deviceCategory": "desktop" + "viewportHeight": 710, + "viewportWidth": 411, + "weight": 0.00003460424420322475, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2109.1881 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 958, - "viewportWidth": 1728, - "weight": 0.000027528795869471683, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000034599785152151714, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 812, - "screenWidth": 375, - "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", + "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": 635, - "viewportWidth": 375, - "weight": 0.000027492140287738302, - "deviceCategory": "mobile" + "viewportHeight": 900, + "viewportWidth": 1440, + "weight": 0.00003459064368604185, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00002744427619775466, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00003456386055868757, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "language": "en-US", - "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/103.0.5060.134 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.0000274359859503417, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", @@ -82150,11 +158906,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.000027354855272843246, + "weight": 0.00003455116806132621, "deviceCategory": "mobile" }, { @@ -82164,11 +158920,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.85 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 730, + "viewportHeight": 741, "viewportWidth": 430, - "weight": 0.000027310588998322298, + "weight": 0.0000345492831986823, "deviceCategory": "mobile" }, { @@ -82179,30 +158935,50 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1050, - "screenWidth": 1680, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 889, - "viewportWidth": 1680, - "weight": 0.00002721397833940019, + "viewportHeight": 861, + "viewportWidth": 1512, + "weight": 0.00003454861065393314, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 947, + "viewportWidth": 1920, + "weight": 0.0000345442860106158, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 1.45, + "effectiveType": "3g", + "rtt": 1300 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 643, - "viewportWidth": 393, - "weight": 0.000027203691148620283, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1600, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.7339.214 ADG/11.1.5043 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 612, + "viewportWidth": 1408, + "weight": 0.00003452502858187429, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -82216,25 +158992,49 @@ "pluginsLength": 5, "screenHeight": 864, "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.00002715665744807527, + "viewportHeight": 702, + "viewportWidth": 759, + "weight": 0.00003451222350634564, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.000027119702386449718, + "screenHeight": 1413, + "screenWidth": 1278, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1289, + "viewportWidth": 1278, + "weight": 0.00003451195560660262, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9715.1755 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003448768144572997, "deviceCategory": "mobile" }, { @@ -82244,25 +159044,32 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 665, "viewportWidth": 393, - "weight": 0.00002711120392075926, + "weight": 0.00003448126715305344, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 736, - "screenWidth": 414, - "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": 611, - "viewportWidth": 414, - "weight": 0.00002705724490337748, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 722, + "viewportWidth": 384, + "weight": 0.00003447772267592883, "deviceCategory": "mobile" }, { @@ -82270,13 +159077,13 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 889, - "viewportWidth": 520, - "weight": 0.000027037743346271858, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00003447276611283275, "deviceCategory": "mobile" }, { @@ -82286,106 +159093,95 @@ "effectiveType": "4g", "rtt": 150 }, - "language": "en-GB", - "platform": "MacIntel", + "language": "en-US", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 959, - "viewportWidth": 1920, - "weight": 0.000027032471693091587, + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00003446672709726108, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 7.6, + "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "cellular" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.000027012021158703863, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.000026959098898140583, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "hr-HR", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 852, - "screenWidth": 393, - "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": 657, - "viewportWidth": 393, - "weight": 0.000026907973449345927, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 777, + "viewportWidth": 411, + "weight": 0.00003445793868590627, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 414, - "weight": 0.00002690453831140184, - "deviceCategory": "mobile" + "screenHeight": 1439, + "screenWidth": 1400, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1315, + "viewportWidth": 1400, + "weight": 0.00003445492407655612, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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.000026869414286905288, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 665, + "viewportWidth": 1440, + "weight": 0.00003445485659455518, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.00002685557771430138, - "deviceCategory": "mobile" + "screenHeight": 1335, + "screenWidth": 1287, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1215, + "viewportWidth": 1287, + "weight": 0.000034425667203774675, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -82394,161 +159190,163 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, + "viewportHeight": 641, "viewportWidth": 393, - "weight": 0.00002684768020239835, + "weight": 0.00003441296112591573, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 837, - "screenWidth": 377, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.3802.1529 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 377, - "weight": 0.000026825254895519003, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003438687006845725, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 846, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 718, - "viewportWidth": 412, - "weight": 0.000026809241468591514, - "deviceCategory": "mobile" + "viewportHeight": 1284, + "viewportWidth": 2552, + "weight": 0.000034383560169119606, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "screenHeight": 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.6705.1732 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 647, - "viewportWidth": 360, - "weight": 0.000026804791377163104, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000034376715955393154, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.65, + "downlink": 10, "effectiveType": "4g", "rtt": 100 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 656, - "viewportWidth": 1433, - "weight": 0.00002680068568819309, + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.000034363165697874024, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 1.55, + "effectiveType": "3g", + "rtt": 350 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 664, - "viewportWidth": 390, - "weight": 0.00002678411105220357, - "deviceCategory": "mobile" + "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.00003435827319806762, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4233.1550 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00002677078481863205, + "weight": 0.000034354463804927905, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1402, + "screenWidth": 1267, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 757, - "viewportWidth": 412, - "weight": 0.00002676143494383087, - "deviceCategory": "mobile" + "viewportHeight": 1276, + "viewportWidth": 1267, + "weight": 0.00003435223739800663, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", - "platform": "Linux x86_64", - "pluginsLength": 0, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36", + "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/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1080, - "viewportWidth": 1920, - "weight": 0.00002674797876649329, + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.000034351443189430105, "deviceCategory": "desktop" }, { @@ -82558,11 +159356,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.0000266899980012698, + "weight": 0.00003434979354313159, "deviceCategory": "mobile" }, { @@ -82572,54 +159370,50 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 661, "viewportWidth": 390, - "weight": 0.000026684037969754193, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00002660626133996549, + "weight": 0.0000343496264610998, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000026567116587405008, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9762.1576 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003433495486285151, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 716, - "viewportWidth": 414, - "weight": 0.000026563675756449346, - "deviceCategory": "mobile" + "screenHeight": 1334, + "screenWidth": 1370, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1209, + "viewportWidth": 1370, + "weight": 0.00003432804135371764, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -82631,104 +159425,93 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0 (Edition std-1)", "vendor": "Google Inc.", - "viewportHeight": 799, - "viewportWidth": 1536, - "weight": 0.000026522616120948525, + "viewportHeight": 923, + "viewportWidth": 1878, + "weight": 0.00003432636902682105, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.000026425186817129968, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "platform": "MacIntel", - "pluginsLength": 0, - "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.3 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 710, - "viewportWidth": 1180, - "weight": 0.000026372310801059752, + "pluginsLength": 5, + "screenHeight": 1520, + "screenWidth": 1311, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1390, + "viewportWidth": 1311, + "weight": 0.00003431938305616752, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPad", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 810, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 695, - "viewportWidth": 1080, - "weight": 0.000026351503143971665, - "deviceCategory": "tablet" + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00003429290476671977, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 740, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.6864.1543 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 572, - "viewportWidth": 360, - "weight": 0.000026317690893229287, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000034269290032714716, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000026271082362216083, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003426514571380949, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/138.0.7204.119 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.000026262049343601884, + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.000034260696947129864, "deviceCategory": "mobile" }, { @@ -82736,13 +159519,13 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.000026250461772934843, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00003425773842060936, "deviceCategory": "mobile" }, { @@ -82750,75 +159533,110 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, - "viewportWidth": 390, - "weight": 0.00002623234774941246, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00003422879949588335, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 927, - "viewportWidth": 1920, - "weight": 0.000026218445155061425, - "deviceCategory": "desktop" + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3985.1238 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000034215230733884334, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1862.1920 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000342068302535901, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1405, + "screenWidth": 1393, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 798, - "viewportWidth": 1512, - "weight": 0.000026209812095333816, + "viewportHeight": 1278, + "viewportWidth": 1393, + "weight": 0.00003419215349575892, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 744, - "viewportWidth": 428, - "weight": 0.000026200466826218395, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00003419112858272139, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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": 805, - "viewportWidth": 428, - "weight": 0.000026173846461336484, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-NZ", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 605, + "viewportWidth": 360, + "weight": 0.00003418737301564448, "deviceCategory": "mobile" }, { @@ -82826,47 +159644,56 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 798, - "viewportWidth": 1536, - "weight": 0.000026145497806315898, + "viewportHeight": 997, + "viewportWidth": 1837, + "weight": 0.00003418502511872657, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 800, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 667, - "viewportWidth": 1280, - "weight": 0.000026027133251278823, + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 694, + "viewportWidth": 1440, + "weight": 0.00003418476002577466, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 715, - "viewportWidth": 414, - "weight": 0.000026022015391712843, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7032.1227 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003417486240945994, "deviceCategory": "mobile" }, { @@ -82874,55 +159701,69 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.000026004674399848595, + "viewportHeight": 932, + "viewportWidth": 430, + "weight": 0.000034173732095912585, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, "language": "en-US", - "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": 670, - "viewportWidth": 390, - "weight": 0.000025999214745157596, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 642, + "viewportWidth": 360, + "weight": 0.00003416715781636104, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 810, - "viewportWidth": 1194, - "weight": 0.000025989679508551198, - "deviceCategory": "desktop" + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 707, + "viewportWidth": 411, + "weight": 0.00003415852673510293, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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.5 Safari/605.1.15", + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 954, - "viewportWidth": 768, - "weight": 0.000025919345551075974, + "viewportHeight": 734, + "viewportWidth": 1180, + "weight": 0.000034150640199113804, "deviceCategory": "desktop" }, { @@ -82930,53 +159771,51 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-GB", - "platform": "Linux x86_64", + "language": "en-US", + "platform": "Win32", "pluginsLength": 5, "screenHeight": 1080, "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1848, - "weight": 0.00002591351574292839, + "viewportHeight": 917, + "viewportWidth": 929, + "weight": 0.00003415061777894476, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.000025810377715679394, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00003414914808242198, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.4566.1627 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 384, - "weight": 0.000025749714139702262, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003414281513195006, "deviceCategory": "mobile" }, { @@ -82984,28 +159823,28 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.000025706374173670595, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00003414153744101072, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-GB", - "platform": "MacIntel", + "language": "en-CA", + "platform": "iPhone", "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.4.1 Safari/605.1.15", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 1388, - "viewportWidth": 2225, - "weight": 0.000025666856541184728, - "deviceCategory": "desktop" + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00003413943801221418, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -83014,45 +159853,106 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", + "language": "en-GB", "platform": "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", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.000025638594446685843, + "viewportHeight": 703, + "viewportWidth": 1517, + "weight": 0.00003413370949217388, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9456.1046 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000034129006253952425, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1067, - "screenWidth": 1707, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 906, - "viewportWidth": 1706, - "weight": 0.000025627412542504146, + "pluginsLength": 7, + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 557, + "viewportWidth": 1280, + "weight": 0.000034111896650587464, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6795.1830 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00003410684524006324, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "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": 740, - "viewportWidth": 430, - "weight": 0.00002557379167209327, + "screenHeight": 1426, + "screenWidth": 1276, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1302, + "viewportWidth": 1276, + "weight": 0.00003410190961980587, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6542.1707 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003410110267217054, "deviceCategory": "mobile" }, { @@ -83062,26 +159962,31 @@ "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", + "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, + "viewportHeight": 658, "viewportWidth": 390, - "weight": 0.000025468751351069314, + "weight": 0.00003410013923618988, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 657, - "viewportWidth": 393, - "weight": 0.000025466294689453995, - "deviceCategory": "mobile" + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.000034092664691896947, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -83090,11 +159995,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, + "viewportHeight": 727, "viewportWidth": 428, - "weight": 0.000025448913875289297, + "weight": 0.000034084030238353706, "deviceCategory": "mobile" }, { @@ -83105,76 +160010,113 @@ "rtt": 100 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.000025438198789201737, + "weight": 0.000034066008843809645, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000034054812409196634, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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/123.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 861, - "viewportWidth": 1612, - "weight": 0.00002541470173728017, - "deviceCategory": "desktop" + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.000034050898412966344, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_14 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": 663, - "viewportWidth": 390, - "weight": 0.00002540085202133152, + "viewportHeight": 548, + "viewportWidth": 375, + "weight": 0.000034049520590214226, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 751, + "viewportWidth": 428, + "weight": 0.00003403397113893693, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-CA", - "platform": "MacIntel", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.000034031774692943137, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPad", "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", + "userAgent": "Mozilla/5.0 (iPad; CPU OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 626, "viewportWidth": 1024, - "weight": 0.00002535767589012422, - "deviceCategory": "desktop" + "weight": 0.00003402905213204643, + "deviceCategory": "tablet" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.000025355711441955, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.000034026615406965895, "deviceCategory": "mobile" }, { @@ -83185,55 +160127,34 @@ "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 1071, - "viewportWidth": 2197, - "weight": 0.00002534604800030299, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 50, - "type": "cellular" - }, - "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "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.6915.1065 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 670, - "viewportWidth": 360, - "weight": 0.000025276649405621255, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003402490215038129, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.45, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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 Edg/125.0.0.0", + "screenHeight": 1338, + "screenWidth": 1259, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 924, - "viewportWidth": 1872, - "weight": 0.00002521051340451575, + "viewportHeight": 1213, + "viewportWidth": 1259, + "weight": 0.000034009713319043934, "deviceCategory": "desktop" }, { @@ -83241,237 +160162,197 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 526, - "viewportWidth": 320, - "weight": 0.00002518678393370043, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.6, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "language": "en-CA", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 675, - "viewportWidth": 360, - "weight": 0.000025186444709877517, + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.000034005743059988584, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 842, - "viewportWidth": 1271, - "weight": 0.000025111976131244486, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { - "downlink": 6.35, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "pluginsLength": 0, + "screenHeight": 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.2158.1820 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 743, - "viewportWidth": 1536, - "weight": 0.00002510176797524165, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003398931404097369, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 752, - "viewportWidth": 428, - "weight": 0.00002506474098702892, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00003398808134583541, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.00002482830585539948, + "weight": 0.00003398552919995242, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 727, - "viewportWidth": 1194, - "weight": 0.000024814557036909932, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1305, + "viewportWidth": 2560, + "weight": 0.0000339676433398113, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 846, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.8251.1454 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 678, - "viewportWidth": 412, - "weight": 0.000024765897322849337, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 414, - "weight": 0.000024751749506743633, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000033965317658745, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 713, - "viewportWidth": 414, - "weight": 0.000024713954523609966, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8862.1948 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003396008273293151, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000024705854258127054, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.000033957277282312725, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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.000024671014673109232, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 1440, + "weight": 0.000033936334063669646, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, + "viewportHeight": 781, "viewportWidth": 428, - "weight": 0.000024668743416324213, + "weight": 0.00003391184520530923, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.75, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.7942.1693 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 782, - "viewportWidth": 384, - "weight": 0.000024606568414558045, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003389835909773502, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.00002460383736207941, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00003389032332969181, "deviceCategory": "mobile" }, { @@ -83479,13 +160360,13 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, - "viewportWidth": 375, - "weight": 0.00002458106013939948, + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.000033890062368669226, "deviceCategory": "mobile" }, { @@ -83498,219 +160379,233 @@ "language": "en-US", "platform": "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", + "screenHeight": 720, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.000024545165406693286, + "viewportHeight": 585, + "viewportWidth": 1280, + "weight": 0.00003386646537120439, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux x86_64", "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": 712, - "viewportWidth": 414, - "weight": 0.000024476908148621534, - "deviceCategory": "mobile" + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00003384931806175441, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.8, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 772, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1340, + "screenWidth": 1385, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 603, - "viewportWidth": 360, - "weight": 0.00002446292379846858, - "deviceCategory": "mobile" + "viewportHeight": 1214, + "viewportWidth": 1385, + "weight": 0.000033826862293250086, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 637, - "viewportWidth": 375, - "weight": 0.00002441614081331496, + "viewportHeight": 671, + "viewportWidth": 402, + "weight": 0.00003380213753411406, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.35, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6895.1207 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00002440093240761124, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000033796965791517675, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 718, - "viewportWidth": 414, - "weight": 0.000024389425531642573, + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00003379125712451784, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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": 547, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7813.1683 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.000024347500973143, + "weight": 0.000033790344816758866, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", "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": 745, - "viewportWidth": 428, - "weight": 0.00002434409912479296, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 947, + "viewportWidth": 2560, + "weight": 0.00003377670169852379, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000024341897794179738, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3642.1891 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003377609397097284, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "fr-FR", - "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 965, - "screenWidth": 1926, - "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": 959, - "viewportWidth": 1920, - "weight": 0.000024304567930291418, - "deviceCategory": "desktop" + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00003377566345502759, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.35, - "downlinkMax": null, + "downlink": 9.55, "effectiveType": "4g", - "rtt": 150, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 998, - "screenWidth": 448, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 868, - "viewportWidth": 448, - "weight": 0.000024298307062857007, - "deviceCategory": "mobile" + "viewportHeight": 778, + "viewportWidth": 1495, + "weight": 0.00003377358541118173, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1372.1686 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 750, - "viewportWidth": 1075, - "weight": 0.000024228884351313417, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003376805110097237, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.000024224023056192542, + "weight": 0.000033767203820408966, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 643, - "viewportWidth": 393, - "weight": 0.00002421279684978819, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00003376551323770774, "deviceCategory": "mobile" }, { @@ -83718,18 +160613,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "platform": "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", + "screenHeight": 1003, + "screenWidth": 1504, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00002417730203918302, + "viewportHeight": 834, + "viewportWidth": 1504, + "weight": 0.00003376511006154352, "deviceCategory": "desktop" }, { @@ -83737,138 +160632,176 @@ "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/390.0.817388646 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000024155273013022188, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00003376187461124906, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 296, + "viewportWidth": 750, + "weight": 0.000033754322631812816, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", "platform": "Win32", "pluginsLength": 5, "screenHeight": 1080, "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 965, - "viewportWidth": 1723, - "weight": 0.00002415361889094637, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00003375255014464268, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 100, + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 1205, - "screenWidth": 753, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1037, - "viewportWidth": 753, - "weight": 0.000024138933575689795, - "deviceCategory": "tablet" + "viewportHeight": 785, + "viewportWidth": 411, + "weight": 0.0000337494802881454, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 664, - "viewportWidth": 390, - "weight": 0.000024126301164828104, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6396.1045 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000033744623391587064, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2030.1157 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000033734724956877806, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Linux x86_64", "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.000024097938487215258, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00003373219393181736, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 1.3, + "effectiveType": "3g", + "rtt": 250 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00002407858541310755, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000033722444833926015, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 912, + "screenWidth": 420, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.000023994710312349596, + "viewportHeight": 710, + "viewportWidth": 420, + "weight": 0.0000337127806782682, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.9, + "downlink": 9.1, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "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/86.0.4240.198 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2418.1216 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.00002398561618236785, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00002395973901406678, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003369884205480888, "deviceCategory": "mobile" }, { @@ -83876,53 +160809,53 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 635, - "viewportWidth": 375, - "weight": 0.00002389835286962564, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000033695752770758144, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 8.5, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 100, "type": "wifi" }, - "language": "en-US", + "language": "en-AU", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 808, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 676, - "viewportWidth": 393, - "weight": 0.00002388149908175489, + "viewportHeight": 666, + "viewportWidth": 360, + "weight": 0.000033688487134753075, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 8.3, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1440, + "screenWidth": 3440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 585, - "viewportWidth": 1280, - "weight": 0.0000238682237241594, + "viewportHeight": 1308, + "viewportWidth": 3432, + "weight": 0.000033671422555878285, "deviceCategory": "desktop" }, { @@ -83937,102 +160870,86 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 893, "viewportWidth": 1920, - "weight": 0.000023860588793746176, + "weight": 0.00003366368086531527, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 635, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4487.1502 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00002382222686572959, + "weight": 0.0000336486628241533, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 1007, - "screenWidth": 601, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 935, - "viewportWidth": 602, - "weight": 0.00002381622530144375, - "deviceCategory": "tablet" + "language": "sl-SI", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000033648161807971346, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.05, + "downlink": 8.1, "downlinkMax": null, "effectiveType": "4g", "rtt": 100, - "type": "cellular" + "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 824, + "screenHeight": 832, "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 696, + "viewportHeight": 693, "viewportWidth": 384, - "weight": 0.000023814109217290915, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00002379897098025198, + "weight": 0.00003364515593604829, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.1, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 0, "type": "wifi" }, - "language": "en-US", + "language": "en-GB", "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 651, + "viewportHeight": 605, "viewportWidth": 360, - "weight": 0.000023734611306338303, + "weight": 0.00003364372849288758, "deviceCategory": "mobile" }, { @@ -84040,13 +160957,13 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 667, - "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 559, - "viewportWidth": 375, - "weight": 0.000023580860977544428, + "viewportHeight": 779, + "viewportWidth": 440, + "weight": 0.00003362456869111756, "deviceCategory": "mobile" }, { @@ -84057,55 +160974,48 @@ "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 768, - "viewportWidth": 1366, - "weight": 0.000023540651319069836, + "viewportHeight": 801, + "viewportWidth": 1470, + "weight": 0.00003362030772389556, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 998, - "screenWidth": 448, - "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": 868, - "viewportWidth": 448, - "weight": 0.000023529691144892763, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 679, + "viewportWidth": 375, + "weight": 0.000033581102871020976, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8329.1694 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.00002352742977019227, + "weight": 0.00003358097698844743, "deviceCategory": "desktop" }, { @@ -84113,13 +161023,13 @@ "language": "en-US", "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) FxiOS/125.2 Mobile/15E148 Safari/605.1.15", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 526, - "viewportWidth": 375, - "weight": 0.000023464312126349958, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00003357443703473468, "deviceCategory": "mobile" }, { @@ -84127,77 +161037,93 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.000023435431644896487, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.00003355286226250091, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4285.1606 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000335523171576667, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 960, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 771, - "viewportWidth": 1368, - "weight": 0.00002342437896250961, - "deviceCategory": "desktop" + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00003354758608067856, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", "rtt": 50, - "type": "wifi" + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 880, + "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 741, + "viewportHeight": 649, "viewportWidth": 360, - "weight": 0.000023420869268640216, + "weight": 0.00003354250308039638, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.8518.1054 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 782, - "viewportWidth": 412, - "weight": 0.00002341055897612493, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003353254149336276, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.05, - "downlinkMax": null, + "downlink": 7.2, + "downlinkMax": 100, "effectiveType": "4g", "rtt": 100, "type": "cellular" @@ -84207,25 +161133,110 @@ "pluginsLength": 0, "screenHeight": 780, "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, + "viewportHeight": 648, "viewportWidth": 360, - "weight": 0.000023363069773988826, + "weight": 0.00003352743301410417, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 390, + "weight": 0.000033525137140263726, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1018, + "viewportWidth": 2240, + "weight": 0.00003352315947070638, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-AU", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 975, + "viewportWidth": 911, + "weight": 0.00003352032894378418, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00003352001964890316, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.000033500169350090884, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00002335120439321318, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8440.1376 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003349791733637578, "deviceCategory": "mobile" }, { @@ -84235,11 +161246,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 844, "viewportWidth": 390, - "weight": 0.000023338911970932642, + "weight": 0.000033488752846418597, "deviceCategory": "mobile" }, { @@ -84247,13 +161258,13 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 348, - "viewportWidth": 213, - "weight": 0.000023282117074499985, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00003348137107942303, "deviceCategory": "mobile" }, { @@ -84261,72 +161272,67 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1438, + "screenWidth": 1235, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 830, - "viewportWidth": 1462, - "weight": 0.00002327274433120143, + "viewportHeight": 1317, + "viewportWidth": 1235, + "weight": 0.000033477494320448884, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 393, - "weight": 0.000023240143706265174, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00003344187526288273, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.9, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 200, + "rtt": 50, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 922, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 843, - "viewportWidth": 412, - "weight": 0.0000232172564397793, + "viewportHeight": 669, + "viewportWidth": 360, + "weight": 0.00003343674062936436, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Win32", + "pluginsLength": 7, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 678, - "viewportWidth": 1440, - "weight": 0.000023195832410446247, + "viewportHeight": 959, + "viewportWidth": 1920, + "weight": 0.000033413251662002185, "deviceCategory": "desktop" }, { @@ -84334,53 +161340,46 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 720, + "screenHeight": 1504, "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 499, + "viewportHeight": 1383, "viewportWidth": 1280, - "weight": 0.00002311426775093336, + "weight": 0.00003340988905799975, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 7.25, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "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": 649, - "viewportWidth": 360, - "weight": 0.000023101884884987846, + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 549, + "viewportWidth": 375, + "weight": 0.000033394950836481855, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/147.2.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000023071824529349348, + "viewportHeight": 651, + "viewportWidth": 393, + "weight": 0.000033381414813252884, "deviceCategory": "mobile" }, { @@ -84390,25 +161389,46 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 661, "viewportWidth": 390, - "weight": 0.000023071566496987252, + "weight": 0.000033357542581544824, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.00002301423848623852, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003335561221472047, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00003335354487812137, "deviceCategory": "mobile" }, { @@ -84418,32 +161438,44 @@ "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", + "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, + "viewportHeight": 654, "viewportWidth": 393, - "weight": 0.00002300825407208947, + "weight": 0.000033347069879383385, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPad", + "pluginsLength": 5, + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/144.0.3719.99 Version/26.0 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 692, + "viewportWidth": 1180, + "weight": 0.00003333991882876018, + "deviceCategory": "tablet" + }, { "appName": "Netscape", "connection": { - "downlink": 6.9, - "downlinkMax": 100, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.7028.1551 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 783, - "viewportWidth": 412, - "weight": 0.000023004732545430923, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003331363142494318, "deviceCategory": "mobile" }, { @@ -84451,13 +161483,13 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 656, - "viewportWidth": 393, - "weight": 0.000022918673552752198, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.000033312908715695616, "deviceCategory": "mobile" }, { @@ -84465,32 +161497,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1454, + "screenWidth": 1230, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 593, - "viewportWidth": 1280, - "weight": 0.000022917080505226855, + "viewportHeight": 1332, + "viewportWidth": 1230, + "weight": 0.00003331045043817853, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00002288242690935896, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1149.1785 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000033295884602906956, "deviceCategory": "mobile" }, { @@ -84498,32 +161535,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 1488, - "weight": 0.00002286979907432389, + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.000033290154650841105, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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/17.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 727, - "viewportWidth": 1194, - "weight": 0.000022867931677540665, + "screenHeight": 1385, + "screenWidth": 1362, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1259, + "viewportWidth": 1362, + "weight": 0.00003328981705254214, "deviceCategory": "desktop" }, { @@ -84533,232 +161575,341 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 641, "viewportWidth": 393, - "weight": 0.000022861275351255272, + "weight": 0.00003328904807343259, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5467.1761 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00003328858478447388, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", "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": 739, - "viewportWidth": 430, - "weight": 0.000022853696272932346, - "deviceCategory": "mobile" + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 740, + "viewportWidth": 1528, + "weight": 0.0000332801079312822, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.45, - "downlinkMax": null, - "effectiveType": "3g", - "rtt": 1000, - "type": "wifi" + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 784, - "viewportWidth": 412, - "weight": 0.0000228404655736201, - "deviceCategory": "mobile" + "viewportHeight": 1065, + "viewportWidth": 1912, + "weight": 0.00003327402521348919, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 5.9, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 732, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 652, - "viewportWidth": 412, - "weight": 0.000022814538674930036, - "deviceCategory": "mobile" + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00003325576778307234, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.4, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-MY", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 833, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 792, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 684, - "viewportWidth": 384, - "weight": 0.000022809798787086018, + "viewportHeight": 651, + "viewportWidth": 360, + "weight": 0.000033243379024630576, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.3, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 984, - "screenWidth": 432, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 854, - "viewportWidth": 432, - "weight": 0.000022803834251515158, - "deviceCategory": "mobile" + "viewportHeight": 862, + "viewportWidth": 1686, + "weight": 0.00003323091866358167, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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 Mobile/15E148 Safari/604.1 Ddg/17.4", + "screenHeight": 904, + "screenWidth": 1376, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 633, - "viewportWidth": 375, - "weight": 0.00002279503380915598, - "deviceCategory": "mobile" + "viewportHeight": 904, + "viewportWidth": 1376, + "weight": 0.00003323044928541221, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 7.25, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", "platform": "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": 919, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 918, "viewportWidth": 1920, - "weight": 0.000022791943138921378, + "weight": 0.00003322880459589175, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1481, + "screenWidth": 1209, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1355, + "viewportWidth": 1209, + "weight": 0.00003322705982107256, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.000033199360053355015, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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) FxiOS/126.2 Mobile/15E148 Safari/605.1.15", + "screenHeight": 912, + "screenWidth": 420, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 642, - "viewportWidth": 390, - "weight": 0.000022737398195252744, + "viewportHeight": 746, + "viewportWidth": 420, + "weight": 0.000033197513138879316, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00002266716972616909, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4377.1817 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003318844810618628, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.00002263326306511905, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6372.1064 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003318689850896604, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0", - "vendor": "", - "viewportHeight": 886, + "screenHeight": 1440, + "screenWidth": 3440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1306, + "viewportWidth": 1900, + "weight": 0.000033180059837944235, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1811.1717 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003317952052866062, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7221.1530 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000033172628622961214, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6677.1021 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.000022596947771691744, + "weight": 0.00003316541232597093, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.000022518757369468044, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "platform": "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", + "screenHeight": 1441, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.000022498146308758874, + "viewportHeight": 1270, + "viewportWidth": 1278, + "weight": 0.00003315674474511919, "deviceCategory": "desktop" }, { @@ -84773,67 +161924,81 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 719, - "viewportWidth": 384, - "weight": 0.00002249802463652056, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.000022454370901546024, + "viewportHeight": 770, + "viewportWidth": 411, + "weight": 0.000033144887584997294, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.75, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1352, + "screenWidth": 1209, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 929, - "viewportWidth": 1920, - "weight": 0.00002244472413422211, + "viewportHeight": 1228, + "viewportWidth": 1209, + "weight": 0.00003312427596093238, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 2.65, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 50, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 846, + "screenHeight": 915, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 718, - "viewportWidth": 412, - "weight": 0.000022363041188749432, + "viewportHeight": 784, + "viewportWidth": 411, + "weight": 0.00003312222003377294, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "Win32", + "pluginsLength": 7, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 917, + "viewportWidth": 1920, + "weight": 0.0000331181826955748, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 711, + "viewportWidth": 402, + "weight": 0.00003311660895546279, "deviceCategory": "mobile" }, { @@ -84841,13 +162006,13 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.000022353286905499695, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000033110859955410016, "deviceCategory": "mobile" }, { @@ -84855,52 +162020,71 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 960, + "screenWidth": 1537, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 743, + "viewportHeight": 791, "viewportWidth": 1536, - "weight": 0.000022321575209266986, + "weight": 0.00003310433703016135, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "de", "oscpu": "Windows NT 10.0; Win64; x64", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1152, - "screenWidth": 2048, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", + "screenHeight": 853, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", "vendor": "", - "viewportHeight": 1013, - "viewportWidth": 1300, - "weight": 0.00002231000241657356, + "viewportHeight": 736, + "viewportWidth": 1280, + "weight": 0.00003310078786434335, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 4.2, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4038.1599 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00003307240896171951, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1424, + "screenWidth": 1246, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 752, - "viewportWidth": 1392, - "weight": 0.00002230685969349751, + "viewportHeight": 1300, + "viewportWidth": 1246, + "weight": 0.00003307222410636352, "deviceCategory": "desktop" }, { @@ -84908,62 +162092,83 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.000022281174054045637, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00003306925295652014, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.55, - "downlinkMax": 100, + "downlink": 4.4, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 150, + "rtt": 100, "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 670, - "viewportWidth": 360, - "weight": 0.0000222567089587449, + "viewportHeight": 730, + "viewportWidth": 384, + "weight": 0.00003305540513210859, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000022238277152219932, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000033048963781329354, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 634, - "viewportWidth": 375, - "weight": 0.000022229567992633917, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00003304170532462631, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.000033040430476235206, "deviceCategory": "mobile" }, { @@ -84971,13 +162176,13 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 524, - "viewportWidth": 320, - "weight": 0.000022228901298873037, + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00003301915346058152, "deviceCategory": "mobile" }, { @@ -84985,62 +162190,41 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 592, - "viewportWidth": 342, - "weight": 0.000022222233649281477, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000033009827685914756, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "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", + "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.00002219698183108358, + "weight": 0.00003300974925769402, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 2.4, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 640, - "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": 556, - "viewportWidth": 360, - "weight": 0.00002212839460045199, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 666, - "viewportWidth": 393, - "weight": 0.000022121489178240216, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.0000329946386472747, "deviceCategory": "mobile" }, { @@ -85048,65 +162232,86 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 650, - "viewportWidth": 393, - "weight": 0.00002210865790871867, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000032987831799151856, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 400 + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 }, - "language": "en-US", - "platform": "Linux x86_64", + "language": "zh-CN", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1222, - "screenWidth": 1834, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36", + "screenHeight": 1516, + "screenWidth": 1217, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1075, - "viewportWidth": 1832, - "weight": 0.000022083927937971425, + "viewportHeight": 1395, + "viewportWidth": 1217, + "weight": 0.00003298110401088354, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 736, - "viewportWidth": 1470, - "weight": 0.000022065718154816566, - "deviceCategory": "desktop" + "viewportHeight": 651, + "viewportWidth": 360, + "weight": 0.00003298107967565903, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5818.1490 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000032972441268510645, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000022037775023752108, + "viewportHeight": 718, + "viewportWidth": 414, + "weight": 0.000032969300025442006, "deviceCategory": "mobile" }, { @@ -85114,102 +162319,114 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.000021996733441858958, + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.0000329585938013683, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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.4 Safari/605.1.15", + "language": "en-NZ", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 707, - "viewportWidth": 1080, - "weight": 0.000021995168284369406, - "deviceCategory": "desktop" + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00003295701381806232, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "es-US", + "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 712, - "viewportWidth": 414, - "weight": 0.000021973364250301794, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00003293668541995137, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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 Edg/125.0.0.0", + "screenHeight": 1464, + "screenWidth": 1359, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1912, - "weight": 0.000021952115286714385, + "viewportHeight": 1335, + "viewportWidth": 1359, + "weight": 0.00003293159948948423, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.000021930170062441385, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000329291046888425, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1 OPX/3.1.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 665, - "viewportWidth": 393, - "weight": 0.00002188887662559052, + "viewportHeight": 851, + "viewportWidth": 430, + "weight": 0.00003292428222698378, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux armv81", "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.000021868936868593956, + "screenHeight": 740, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 612, + "viewportWidth": 360, + "weight": 0.00003292278555633468, "deviceCategory": "mobile" }, { @@ -85222,13 +162439,27 @@ "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 607, - "viewportWidth": 1366, - "weight": 0.000021835837381731335, + "viewportHeight": 739, + "viewportWidth": 1440, + "weight": 0.0000329207906018856, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.1 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 820, + "viewportWidth": 1440, + "weight": 0.00003292003085562379, "deviceCategory": "desktop" }, { @@ -85236,18 +162467,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 250 + "rtt": 0 }, - "language": "en-GB", + "language": "zh-CN", "platform": "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", + "screenHeight": 1503, + "screenWidth": 1220, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 594, - "viewportWidth": 1340, - "weight": 0.000021829553557851213, + "viewportHeight": 1373, + "viewportWidth": 1220, + "weight": 0.00003291834464396365, "deviceCategory": "desktop" }, { @@ -85262,27 +162493,84 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, + "screenHeight": 883, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 836, - "viewportWidth": 412, - "weight": 0.000021828586161403275, + "viewportHeight": 749, + "viewportWidth": 411, + "weight": 0.000032917196081964044, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2791.1438 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003291092587536579, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9946.1678 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000032904563017179626, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, + "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.3783.1704 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003289936611932344, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.00002181140276551817, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00003288436290057201, "deviceCategory": "mobile" }, { @@ -85290,172 +162578,164 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 6, + "screenHeight": 1200, + "screenWidth": 1280, + "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": 765, - "viewportWidth": 1440, - "weight": 0.000021805338593576288, + "viewportHeight": 1200, + "viewportWidth": 1280, + "weight": 0.00003287846522094945, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.8, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0, + "type": "wifi" }, - "language": "en-US", - "platform": "Linux armv81", + "language": "en-GB", + "platform": "Linux armv8l", "pluginsLength": 0, "screenHeight": 800, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 12; SAMSUNG SM-A032F Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 SamsungBrowser/7.4 Chrome/144.0.7559.59 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 666, + "viewportHeight": 632, "viewportWidth": 360, - "weight": 0.000021788473211998516, + "weight": 0.000032866017295967854, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.000021764247188011064, - "deviceCategory": "mobile" + "screenHeight": 1330, + "screenWidth": 1353, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1206, + "viewportWidth": 1353, + "weight": 0.000032865142723111695, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 1.55, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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.5 Safari/605.1.15 Ddg/17.5", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 698, - "viewportWidth": 1080, - "weight": 0.000021749373749177567, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.00003286188110296522, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.000021726456554388687, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00003284008936407327, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-CA", - "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 746, - "viewportWidth": 1180, - "weight": 0.00002171570340476488, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.8878.1070 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 702, - "viewportWidth": 384, - "weight": 0.00002169910818932598, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003283888739775868, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000032821056952384164, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "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", + "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.7916.1428 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 715, - "viewportWidth": 360, - "weight": 0.000021663273711214964, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 657, - "viewportWidth": 393, - "weight": 0.00002162556931186177, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003280306845355181, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.2, + "downlink": 3.15, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 200, "type": "wifi" }, - "language": "pt-BR", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 960, - "screenWidth": 432, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 714, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 844, - "viewportWidth": 432, - "weight": 0.00002161108308923989, + "viewportHeight": 588, + "viewportWidth": 320, + "weight": 0.000032800754970116626, "deviceCategory": "mobile" }, { @@ -85465,65 +162745,65 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 654, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.000021565548149584992, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, - "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": 548, - "viewportWidth": 375, - "weight": 0.000021553458384776983, + "weight": 0.00003279234876745848, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 350 + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 }, - "language": "ru", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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 YaBrowser/24.4.0.0 Safari/537.36", + "screenHeight": 1461, + "screenWidth": 1269, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 956, - "viewportWidth": 1920, - "weight": 0.000021536437757974318, + "viewportHeight": 1340, + "viewportWidth": 1269, + "weight": 0.000032778873686489756, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 1.5, + "downlink": 10, "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 300, + "effectiveType": "4g", + "rtt": 50, "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 720, - "viewportWidth": 384, - "weight": 0.00002150523621355369, + "viewportHeight": 785, + "viewportWidth": 411, + "weight": 0.00003277699692727674, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.000032775823530886975, "deviceCategory": "mobile" }, { @@ -85533,16 +162813,16 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", + "language": "pt-BR", "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/124.0.0.0 Safari/537.36", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00002149694120045242, + "viewportHeight": 633, + "viewportWidth": 1366, + "weight": 0.00003277197975243329, "deviceCategory": "desktop" }, { @@ -85552,32 +162832,30 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.000021389713806799436, + "weight": 0.00003276618357959842, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.9, - "downlinkMax": null, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 150, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.7428.1958 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 777, - "viewportWidth": 412, - "weight": 0.000021330628687393287, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000032750126462092856, "deviceCategory": "mobile" }, { @@ -85587,11 +162865,11 @@ "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", + "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.00002127905172846064, + "weight": 0.00003274172666488693, "deviceCategory": "mobile" }, { @@ -85599,101 +162877,86 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1373, + "screenWidth": 1282, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1305, - "viewportWidth": 2560, - "weight": 0.000021235666356692785, + "viewportHeight": 1247, + "viewportWidth": 1282, + "weight": 0.00003274021788349093, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 2.95, + "downlink": 9.85, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 150 + "rtt": 150, + "type": "wifi" }, - "language": "en-US", - "platform": "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", + "language": "sr-RS", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 904, + "screenWidth": 407, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00002123450850254911, - "deviceCategory": "desktop" + "viewportHeight": 757, + "viewportWidth": 406, + "weight": 0.00003273709045770577, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 736, - "viewportWidth": 430, - "weight": 0.00002119583221148975, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00003273649151087864, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-CA", - "oscpu": "Windows NT 6.1; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1600, - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 775, - "viewportWidth": 1600, - "weight": 0.000021168209218684635, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { - "downlink": 9.5, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, - "language": "en-US", - "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", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1456, + "screenWidth": 1396, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.000021156279444248247, - "deviceCategory": "mobile" + "viewportHeight": 1332, + "viewportWidth": 1396, + "weight": 0.00003272802907542516, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.000021038137683486002, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000032720763345476996, "deviceCategory": "mobile" }, { @@ -85701,71 +162964,61 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000021016950912840355, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.00003270550452970608, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "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 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 966, - "viewportWidth": 1872, - "weight": 0.000021012245430276062, - "deviceCategory": "desktop" + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000327034664141668, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 912, - "screenWidth": 1368, - "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": 751, - "viewportWidth": 1368, - "weight": 0.000020999957791457172, - "deviceCategory": "desktop" + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00003270108270627737, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5236.1040 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 815, - "viewportWidth": 1168, - "weight": 0.00002096705736142846, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003269508602694011, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -85774,65 +163027,70 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, + "viewportHeight": 724, "viewportWidth": 414, - "weight": 0.000020958355061054178, + "weight": 0.000032680752241291534, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 0, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 750, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 723, - "viewportWidth": 384, - "weight": 0.00002095639526688356, + "viewportHeight": 666, + "viewportWidth": 749, + "weight": 0.00003267991415736692, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.00002086091571693489, - "deviceCategory": "mobile" + "screenHeight": 1200, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1200, + "viewportWidth": 1280, + "weight": 0.00003267780136165628, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1450, + "screenWidth": 1360, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 596, - "viewportWidth": 1212, - "weight": 0.000020764109727953252, + "viewportHeight": 1325, + "viewportWidth": 1360, + "weight": 0.000032667775024025586, "deviceCategory": "desktop" }, { @@ -85847,86 +163105,84 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 928, - "viewportWidth": 972, - "weight": 0.000020759992908642972, + "viewportHeight": 914, + "viewportWidth": 769, + "weight": 0.00003265525193720322, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "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.000020758399459675983, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 665, - "viewportWidth": 390, - "weight": 0.00002074840169182944, - "deviceCategory": "mobile" + "screenHeight": 1024, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 889, + "viewportWidth": 1280, + "weight": 0.000032653468389862026, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 1.6, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.000020731462469044036, - "deviceCategory": "mobile" + "screenHeight": 1024, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 855, + "viewportWidth": 1536, + "weight": 0.00003262293697438897, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 693, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0000207055340132271, + "viewportHeight": 493, + "viewportWidth": 320, + "weight": 0.000032599729326501316, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, "screenHeight": 768, "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.140", + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 657, + "viewportHeight": 681, "viewportWidth": 1366, - "weight": 0.000020697359841380074, + "weight": 0.000032595382489232116, "deviceCategory": "desktop" }, { @@ -85934,18 +163190,56 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3896.1778 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000325835133789186, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9911.1930 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000032583087668643933, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1487, + "screenWidth": 1232, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 813, - "viewportWidth": 1440, - "weight": 0.000020605763978402208, + "viewportHeight": 1358, + "viewportWidth": 1232, + "weight": 0.00003258179742197675, "deviceCategory": "desktop" }, { @@ -85958,27 +163252,27 @@ "language": "en-US", "platform": "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000020586836166891626, + "viewportHeight": 703, + "viewportWidth": 1536, + "weight": 0.00003257612920747995, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.000020578630669853023, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.000032567746295455184, "deviceCategory": "mobile" }, { @@ -85988,11 +163282,11 @@ "pluginsLength": 5, "screenHeight": 932, "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/246.1.501310880 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 719, + "viewportHeight": 736, "viewportWidth": 430, - "weight": 0.000020575037407952904, + "weight": 0.00003256257555979799, "deviceCategory": "mobile" }, { @@ -86000,243 +163294,190 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 744, - "viewportWidth": 428, - "weight": 0.00002054432595723564, + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.000032554806034148565, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.000020500730396482665, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00003255219417532101, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 0, - "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", + "screenHeight": 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.4082.1025 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.000020489218511156523, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003254386916990813, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.000020458121523163697, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00003254313081929773, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 753, - "viewportWidth": 1600, - "weight": 0.000020434547312914277, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 627, - "viewportWidth": 375, - "weight": 0.000020427720608660592, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00003254272160389395, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.4, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 100, + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 660, - "viewportWidth": 384, - "weight": 0.00002041907221447306, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 626, - "viewportWidth": 375, - "weight": 0.000020378643426442606, + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.00003254184835545125, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.3, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 50 }, - "language": "en-US", - "platform": "Linux armv81", + "language": "en-GB", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 758, - "viewportWidth": 412, - "weight": 0.000020350126102170908, - "deviceCategory": "mobile" + "viewportHeight": 961, + "viewportWidth": 1920, + "weight": 0.00003253948602725586, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, + "platform": "MacIntel", + "pluginsLength": 0, "screenHeight": 1440, "screenWidth": 3440, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1263, - "viewportWidth": 1557, - "weight": 0.000020343394370848605, + "viewportHeight": 928, + "viewportWidth": 1645, + "weight": 0.0000325316292745915, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 7.05, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, - "language": "en-GB", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "en-US", + "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/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 758, - "viewportWidth": 412, - "weight": 0.00002032991392261828, - "deviceCategory": "mobile" + "viewportHeight": 812, + "viewportWidth": 1440, + "weight": 0.00003252195212447988, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1352, + "screenWidth": 1349, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.000020323013565477434, + "viewportHeight": 1222, + "viewportWidth": 1349, + "weight": 0.00003251519551582673, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 50 }, - "language": "en-CA", - "platform": "Linux aarch64", - "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 14) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/124.0.0.0 Mobile DuckDuckGo/5 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 734, - "viewportWidth": 384, - "weight": 0.000020302091460480997, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", "language": "en-US", "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 917, - "viewportWidth": 1366, - "weight": 0.000020285872213613942, + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 802, + "viewportWidth": 1470, + "weight": 0.00003250481196867398, "deviceCategory": "desktop" }, { @@ -86244,13 +163485,13 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000020258375294986743, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.000032493869876214234, "deviceCategory": "mobile" }, { @@ -86263,34 +163504,62 @@ "type": "wifi" }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 5, + "screenHeight": 750, + "screenWidth": 1200, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1116, - "viewportWidth": 412, - "weight": 0.00002024319442454318, + "viewportHeight": 581, + "viewportWidth": 1200, + "weight": 0.00003248017445549576, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 Twitter for iPhone/11.62", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 594, + "viewportWidth": 393, + "weight": 0.000032460630067938955, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00003245256768415048, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 8.25, "effectiveType": "4g", - "rtt": 150 + "rtt": 100 }, "language": "en-US", "platform": "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 OPR/109.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 970, - "viewportWidth": 1879, - "weight": 0.00002022161952921909, + "viewportHeight": 922, + "viewportWidth": 1874, + "weight": 0.000032450015099895587, "deviceCategory": "desktop" }, { @@ -86301,62 +163570,69 @@ "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7969.1722 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 898, - "viewportWidth": 1707, - "weight": 0.00002017426481342548, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003244300825664253, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00002013984238128109, + "weight": 0.00003243489860891865, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3795.1867 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1292, - "viewportWidth": 2552, - "weight": 0.00002012557365039943, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003241506584103332, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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) Version/17.5 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.000020097371163567818, + "connection": { + "downlink": 5.5, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-NZ", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 706, + "viewportWidth": 360, + "weight": 0.000032411090227202485, "deviceCategory": "mobile" }, { @@ -86364,34 +163640,34 @@ "language": "en-CA", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00002004655324491642, + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00003240949118232742, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "downlinkMax": null, "effectiveType": "4g", "rtt": 0, "type": "wifi" }, - "language": "en-US", - "platform": "Linux aarch64", + "language": "en-CA", + "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 1127, - "screenWidth": 677, - "userAgent": "Mozilla/5.0 (Linux; Android 9; SM-A107F Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/87.0.4280.101 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36 OPR/94.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 1297, - "viewportWidth": 677, - "weight": 0.000020037616696735072, + "viewportHeight": 639, + "viewportWidth": 384, + "weight": 0.000032405138393459316, "deviceCategory": "mobile" }, { @@ -86402,57 +163678,67 @@ "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5440.1558 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 551, - "viewportWidth": 1280, - "weight": 0.00002002884613559183, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000032402506073711826, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000019994164671263864, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3660.1911 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003239961169608383, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 393, - "weight": 0.000019918055709116273, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000032391954668478705, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.00001990941604352798, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4649.1326 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003238461802996884, "deviceCategory": "mobile" }, { @@ -86460,13 +163746,13 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 844, - "screenWidth": 390, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.000019903148582941048, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00003237507118691145, "deviceCategory": "mobile" }, { @@ -86474,13 +163760,34 @@ "language": "en-US", "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", + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000019902796459517167, + "viewportHeight": 768, + "viewportWidth": 375, + "weight": 0.000032373502187495916, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-AU", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 715, + "viewportWidth": 411, + "weight": 0.00003235283853250525, "deviceCategory": "mobile" }, { @@ -86488,53 +163795,70 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8310.1507 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000032343988260157755, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Win32", "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", + "screenHeight": 1080, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 466, - "viewportWidth": 780, - "weight": 0.000019886883857736328, + "viewportHeight": 947, + "viewportWidth": 1513, + "weight": 0.000032343225568972665, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 696, - "viewportWidth": 384, - "weight": 0.000019886623486723963, - "deviceCategory": "mobile" + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000032322857509209575, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.000019880624121338828, + "viewportHeight": 809, + "viewportWidth": 430, + "weight": 0.00003231087752032219, "deviceCategory": "mobile" }, { @@ -86542,48 +163866,72 @@ "language": "en-US", "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", + "screenHeight": 693, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000019839937563579844, + "viewportHeight": 514, + "viewportWidth": 320, + "weight": 0.00003230584322109267, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.5, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "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/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 647, + "viewportWidth": 1366, + "weight": 0.000032300033299945374, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", - "platform": "Linux aarch64", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.7672.1925 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 384, - "weight": 0.00001979744306334342, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003229578051627884, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000019787931803716945, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3579.1412 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003228440659640282, "deviceCategory": "mobile" }, { @@ -86593,40 +163941,25 @@ "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.5 Safari/605.1.15", + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 684, + "viewportHeight": 692, "viewportWidth": 1180, - "weight": 0.00001976719436678854, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "ru-RU", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 993, - "viewportWidth": 1920, - "weight": 0.000019761000020573518, + "weight": 0.00003227473895942612, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-NZ", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, + "viewportHeight": 665, "viewportWidth": 393, - "weight": 0.000019742784501668304, + "weight": 0.000032265800172791643, "deviceCategory": "mobile" }, { @@ -86634,18 +163967,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, - "language": "en-US", - "platform": "Win32", + "language": "de-DE", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 738, - "viewportWidth": 1536, - "weight": 0.000019681773818360954, + "viewportHeight": 693, + "viewportWidth": 1440, + "weight": 0.000032238918438516854, "deviceCategory": "desktop" }, { @@ -86655,16 +163988,16 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1442, + "screenWidth": 1254, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 974, - "viewportWidth": 1792, - "weight": 0.000019680276519542142, + "viewportHeight": 1315, + "viewportWidth": 1254, + "weight": 0.000032225978742260446, "deviceCategory": "desktop" }, { @@ -86672,121 +164005,178 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, - "language": "en-US", + "language": "ru-RU", "platform": "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 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 915, - "viewportWidth": 1849, - "weight": 0.00001966222186376978, + "viewportHeight": 881, + "viewportWidth": 1950, + "weight": 0.00003220837984795436, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00003220120412716535, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1377, + "screenWidth": 1389, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 1440, - "weight": 0.000019659496274075948, + "viewportHeight": 1250, + "viewportWidth": 1389, + "weight": 0.000032195431237093214, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00003219366061410315, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 800, - "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", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.7339.214 ADG/11.1.5043 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 670, - "viewportWidth": 360, - "weight": 0.000019638959950488753, + "viewportHeight": 782, + "viewportWidth": 1696, + "weight": 0.000032187026096913484, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", + "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.00003218153969071191, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "MacIntel", - "pluginsLength": 0, + "platform": "Win32", + "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.3 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 707, - "viewportWidth": 1080, - "weight": 0.00001952646459147748, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 956, + "viewportWidth": 1878, + "weight": 0.000032161417719489335, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.000019400503223092544, + "weight": 0.000032148439385594075, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1471, + "screenWidth": 1288, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 766, - "viewportWidth": 412, - "weight": 0.00001938050402531492, - "deviceCategory": "mobile" + "viewportHeight": 1345, + "viewportWidth": 1288, + "weight": 0.000032144394496198216, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "de-DE", + "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.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 734, + "viewportWidth": 1440, + "weight": 0.00003214022571646788, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.00001937257611892987, + "viewportHeight": 495, + "viewportWidth": 375, + "weight": 0.00003213510353188839, "deviceCategory": "mobile" }, { @@ -86796,25 +164186,30 @@ "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 698, - "viewportWidth": 414, - "weight": 0.000019370003478879446, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000032126241123588846, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 666, - "viewportWidth": 390, - "weight": 0.00001921880652539142, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2213.1146 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003211459235496537, "deviceCategory": "mobile" }, { @@ -86822,35 +164217,33 @@ "language": "en-US", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 729, - "viewportWidth": 428, - "weight": 0.000019203613270808223, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003211061516413586, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 869, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 722, - "viewportWidth": 412, - "weight": 0.000019199710261085098, - "deviceCategory": "mobile" + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00003209466342902128, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -86859,11 +164252,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 Twitter for iPhone/11.62", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, + "viewportHeight": 594, "viewportWidth": 393, - "weight": 0.000019190680667085434, + "weight": 0.00003209210017812225, "deviceCategory": "mobile" }, { @@ -86871,13 +164264,13 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.000019174895395808228, + "viewportHeight": 653, + "viewportWidth": 393, + "weight": 0.00003209093602354827, "deviceCategory": "mobile" }, { @@ -86888,50 +164281,91 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000019086486495630148, + "viewportHeight": 768, + "viewportWidth": 1470, + "weight": 0.000032085937140937404, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000019041082028779165, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1708.1806 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003207753675006438, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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.7127.1199 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 710, - "viewportWidth": 412, - "weight": 0.000019015464623472193, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003206961025248649, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2444.1015 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000032066207443222045, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5986.1763 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000032063463022758665, "deviceCategory": "mobile" }, { @@ -86939,13 +164373,13 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 650, - "viewportWidth": 393, - "weight": 0.000019006138859854344, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000032062328217599874, "deviceCategory": "mobile" }, { @@ -86953,18 +164387,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "platform": "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 657, - "viewportWidth": 1366, - "weight": 0.000018989489225643118, + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.000032058881512918227, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00003204319151589017, "deviceCategory": "desktop" }, { @@ -86972,48 +164425,61 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 393, - "weight": 0.000018972542429651103, + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00003204203562099743, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 1279, + "viewportWidth": 2560, + "weight": 0.00003203796218220476, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.000018925145798587656, + "viewportHeight": 778, + "viewportWidth": 428, + "weight": 0.0000320293030832414, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.7426.1903 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 726, - "viewportWidth": 384, - "weight": 0.000018879786131884087, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003202774652171353, "deviceCategory": "mobile" }, { @@ -87021,49 +164487,33 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 741, - "viewportWidth": 428, - "weight": 0.000018872433995753677, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.000032025668430470716, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, - "language": "en-GB", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 772, - "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", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1470, + "screenWidth": 1331, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 639, - "viewportWidth": 360, - "weight": 0.00001887208603709901, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "es-US", - "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": 663, - "viewportWidth": 390, - "weight": 0.000018801671757077984, - "deviceCategory": "mobile" + "viewportHeight": 1350, + "viewportWidth": 1331, + "weight": 0.000032021173188879935, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -87075,113 +164525,115 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 716, - "viewportWidth": 1488, - "weight": 0.00001879613537183901, + "viewportHeight": 948, + "viewportWidth": 1912, + "weight": 0.00003201129527842304, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.000018794191623353876, - "deviceCategory": "mobile" + "screenHeight": 1442, + "screenWidth": 1318, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1316, + "viewportWidth": 1318, + "weight": 0.00003200441920430706, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8105.1187 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000018770822542049868, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003199934078409749, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-NZ", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.00001873326863530868, + "viewportHeight": 654, + "viewportWidth": 402, + "weight": 0.00003198529961767526, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 984, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1005, - "viewportWidth": 1800, - "weight": 0.00001871917509667245, - "deviceCategory": "desktop" + "viewportHeight": 858, + "viewportWidth": 432, + "weight": 0.000031969761218766825, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", + "language": "en-CA", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 720, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 820, "viewportWidth": 1440, - "weight": 0.000018596643871600828, + "weight": 0.00003196950111962, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-GB", + "platform": "MacIntel", "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", + "screenHeight": 1169, + "screenWidth": 1800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00001856838937437008, - "deviceCategory": "mobile" + "viewportHeight": 1280, + "viewportWidth": 2014, + "weight": 0.000031968558683613515, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -87192,55 +164644,62 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 846, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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": 689, - "viewportWidth": 412, - "weight": 0.00001850472358124645, + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00003196342308918465, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "language": "de-DE", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 735, + "screenWidth": 339, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1279, - "viewportWidth": 2560, - "weight": 0.000018494894368639037, - "deviceCategory": "desktop" + "viewportHeight": 601, + "viewportWidth": 338, + "weight": 0.000031951146012995456, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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.000018457071255467746, - "deviceCategory": "mobile" + "screenHeight": 1120, + "screenWidth": 1792, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 881, + "viewportWidth": 1792, + "weight": 0.00003194283630535872, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.65, "downlinkMax": 100, "effectiveType": "4g", "rtt": 100, @@ -87249,199 +164708,243 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 780, + "screenHeight": 792, "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, + "viewportHeight": 680, "viewportWidth": 360, - "weight": 0.00001843649518962744, + "weight": 0.00003193596468326003, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "language": "pt-BR", + "platform": "iPhone", "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/17.5 Safari/605.1.15", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 791, - "viewportWidth": 1194, - "weight": 0.000018431807240152402, - "deviceCategory": "desktop" + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.00003191954663602449, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0 + "rtt": 50, + "type": "wifi" }, + "language": "sl", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 1138, + "screenWidth": 712, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 968, + "viewportWidth": 711, + "weight": 0.000031898426441175095, + "deviceCategory": "tablet" + }, + { + "appName": "Netscape", "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 979, - "screenWidth": 1739, - "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": 853, - "viewportWidth": 1740, - "weight": 0.0000183872406140776, - "deviceCategory": "desktop" + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00003189453781793939, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 736, + "viewportWidth": 440, + "weight": 0.00003188480135698497, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 1.3, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00001833066011312532, + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00003186098341424534, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "tr-TR", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 665, "viewportWidth": 393, - "weight": 0.000018319350731798624, + "weight": 0.00003184091591485195, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 662, - "viewportWidth": 390, - "weight": 0.000018222772939298838, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1024, + "viewportWidth": 1280, + "weight": 0.000031837155739505724, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/122.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 875, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.000018221732676370716, - "deviceCategory": "desktop" + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.00003181868770672048, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8420.1101 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 738, - "viewportWidth": 1536, - "weight": 0.000018220951253038052, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000031806389579530826, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1420, + "screenWidth": 1240, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 738, - "viewportWidth": 1536, - "weight": 0.0000182181487600371, + "viewportHeight": 1296, + "viewportWidth": 1240, + "weight": 0.00003180028723400757, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 6.95, - "downlinkMax": null, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 810, - "viewportWidth": 412, - "weight": 0.000018180789562959896, - "deviceCategory": "mobile" + "viewportHeight": 957, + "viewportWidth": 1920, + "weight": 0.00003179323584302685, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000018149613416100455, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000031787483448162, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 852, - "viewportWidth": 393, - "weight": 0.000018133699355894692, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 749, + "viewportWidth": 411, + "weight": 0.00003178437632186967, "deviceCategory": "mobile" }, { @@ -87449,43 +164952,52 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 721, - "viewportWidth": 428, - "weight": 0.00001810065893110713, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00003177475721023442, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en", + "platform": "MacIntel", "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.00001809425303799112, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.00003175528218892062, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 615, - "viewportWidth": 1366, - "weight": 0.000018090573657267452, - "deviceCategory": "desktop" + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4742.1417 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000031751400732046255, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -87493,67 +165005,58 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 100, "type": "wifi" }, "language": "en-US", "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", + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, - "viewportWidth": 360, - "weight": 0.000018052357346221396, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 696, - "viewportWidth": 430, - "weight": 0.00001801809787756252, + "viewportHeight": 758, + "viewportWidth": 411, + "weight": 0.00003173909659574181, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 634, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7376.1211 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.000017984195774643834, + "weight": 0.000031726261404496486, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 810, - "screenWidth": 1440, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2195.1664 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 641, - "viewportWidth": 1440, - "weight": 0.000017970631718407947, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000031719390627256804, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -87562,216 +165065,233 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 Twitter for iPhone/11.62", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, + "viewportHeight": 598, "viewportWidth": 390, - "weight": 0.000017828806146272426, + "weight": 0.000031717085034075885, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", "platform": "Win32", "pluginsLength": 5, "screenHeight": 1080, "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 955, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, "viewportWidth": 1920, - "weight": 0.0000178026335610837, + "weight": 0.00003171327654205497, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 653, - "viewportWidth": 393, - "weight": 0.00001773590969409077, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7048.1888 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003169541045643514, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3054.1710 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00003169352788910149, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 655, - "viewportWidth": 393, - "weight": 0.000017700192457555728, + "viewportHeight": 879, + "viewportWidth": 428, + "weight": 0.00003168468210604373, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-CA", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.4463.1689 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 700, - "viewportWidth": 384, - "weight": 0.0000176825871034959, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000031674796592204596, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 3440, - "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": 1271, - "viewportWidth": 3440, - "weight": 0.00001752921930283533, - "deviceCategory": "desktop" + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 753, + "viewportWidth": 390, + "weight": 0.0000316633764747837, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 593, - "viewportWidth": 1280, - "weight": 0.000017524065392270683, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.7, - "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, "language": "en-US", - "platform": "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": 919, - "viewportWidth": 1920, - "weight": 0.00001751303171751081, - "deviceCategory": "desktop" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3750.1672 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003165614810366592, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 742, - "viewportWidth": 428, - "weight": 0.0000174905459501731, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00003164646641208968, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.4, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 857, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.4923.1750 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 690, - "viewportWidth": 384, - "weight": 0.00001746345247802654, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000031646267348256836, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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": 738, - "viewportWidth": 430, - "weight": 0.000017438623664256206, - "deviceCategory": "mobile" + "screenHeight": 1363, + "screenWidth": 1212, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1236, + "viewportWidth": 1212, + "weight": 0.000031641321149212533, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 806, - "viewportWidth": 412, - "weight": 0.000017391218990925047, - "deviceCategory": "mobile" + "viewportHeight": 1266, + "viewportWidth": 1267, + "weight": 0.0000316374877265656, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "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": 739, "viewportWidth": 430, - "weight": 0.000017384625179725414, + "weight": 0.00003163462161103272, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003163258775653148, "deviceCategory": "mobile" }, { @@ -87779,13 +165299,13 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.000017332018791259973, + "viewportHeight": 776, + "viewportWidth": 428, + "weight": 0.00003160418611876059, "deviceCategory": "mobile" }, { @@ -87793,91 +165313,130 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.000017299962511466456, + "viewportHeight": 735, + "viewportWidth": 393, + "weight": 0.00003160362159997583, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.8, - "downlinkMax": 100, + "downlink": 9.1, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 200, - "type": "cellular" + "rtt": 0, + "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, "screenHeight": 772, "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 643, + "viewportHeight": 603, "viewportWidth": 360, - "weight": 0.00001729291859814277, + "weight": 0.00003159974257119269, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 568, - "screenWidth": 320, - "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": 449, - "viewportWidth": 320, - "weight": 0.000017156592703632616, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3006.1027 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003159585596910908, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.000017088142161184168, + "screenHeight": 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.3089.1628 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000031594672316853864, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.000017003047269601485, - "deviceCategory": "mobile" + "screenHeight": 1486, + "screenWidth": 1293, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1358, + "viewportWidth": 1293, + "weight": 0.0000315862955694418, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-CA", + "platform": "Win32", "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.00001698377826277122, - "deviceCategory": "mobile" + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.000031585413478281815, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7659.1896 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00003158381225584378, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -87889,34 +165448,32 @@ "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1200, + "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 909, - "viewportWidth": 1467, - "weight": 0.000016973798078113922, + "viewportHeight": 889, + "viewportWidth": 1031, + "weight": 0.000031573165180485376, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.3, - "downlinkMax": null, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 1079, - "screenWidth": 486, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.9896.1020 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 898, - "viewportWidth": 486, - "weight": 0.000016951063715901944, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003156744388656984, "deviceCategory": "mobile" }, { @@ -87931,58 +165488,79 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 735, - "viewportWidth": 1536, - "weight": 0.000016934366903840617, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00003155941736181834, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "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": 718, - "viewportWidth": 414, - "weight": 0.000016930509386816082, + "viewportHeight": 658, + "viewportWidth": 393, + "weight": 0.00003155887052638965, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 150, + "type": "wifi" + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 759, + "viewportWidth": 411, + "weight": 0.00003155794737766484, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", "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.5 Safari/605.1.15", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 1292, - "viewportWidth": 1024, - "weight": 0.000016929790989522914, - "deviceCategory": "desktop" + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000031539446851622745, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1440, + "screenWidth": 3440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 742, - "viewportWidth": 1528, - "weight": 0.000016880011795962045, + "viewportHeight": 1075, + "viewportWidth": 1718, + "weight": 0.00003153586497263287, "deviceCategory": "desktop" }, { @@ -87992,89 +165570,78 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00001686917822047271, + "weight": 0.00003153034633148908, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000016791691019120047, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1795 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003152663198313349, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-CA", - "oscpu": "Intel Mac OS X 10.15", - "platform": "MacIntel", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 953, - "viewportWidth": 1894, - "weight": 0.000016763241610385363, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1 Ddg/18.6", "vendor": "Apple Computer, Inc.", - "viewportHeight": 634, - "viewportWidth": 375, - "weight": 0.000016721888579972055, + "viewportHeight": 654, + "viewportWidth": 390, + "weight": 0.00003151622973976857, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.9, - "downlinkMax": null, + "downlink": 9.4, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, - "language": "de-DE", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 857, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.4741.1846 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 690, - "viewportWidth": 384, - "weight": 0.00001667159284614453, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000031514558679512534, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Linux armv81", + "platform": "Linux armv81", "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": 615, - "viewportWidth": 393, - "weight": 0.000016664361595027018, + "screenHeight": 819, + "screenWidth": 378, + "userAgent": "Mozilla/5.0 (Android 16; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 687, + "viewportWidth": 378, + "weight": 0.00003151361781294526, "deviceCategory": "mobile" }, { @@ -88082,53 +165649,56 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5251.1358 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 736, - "viewportWidth": 1440, - "weight": 0.000016660012841895404, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000031512841630054805, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.75, - "downlinkMax": null, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux x86_64", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1412, + "screenWidth": 1293, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.000016585231919987583, + "viewportHeight": 1288, + "viewportWidth": 1293, + "weight": 0.000031502244001539254, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 7, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 626, - "viewportWidth": 393, - "weight": 0.00001656050137169745, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8382.1689 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003148698177042482, "deviceCategory": "mobile" }, { @@ -88136,129 +165706,107 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1327, + "screenWidth": 1311, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000016551983550011094, + "viewportHeight": 1206, + "viewportWidth": 1311, + "weight": 0.0000314781487695767, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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.000016541738929783708, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 669, + "viewportWidth": 360, + "weight": 0.0000314741831524251, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.25, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8085.1309 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 739, - "viewportWidth": 1600, - "weight": 0.000016535536200363868, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 735, - "viewportWidth": 428, - "weight": 0.000016517170033509565, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003146089424518679, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Linux armv81", - "platform": "Linux armv81", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 663, - "screenWidth": 306, - "userAgent": "Mozilla/5.0 (Android 14; Mobile; rv:126.0) Gecko/126.0 Firefox/126.0", - "vendor": "", - "viewportHeight": 551, - "viewportWidth": 306, - "weight": 0.000016452192859064908, - "deviceCategory": "mobile" + "screenHeight": 1117, + "screenWidth": 1728, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 994, + "viewportWidth": 1511, + "weight": 0.00003145190835611171, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.7, - "downlinkMax": 100, + "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 740, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 572, - "viewportWidth": 360, - "weight": 0.000016372990989336095, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 544, - "viewportWidth": 375, - "weight": 0.000016308625169725572, + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.00003144527726157803, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 745, "viewportWidth": 428, - "weight": 0.000016304047530862955, + "weight": 0.00003142556814815998, "deviceCategory": "mobile" }, { @@ -88271,29 +165819,15 @@ "type": "wifi" }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 854, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1094, - "weight": 0.000016232274696028815, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00001622224973081348, + "viewportHeight": 723, + "viewportWidth": 384, + "weight": 0.00003141428372774486, "deviceCategory": "mobile" }, { @@ -88301,122 +165835,72 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8789.1029 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 903, - "viewportWidth": 1728, - "weight": 0.00001622196301637603, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003140958852098627, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 660, + "viewportHeight": 692, "viewportWidth": 393, - "weight": 0.000016094548122653475, + "weight": 0.000031386146333465135, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/124.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.00001605170225407989, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "de", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1050, - "screenWidth": 1680, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 889, - "viewportWidth": 1680, - "weight": 0.000015963642322656126, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, "downlinkMax": null, - "effectiveType": "3g", - "rtt": 600, + "effectiveType": "4g", + "rtt": 50, "type": "wifi" }, "language": "en-US", "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", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 645, - "viewportWidth": 360, - "weight": 0.000015963108133877025, + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.00003138575319347354, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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.00001591231347145168, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 998, - "screenWidth": 448, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.1071.1269 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 844, - "viewportWidth": 448, - "weight": 0.00001589245762886399, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000313632003098602, "deviceCategory": "mobile" }, { @@ -88427,69 +165911,64 @@ "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6088.1315 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00001588008889792254, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000031354565602238566, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 1.55, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 350, - "type": "cellular" + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" }, - "language": "en-US", + "language": "en-IE", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 942, - "screenWidth": 424, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 795, - "viewportWidth": 424, - "weight": 0.00001577214352717238, + "viewportHeight": 794, + "viewportWidth": 411, + "weight": 0.00003133400631009846, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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/124.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 1440, - "weight": 0.000015763879713663848, - "deviceCategory": "desktop" + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00003133069919357728, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 645, "viewportWidth": 390, - "weight": 0.00001575168292143239, + "weight": 0.000031322887186915224, "deviceCategory": "mobile" }, { @@ -88499,30 +165978,49 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1390, + "screenWidth": 1390, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.00001574989669127338, + "viewportHeight": 1260, + "viewportWidth": 1390, + "weight": 0.00003132122606956587, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "ko-KR", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1493, + "screenWidth": 1289, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1364, + "viewportWidth": 1289, + "weight": 0.00003131771935456495, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "screenHeight": 926, "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, + "viewportHeight": 781, "viewportWidth": 428, - "weight": 0.000015715221140039587, + "weight": 0.00003130931321619451, "deviceCategory": "mobile" }, { @@ -88530,33 +166028,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3112.1811 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00001565019646495472, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003129740095214124, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "oscpu": "Intel Mac OS X 10.15", - "platform": "MacIntel", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 956, - "screenWidth": 1470, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 793, - "viewportWidth": 1470, - "weight": 0.000015623887478148787, + "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.0000312965910842683, "deviceCategory": "desktop" }, { @@ -88564,27 +166066,13 @@ "language": "en-US", "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.00001561768253585301, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, + "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": 737, - "viewportWidth": 430, - "weight": 0.000015603975006349833, + "viewportHeight": 713, + "viewportWidth": 414, + "weight": 0.00003128912783148937, "deviceCategory": "mobile" }, { @@ -88594,67 +166082,46 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.00001555790501394559, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-GB", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 568, - "screenWidth": 320, - "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": 448, - "viewportWidth": 320, - "weight": 0.000015546634675302453, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 718, - "viewportWidth": 414, - "weight": 0.000015437146718167002, + "weight": 0.00003127186892215118, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "hr-HR", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.000015415497952304584, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003126997245306973, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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": 659, - "viewportWidth": 390, - "weight": 0.000015398856878667773, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 725, + "viewportWidth": 384, + "weight": 0.00003126800939401916, "deviceCategory": "mobile" }, { @@ -88669,11 +166136,11 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00001536091570207107, + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.00003125442619076535, "deviceCategory": "desktop" }, { @@ -88686,70 +166153,60 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1313, - "viewportWidth": 2560, - "weight": 0.000015311705085564237, + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.00003125242067627904, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 9.4, - "effectiveType": "4g", - "rtt": 100 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "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": 919, - "viewportWidth": 1920, - "weight": 0.00001526546773707647, - "deviceCategory": "desktop" + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2.1 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 717, + "viewportWidth": 393, + "weight": 0.000031235784125076916, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.6, + "downlink": 9.8, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", - "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/101.0.4951.67 Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1381, + "screenWidth": 1379, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.000015263588569426794, + "viewportHeight": 1258, + "viewportWidth": 1379, + "weight": 0.00003120950350623442, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", + "language": "en-CA", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 728, - "viewportWidth": 1440, - "weight": 0.000015257315354546426, + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 1012, + "viewportWidth": 820, + "weight": 0.00003118525277872022, "deviceCategory": "desktop" }, { @@ -88759,25 +166216,25 @@ "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", + "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": 662, + "viewportHeight": 658, "viewportWidth": 390, - "weight": 0.000015198862011093603, + "weight": 0.000031177440230844396, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 550, - "viewportWidth": 375, - "weight": 0.000015182775136133719, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003117092447775946, "deviceCategory": "mobile" }, { @@ -88788,138 +166245,53 @@ "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.8705.1489 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.000015176514753260463, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 873, - "viewportWidth": 430, - "weight": 0.000015161767172226033, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000031167031722365696, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.2, + "downlink": 10, "effectiveType": "4g", - "rtt": 250 + "rtt": 50 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 670, - "viewportWidth": 1440, - "weight": 0.000015097520850411372, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 964, - "viewportWidth": 1920, - "weight": 0.000015045213882301846, + "screenHeight": 1440, + "screenWidth": 2560, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1314, + "viewportWidth": 2552, + "weight": 0.00003115609141079796, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 743, - "viewportWidth": 428, - "weight": 0.000015027010052562471, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.000015023573702557357, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00001497199930286772, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.000014948316712183473, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, + "viewportHeight": 643, "viewportWidth": 1536, - "weight": 0.00001493430372756252, + "weight": 0.000031140037850580976, "deviceCategory": "desktop" }, { @@ -88927,88 +166299,112 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 568, - "viewportWidth": 1283, - "weight": 0.000014906892661596641, + "viewportHeight": 816, + "viewportWidth": 1334, + "weight": 0.000031116353318109726, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 685, + "screenWidth": 840, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 685, + "viewportWidth": 840, + "weight": 0.000031099257619377885, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.000014878406693596183, - "deviceCategory": "mobile" + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.00003109891669910575, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 7.95, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 732, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36", + "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.5197.1578 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 652, - "viewportWidth": 412, - "weight": 0.000014834752983903669, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003109364455436945, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 8.2, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, "type": "wifi" }, "language": "en-GB", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 804, - "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", + "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/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 672, - "viewportWidth": 360, - "weight": 0.000014821204083827, - "deviceCategory": "mobile" + "viewportHeight": 717, + "viewportWidth": 1517, + "weight": 0.000031086634268267384, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000014820979042406669, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1915.1860 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000031071200879429845, "deviceCategory": "mobile" }, { @@ -89018,39 +166414,46 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.000014817001209758504, + "weight": 0.0000310641316935434, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "fr-FR", + "platform": "iPad", "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", + "screenHeight": 1133, + "screenWidth": 744, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.00001481429374690609, - "deviceCategory": "mobile" + "viewportHeight": 616, + "viewportWidth": 1133, + "weight": 0.000031053730722469074, + "deviceCategory": "tablet" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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.000014809270231232702, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 938, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 827, + "viewportWidth": 411, + "weight": 0.000031043727866803065, "deviceCategory": "mobile" }, { @@ -89058,13 +166461,13 @@ "language": "en-CA", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 777, - "viewportWidth": 390, - "weight": 0.00001462633593273702, + "viewportHeight": 694, + "viewportWidth": 393, + "weight": 0.00003101457914514071, "deviceCategory": "mobile" }, { @@ -89073,33 +166476,38 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 772, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 603, - "viewportWidth": 360, - "weight": 0.00001458014492635254, + "viewportHeight": 753, + "viewportWidth": 411, + "weight": 0.00003099542728356688, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "MacIntel", - "pluginsLength": 5, - "screenHeight": 1120, - "screenWidth": 1792, - "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": 954, - "viewportWidth": 1324, - "weight": 0.000014501616572895908, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5725.1107 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00003098901739024581, "deviceCategory": "desktop" }, { @@ -89109,384 +166517,308 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 645, "viewportWidth": 390, - "weight": 0.000014498985414070506, + "weight": 0.00003097883802678366, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 628, - "viewportWidth": 375, - "weight": 0.000014483436294428579, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003097568340993148, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000014419709440151662, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3643.1162 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003096347948043582, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 4.25, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 926, - "screenWidth": 428, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_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": 729, - "viewportWidth": 428, - "weight": 0.000014407506601023146, - "deviceCategory": "mobile" + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00003095475816430084, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "es-MX", + "platform": "iPad", "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", + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/405.0.859829126 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000014399745033692475, - "deviceCategory": "mobile" + "viewportHeight": 1011, + "viewportWidth": 820, + "weight": 0.00003092761390496488, + "deviceCategory": "tablet" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.000014382981018060286, + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00003092508799227435, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "pt-PT", "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 729, - "viewportWidth": 428, - "weight": 0.000014320951846587216, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000030915925714066815, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 896, - "screenWidth": 414, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 720, - "viewportWidth": 414, - "weight": 0.000014299519737872496, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000030910054708288905, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2787.1926 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1058, - "viewportWidth": 1619, - "weight": 0.000014249036501118756, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00003090082821753895, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 835, - "screenWidth": 376, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1443, + "screenWidth": 1223, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 704, - "viewportWidth": 376, - "weight": 0.000014183365263536232, - "deviceCategory": "mobile" + "viewportHeight": 1318, + "viewportWidth": 1223, + "weight": 0.00003089430665466407, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00001415088401443812, + "weight": 0.000030890285945543384, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1029, - "screenWidth": 1646, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 860, - "viewportWidth": 1646, - "weight": 0.00001413532830077494, + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00003088557755974032, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 698, - "viewportWidth": 414, - "weight": 0.000014103034238167362, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.000014075666522624058, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00003088324560809491, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 6.05, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-GB", "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", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 649, + "viewportHeight": 651, "viewportWidth": 360, - "weight": 0.000014063289797715678, + "weight": 0.00003088302163497025, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 2.8, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1455, + "screenWidth": 1225, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.00001401793428913417, + "viewportHeight": 1331, + "viewportWidth": 1225, + "weight": 0.000030882520701365414, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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": 509, - "viewportWidth": 320, - "weight": 0.000013974621722568514, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 5, + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 635, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2948.1824 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.000013939500011936203, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.000013932650892626894, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.000013921204423282956, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.000013907201981950756, + "weight": 0.00003087210599918137, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000013823841118331297, + "screenHeight": 1400, + "screenWidth": 1216, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1275, + "viewportWidth": 1216, + "weight": 0.00003086222675106882, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 926, - "screenWidth": 428, - "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": 746, - "viewportWidth": 428, - "weight": 0.000013797468946591113, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.000013726046069984167, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.8942.1955 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 693, - "viewportWidth": 384, - "weight": 0.000013640217633672643, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.0000308267356582799, "deviceCategory": "mobile" }, { @@ -89494,102 +166826,81 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 721, - "viewportWidth": 414, - "weight": 0.000013628892122436279, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.00003081935806146523, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.000013597764624442023, + "weight": 0.00003081029472271659, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 740, - "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": 612, - "viewportWidth": 360, - "weight": 0.00001356814709238809, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 627, - "viewportWidth": 375, - "weight": 0.000013566156126374431, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00003080758394019002, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1374, + "screenWidth": 1356, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1308, - "viewportWidth": 1230, - "weight": 0.000013560576834076916, + "viewportHeight": 1249, + "viewportWidth": 1356, + "weight": 0.00003080725533804968, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", "rtt": 50, - "type": "wifi" + "type": "cellular" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 784, - "viewportWidth": 412, - "weight": 0.000013544708176133323, + "viewportHeight": 647, + "viewportWidth": 360, + "weight": 0.00003080629198415938, "deviceCategory": "mobile" }, { @@ -89597,62 +166908,32 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.000013517455938729223, + "weight": 0.00003080538270322618, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.2078.1113 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 750, - "viewportWidth": 412, - "weight": 0.000013472361441113043, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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.000013456061116320724, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.000013409512991883505, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003079518119768842, "deviceCategory": "mobile" }, { @@ -89662,11 +166943,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 743, + "viewportHeight": 781, "viewportWidth": 428, - "weight": 0.000013339677295837598, + "weight": 0.00003078657669003913, "deviceCategory": "mobile" }, { @@ -89681,114 +166962,108 @@ "pluginsLength": 5, "screenHeight": 864, "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 722, - "viewportWidth": 1490, - "weight": 0.000013314869190358487, + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.000030780250332686566, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Linux armv81", + "connection": { + "downlink": 9.2, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", "platform": "Linux armv81", - "pluginsLength": 5, - "screenHeight": 800, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Android 14; Mobile; rv:126.0) Gecko/126.0 Firefox/126.0", - "vendor": "", - "viewportHeight": 669, - "viewportWidth": 360, - "weight": 0.00001329329067586046, - "deviceCategory": "mobile" + "pluginsLength": 0, + "screenHeight": 1318, + "screenWidth": 825, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1161, + "viewportWidth": 824, + "weight": 0.0000307678497631724, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4835.1911 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.000013209973760126947, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003076733924312393, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux aarch64", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 998, - "screenWidth": 448, - "userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 8 Pro Build/AP1A.240505.005; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/124.0.6367.179 Mobile Safari/537.36", + "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.3833.1579 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 856, - "viewportWidth": 448, - "weight": 0.000013208495261643184, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003075294418232822, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.25, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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 Edg/125.0.0.0", + "screenHeight": 1370, + "screenWidth": 1400, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1912, - "weight": 0.000013173222462397735, + "viewportHeight": 1241, + "viewportWidth": 1400, + "weight": 0.000030738700376467735, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 390, - "weight": 0.000013168244753198287, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 731, - "viewportWidth": 1536, - "weight": 0.000013155355919461037, + "screenHeight": 1375, + "screenWidth": 1368, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1247, + "viewportWidth": 1368, + "weight": 0.00003073741808694332, "deviceCategory": "desktop" }, { @@ -89798,58 +167073,73 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1385, + "screenWidth": 1397, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 934, - "viewportWidth": 1920, - "weight": 0.000013151155400605648, + "viewportHeight": 1261, + "viewportWidth": 1397, + "weight": 0.00003072816104868951, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.000013129699865182232, - "deviceCategory": "mobile" + "screenHeight": 865, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 718, + "viewportWidth": 1528, + "weight": 0.00003069109365507629, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 657, - "viewportWidth": 393, - "weight": 0.000013126546083964404, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1311.1943 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000030679201002965265, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000013073178035041484, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1141.1268 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000030678499924474945, "deviceCategory": "mobile" }, { @@ -89857,38 +167147,52 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 706, - "screenWidth": 1256, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5385.1627 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 593, - "viewportWidth": 1255, - "weight": 0.000013049575939520628, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003067025441000535, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4782.1859 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.000013034056315612424, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003067002943193477, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00003066362717668968, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -89897,26 +167201,30 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.000013016889771037479, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000030662510887692996, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 531, - "viewportWidth": 1280, - "weight": 0.000013016674002702256, + "screenHeight": 1459, + "screenWidth": 1259, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1335, + "viewportWidth": 1259, + "weight": 0.000030657186818520683, "deviceCategory": "desktop" }, { @@ -89931,97 +167239,60 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "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": 778, - "viewportWidth": 412, - "weight": 0.000013005942232537465, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 0, - "screenHeight": 844, - "screenWidth": 390, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.000012934850853653784, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 500, - "type": "cellular" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 701, - "viewportWidth": 384, - "weight": 0.000012921635456077077, + "viewportHeight": 651, + "viewportWidth": 360, + "weight": 0.000030651142271036086, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 869, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 722, - "viewportWidth": 412, - "weight": 0.000012919447230487096, - "deviceCategory": "mobile" + "viewportHeight": 834, + "viewportWidth": 1504, + "weight": 0.00003065092493324201, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 723, - "viewportWidth": 430, - "weight": 0.00001289930937205299, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.0000306501396169172, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "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": 737, + "viewportHeight": 810, "viewportWidth": 430, - "weight": 0.000012897724021748898, + "weight": 0.000030648691545805235, "deviceCategory": "mobile" }, { @@ -90029,86 +167300,53 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2315.1239 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1707, - "weight": 0.000012874451291497532, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003064628759987626, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 2.2, "downlinkMax": 100, "effectiveType": "4g", "rtt": 100, "type": "cellular" }, - "language": "it", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "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": 693, - "viewportWidth": 360, - "weight": 0.000012800788102527961, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 100 - }, - "language": "en-US", - "platform": "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", + "screenHeight": 1079, + "screenWidth": 485, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000012761573448099573, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.000012754794806815015, + "viewportHeight": 928, + "viewportWidth": 484, + "weight": 0.000030642427187854395, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-NZ", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 656, - "viewportWidth": 390, - "weight": 0.000012666109006835922, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00003064046536927359, "deviceCategory": "mobile" }, { @@ -90121,164 +167359,237 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1200, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, + "viewportHeight": 825, "viewportWidth": 1536, - "weight": 0.000012665656708222495, + "weight": 0.000030639506546108596, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.6, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 763, + "viewportWidth": 411, + "weight": 0.00003063848171603905, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 7, + "pluginsLength": 5, "screenHeight": 852, "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 655, + "viewportHeight": 665, "viewportWidth": 393, - "weight": 0.000012644699961792859, + "weight": 0.000030637554084808896, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.3, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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": 742, - "viewportWidth": 428, - "weight": 0.000012590050825383712, - "deviceCategory": "mobile" + "screenHeight": 1521, + "screenWidth": 1247, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1391, + "viewportWidth": 1247, + "weight": 0.00003062365329205526, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 0 + "rtt": 100, + "type": "cellular" }, "language": "en-US", - "platform": "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.6312.107 ADG/11.1.4646 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 569, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 798, - "viewportWidth": 1714, - "weight": 0.000012587047599394198, - "deviceCategory": "desktop" + "viewportHeight": 435, + "viewportWidth": 320, + "weight": 0.00003059700740833163, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 955, - "viewportWidth": 1920, - "weight": 0.000012568818158241752, - "deviceCategory": "desktop" + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 989, + "viewportWidth": 587, + "weight": 0.00003058581653634595, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 622, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8601.1619 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.000012564549524065561, + "weight": 0.00003058456948940369, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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 Ddg/17.5", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 744, - "viewportWidth": 428, - "weight": 0.000012500541457180452, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6275.1593 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000030577805913353714, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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) GSA/294.0.588955078 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.000012455228438213592, - "deviceCategory": "mobile" + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 758, + "viewportWidth": 1470, + "weight": 0.00003056966158744076, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.000012435325871674206, + "connection": { + "downlink": 9.1, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 712, + "viewportWidth": 411, + "weight": 0.000030567390066724594, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000012429224060583408, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6894.1354 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003056703297143097, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.5, + "downlink": 9.6, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/103.0.5060.134 Safari/537.36", + "pluginsLength": 5, + "screenHeight": 1483, + "screenWidth": 1397, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 960, - "viewportWidth": 1280, - "weight": 0.000012411652797959145, + "viewportHeight": 1359, + "viewportWidth": 1397, + "weight": 0.000030556938498068495, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1339, + "screenWidth": 1330, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1217, + "viewportWidth": 1330, + "weight": 0.00003055578402269155, "deviceCategory": "desktop" }, { @@ -90286,18 +167597,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.000012399284873438808, + "weight": 0.00003055086585975519, "deviceCategory": "desktop" }, { @@ -90305,46 +167616,51 @@ "language": "en-US", "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.1 Mobile/15E148 Safari/604.1", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 797, - "viewportWidth": 430, - "weight": 0.000012307434235670426, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00003054141818810745, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-AU", + "platform": "Win32", "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": 657, - "viewportWidth": 393, - "weight": 0.00001226399605563047, - "deviceCategory": "mobile" + "screenHeight": 1067, + "screenWidth": 1600, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 898, + "viewportWidth": 1600, + "weight": 0.000030537232666224106, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 1080, "viewportWidth": 1920, - "weight": 0.000012258152947982684, + "weight": 0.0000305308067121558, "deviceCategory": "desktop" }, { @@ -90352,41 +167668,77 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 200 }, "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 856, + "viewportWidth": 1556, + "weight": 0.000030515801516976195, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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/124.0.0.0 Safari/537.36", + "screenHeight": 1379, + "screenWidth": 1246, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.000012070106866369904, + "viewportHeight": 1256, + "viewportWidth": 1246, + "weight": 0.00003051534474325749, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 806, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "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.8237.1059 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 634, - "viewportWidth": 360, - "weight": 0.000012040544762730856, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000030511182538329432, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.5, + "effectiveType": "3g", + "rtt": 350 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 695, + "viewportWidth": 1536, + "weight": 0.00003050571379031036, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { @@ -90394,16 +167746,16 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "ru-RU", + "language": "zh-CN", "platform": "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 OPR/109.0.0.0 (Edition Yx GX 03)", + "screenHeight": 1387, + "screenWidth": 1265, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1080, - "viewportWidth": 1920, - "weight": 0.000012032417018865218, + "viewportHeight": 1260, + "viewportWidth": 1265, + "weight": 0.00003050401064875539, "deviceCategory": "desktop" }, { @@ -90413,11 +167765,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.000012005277438883532, + "weight": 0.000030471205608905102, "deviceCategory": "mobile" }, { @@ -90425,90 +167777,51 @@ "language": "en-CA", "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", + "screenHeight": 912, + "screenWidth": 420, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000011951467234370558, + "viewportHeight": 686, + "viewportWidth": 420, + "weight": 0.000030470688285678307, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 926, - "screenWidth": 428, - "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": 746, - "viewportWidth": 428, - "weight": 0.000011913807055342998, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-GB", - "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 1283, - "screenWidth": 2565, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "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.5788.1845 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1279, - "viewportWidth": 2560, - "weight": 0.000011886648898699108, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.000011862167297539848, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000030468663145426847, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, - "language": "es-MX", - "platform": "Linux armv81", + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 1652, - "screenWidth": 744, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 1459, - "viewportWidth": 744, - "weight": 0.000011802568163835147, - "deviceCategory": "tablet" - }, - { - "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "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": 545, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3125.1144 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.000011621686735516167, + "weight": 0.000030450973417409884, "deviceCategory": "mobile" }, { @@ -90519,15 +167832,15 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 811, - "viewportWidth": 1645, - "weight": 0.000011592140205158684, + "viewportHeight": 940, + "viewportWidth": 1912, + "weight": 0.000030448552987609426, "deviceCategory": "desktop" }, { @@ -90538,125 +167851,88 @@ "rtt": 100 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 910, - "viewportWidth": 1412, - "weight": 0.0000115742430618015, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000030433108713080664, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, + "downlinkMax": 100, "effectiveType": "4g", "rtt": 50, - "type": "wifi" + "type": "cellular" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 670, - "viewportWidth": 360, - "weight": 0.000011564144868134207, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.00001150512669061927, - "deviceCategory": "mobile" + "viewportHeight": 1780, + "viewportWidth": 980, + "weight": 0.000030425341502377237, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 0, - "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 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 932, - "viewportWidth": 1912, - "weight": 0.000011459907006226718, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en", - "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": 669, - "viewportWidth": 1280, - "weight": 0.000011456736814069295, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 623, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5853.1931 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.000011368629631162153, + "weight": 0.000030420010054694148, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.000011285914845857259, - "deviceCategory": "mobile" + "screenHeight": 1473, + "screenWidth": 1373, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1347, + "viewportWidth": 1373, + "weight": 0.00003041842652488495, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 742, - "viewportWidth": 428, - "weight": 0.00001123858318381757, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000030399232603688025, "deviceCategory": "mobile" }, { @@ -90666,32 +167942,30 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 645, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00001122227912392082, + "weight": 0.000030398378940955884, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 869, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.9533.1265 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 724, - "viewportWidth": 412, - "weight": 0.000011208573441507812, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000030388182401546925, "deviceCategory": "mobile" }, { @@ -90704,41 +167978,60 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 738, - "viewportWidth": 1536, - "weight": 0.000011192972573922716, + "viewportHeight": 631, + "viewportWidth": 1280, + "weight": 0.000030376349869220392, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-CA", + "platform": "iPad", "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", + "screenHeight": 1024, + "screenWidth": 768, + "userAgent": "Mozilla/5.0 (iPad; CPU OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.000011109900226285265, - "deviceCategory": "mobile" + "viewportHeight": 640, + "viewportWidth": 1024, + "weight": 0.000030369893740298017, + "deviceCategory": "tablet" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "language": "en-US", + "platform": "MacIntel", "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", + "screenHeight": 1117, + "screenWidth": 1728, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000011079493553763943, + "viewportHeight": 872, + "viewportWidth": 1501, + "weight": 0.000030354178869329715, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7502.1106 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000030350235250835508, "deviceCategory": "mobile" }, { @@ -90751,48 +168044,84 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 739, - "viewportWidth": 1205, - "weight": 0.000011013859978677277, + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.00003034054192607894, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6713.1215 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000030329879598867217, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-NZ", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 812, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 670, + "viewportWidth": 375, + "weight": 0.0000303284832494115, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 150 }, - "language": "fr-CA", - "platform": "Linux armv81", + "language": "en-US", + "platform": "iPhone", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 [FBAN/FBIOS;FBAV/495.1.0.27.296;FBBV/683141668;FBDV/iPhone13,2;FBMD/iPhone;FBSN/iOS;FBSV/26.2.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/684552024]", "vendor": "Google Inc.", - "viewportHeight": 750, - "viewportWidth": 412, - "weight": 0.000010964954417542921, + "viewportHeight": 844, + "viewportWidth": 390, + "weight": 0.00003032315792345366, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 737, - "viewportWidth": 430, - "weight": 0.000010956234671692253, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5612.1917 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003031826793790508, "deviceCategory": "mobile" }, { @@ -90800,27 +168129,32 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.000010937581936928633, + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.00003031476680673924, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.000010932991351869796, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3563.1411 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003031058899329201, "deviceCategory": "mobile" }, { @@ -90830,18 +168164,18 @@ "downlinkMax": null, "effectiveType": "4g", "rtt": 50, - "type": "wifi" + "type": "cellular" }, - "language": "en-CA", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 740, - "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", + "screenHeight": 883, + "screenWidth": 345, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 612, - "viewportWidth": 360, - "weight": 0.000010917755851385876, + "viewportHeight": 745, + "viewportWidth": 344, + "weight": 0.000030303578531180855, "deviceCategory": "mobile" }, { @@ -90854,34 +168188,34 @@ "language": "en-US", "platform": "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", + "screenHeight": 807, + "screenWidth": 1291, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 963, - "viewportWidth": 1920, - "weight": 0.000010906463004237765, + "viewportHeight": 680, + "viewportWidth": 1291, + "weight": 0.000030301900882073808, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.6, - "downlinkMax": null, + "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 200, + "type": "cellular" }, - "language": "en-US", + "language": "en-GB", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 984, - "screenWidth": 432, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 892, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 834, - "viewportWidth": 432, - "weight": 0.000010892177330740756, + "viewportHeight": 755, + "viewportWidth": 411, + "weight": 0.00003029511315340168, "deviceCategory": "mobile" }, { @@ -90889,74 +168223,46 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "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": 607, - "viewportWidth": 1366, - "weight": 0.000010841331759264707, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 667, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 812, "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_7 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": 531, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4975.1049 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00001082524061334708, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.000010812029939596267, + "weight": 0.000030290891090531658, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "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.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.000010801641043837244, - "deviceCategory": "mobile" + "viewportHeight": 727, + "viewportWidth": 1210, + "weight": 0.000030290208554810452, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.000010770456176687228, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.000030273866792646034, "deviceCategory": "mobile" }, { @@ -90964,34 +168270,34 @@ "language": "en-US", "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", + "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/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.000010759388854234761, + "viewportHeight": 812, + "viewportWidth": 402, + "weight": 0.00003026967012574835, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 100, "type": "wifi" }, - "language": "en-US", + "language": "ro-RO", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 820, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 766, - "viewportWidth": 412, - "weight": 0.000010751291205179888, + "viewportHeight": 683, + "viewportWidth": 360, + "weight": 0.00003026491606669165, "deviceCategory": "mobile" }, { @@ -91001,16 +168307,16 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "language": "en-GB", + "platform": "MacIntel", + "pluginsLength": 0, + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 606, - "viewportWidth": 1272, - "weight": 0.000010696387343520726, + "viewportHeight": 712, + "viewportWidth": 1470, + "weight": 0.00003024967118911086, "deviceCategory": "desktop" }, { @@ -91018,18 +168324,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 50 }, - "language": "en-US", + "language": "en-CA", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 834, - "viewportWidth": 1504, - "weight": 0.000010637426066103614, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.00003024521445953596, "deviceCategory": "desktop" }, { @@ -91038,7 +168344,7 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 200, + "rtt": 50, "type": "wifi" }, "language": "en-US", @@ -91046,58 +168352,46 @@ "pluginsLength": 0, "screenHeight": 832, "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 756, + "viewportHeight": 755, "viewportWidth": 384, - "weight": 0.00001053233801701971, + "weight": 0.000030225473374516753, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 889, - "viewportWidth": 1680, - "weight": 0.000010432971888018948, + "viewportHeight": 1781, + "viewportWidth": 980, + "weight": 0.000030217315711795857, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.000010411440567998356, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "pluginsLength": 7, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 628, - "viewportWidth": 375, - "weight": 0.00001040224352007513, + "viewportHeight": 659, + "viewportWidth": 390, + "weight": 0.000030211890733082147, "deviceCategory": "mobile" }, { @@ -91105,128 +168399,140 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "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": 641, - "viewportWidth": 1366, - "weight": 0.000010388434175940573, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.2.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 1177, - "viewportWidth": 2423, - "weight": 0.000010363485898692232, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1322, + "viewportWidth": 2552, + "weight": 0.0000301569720158452, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", "platform": "iPhone", - "pluginsLength": 5, + "pluginsLength": 0, "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 [FBAN/FBIOS;FBAV/495.1.0.27.296;FBBV/683141668;FBDV/iPhone13,2;FBMD/iPhone;FBSN/iOS;FBSV/26.2.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/684552024]", + "vendor": "Google Inc.", + "viewportHeight": 844, "viewportWidth": 390, - "weight": 0.000010346283408393432, + "weight": 0.00003015461597935018, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.65, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "platform": "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", + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 944, - "viewportWidth": 958, - "weight": 0.000010338395300616144, - "deviceCategory": "desktop" + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.000030147030513454578, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 708, - "viewportWidth": 414, - "weight": 0.000010224354074831787, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00003013859669544203, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.000010206715896693897, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.00003013739753564846, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.000010144222504371578, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000030135956633149248, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.4, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "es-ES", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 825, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 776, - "viewportWidth": 412, - "weight": 0.000010106701357376086, + "viewportHeight": 697, + "viewportWidth": 360, + "weight": 0.00003010306321351061, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.7433.1202 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003009188731532889, "deviceCategory": "mobile" }, { @@ -91236,25 +168542,49 @@ "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", + "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.00001009920756497725, + "weight": 0.000030091083587319765, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1672, + "weight": 0.000030084656898751356, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 713, - "viewportWidth": 1180, - "weight": 0.000010044967571144839, + "screenHeight": 1117, + "screenWidth": 1728, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 958, + "viewportWidth": 1728, + "weight": 0.000030079738751394234, "deviceCategory": "desktop" }, { @@ -91262,67 +168592,100 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 654, + "viewportWidth": 402, + "weight": 0.00003007079182933143, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "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) GSA/319.0.638705450 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.000010029871617465425, + "weight": 0.00003006974111318698, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 50 }, - "language": "en-CA", + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 903, + "viewportWidth": 1902, + "weight": 0.000030061506388995327, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.9, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 150, + "type": "cellular" + }, + "language": "de-DE", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 700, - "viewportWidth": 384, - "weight": 0.000009995071911963338, + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.000030051953897302666, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.9, + "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "he", - "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/125.0.0.0 Safari/537.36", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8214.1863 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 993, - "viewportWidth": 1920, - "weight": 0.000009985083042243716, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003004373078851647, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 793, - "viewportWidth": 393, - "weight": 0.000009915633193900074, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000030037053933610677, "deviceCategory": "mobile" }, { @@ -91330,63 +168693,71 @@ "language": "en-US", "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", + "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.000009897374684636214, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.000030034390599402392, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.000009856650104231217, + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2276.1458 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000030027166636170783, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 639, - "viewportWidth": 390, - "weight": 0.000009841399928648786, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9921.1185 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00003002303916832129, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2859.1525 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 736, - "viewportWidth": 412, - "weight": 0.000009837829715935385, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000030016539881063936, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -91395,122 +168766,96 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 662, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.000009835831979971236, + "weight": 0.000030016092864693303, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "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.00000983167739078702, - "deviceCategory": "mobile" + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 600, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8480.1664 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000030006620070279946, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/147.2.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 390, - "weight": 0.000009819447321402818, + "viewportHeight": 670, + "viewportWidth": 402, + "weight": 0.000030002455187623916, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 2, - "screenHeight": 854, - "screenWidth": 384, - "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": 622, - "viewportWidth": 384, - "weight": 0.00000977709505408134, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00002999714967152408, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 1.75, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 720, + "screenHeight": 800, "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 606, - "viewportWidth": 1232, - "weight": 0.000009753543149812939, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.000009733551457873228, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Linux x86_64", - "platform": "Linux x86_64", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 927, - "viewportWidth": 1920, - "weight": 0.000009699522761648144, + "viewportHeight": 665, + "viewportWidth": 1280, + "weight": 0.000029996532969571643, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "screenHeight": 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.4257.1465 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 717, - "viewportWidth": 384, - "weight": 0.000009658393372856998, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000029982378738780442, "deviceCategory": "mobile" }, { @@ -91520,11 +168865,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/147.2.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 752, + "viewportHeight": 737, "viewportWidth": 428, - "weight": 0.000009614468846395179, + "weight": 0.000029977323823057305, "deviceCategory": "mobile" }, { @@ -91532,32 +168877,27 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0000096035737365424, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000029973802924943793, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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": 945, - "viewportWidth": 1920, - "weight": 0.000009601225852891966, + "screenHeight": 1117, + "screenWidth": 1728, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 770, + "viewportWidth": 1324, + "weight": 0.000029965628593359044, "deviceCategory": "desktop" }, { @@ -91565,44 +168905,34 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23C71 Twitter for iPhone/11.62", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 390, - "weight": 0.000009594735630261303, + "viewportHeight": 668, + "viewportWidth": 430, + "weight": 0.000029956611608582318, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Intel Mac OS X 10.15", - "platform": "MacIntel", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 982, - "screenWidth": 1512, - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 832, - "viewportWidth": 1512, - "weight": 0.00000952469705993247, + "screenHeight": 1346, + "screenWidth": 1231, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1225, + "viewportWidth": 1231, + "weight": 0.000029952589634031532, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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.000009490381017577109, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "language": "en-US", @@ -91610,198 +168940,200 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 669, "viewportWidth": 390, - "weight": 0.00000947477633975865, + "weight": 0.000029937063551974174, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.55, - "downlinkMax": 100, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 869, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1354, + "screenWidth": 1307, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 761, - "viewportWidth": 412, - "weight": 0.00000935005380631348, - "deviceCategory": "mobile" + "viewportHeight": 1226, + "viewportWidth": 1307, + "weight": 0.000029906465227508855, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.2855.1421 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 685, - "viewportWidth": 412, - "weight": 0.000009299814646666574, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000029888818556531878, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 1180, + "screenWidth": 820, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.000009296959322213641, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "cellular" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "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": 759, - "viewportWidth": 412, - "weight": 0.000009273357914868762, - "deviceCategory": "mobile" + "viewportHeight": 698, + "viewportWidth": 1180, + "weight": 0.000029883598323881575, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1381, + "screenWidth": 1368, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000009265730831297827, + "viewportHeight": 1251, + "viewportWidth": 1368, + "weight": 0.000029877648757757204, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9295.1464 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 767, - "viewportWidth": 412, - "weight": 0.000009223228653315618, - "deviceCategory": "mobile" + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000029873766209262392, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 545, - "viewportWidth": 375, - "weight": 0.000009205758797761255, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000029860715640674442, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.000009198920696975901, - "deviceCategory": "mobile" + "screenHeight": 960, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 826, + "viewportWidth": 1536, + "weight": 0.000029857058488385033, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "de-DE", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.000009081531645781298, + "viewportHeight": 604, + "viewportWidth": 342, + "weight": 0.000029852892291062833, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPad", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 810, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 695, - "viewportWidth": 1080, - "weight": 0.00000903522763679958, - "deviceCategory": "tablet" + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9383.1376 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00002985226618458273, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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) FxiOS/126.2 Mobile/15E148 Safari/605.1.15", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 642, - "viewportWidth": 390, - "weight": 0.000009012058140852619, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000029841308143385233, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2788.1057 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000029840743647056408, "deviceCategory": "mobile" }, { @@ -91811,53 +169143,58 @@ "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", + "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.000008976071438469667, + "weight": 0.000029840419428215218, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.000008878172738984641, + "viewportHeight": 684, + "viewportWidth": 402, + "weight": 0.000029832060824378305, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "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.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 733, - "viewportWidth": 430, - "weight": 0.000008873076067044393, - "deviceCategory": "mobile" + "viewportHeight": 698, + "viewportWidth": 1386, + "weight": 0.00002983101275420533, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000008845793210226739, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1418.1435 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000029821432375107175, "deviceCategory": "mobile" }, { @@ -91865,76 +169202,60 @@ "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.000008721556501557259, + "viewportHeight": 672, + "viewportWidth": 402, + "weight": 0.00002981886554249994, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.65, - "downlinkMax": 100, + "downlink": 10, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.5808.1071 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 700, - "viewportWidth": 384, - "weight": 0.00000870934722011621, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000029818376338315486, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.000008705956372722773, + "viewportHeight": 641, + "viewportWidth": 393, + "weight": 0.000029809243809124316, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 707, - "viewportWidth": 1080, - "weight": 0.000008694768848815714, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000008693011864318189, + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.00002980425643597977, "deviceCategory": "mobile" }, { @@ -91944,137 +169265,93 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 717, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.000008641865049346502, + "weight": 0.000029794710596283922, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "language": "ru-RU", - "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 711, - "screenWidth": 1537, - "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": 703, - "viewportWidth": 1536, - "weight": 0.0000085988806621702, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 100 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "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": 702, - "viewportWidth": 384, - "weight": 0.000008573996146407538, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 634, - "viewportWidth": 375, - "weight": 0.000008509932923049615, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-GB", + "platform": "Win32", "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": 737, - "viewportWidth": 430, - "weight": 0.000008496869124648947, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 924, + "viewportWidth": 1912, + "weight": 0.000029788941594456678, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 667, - "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 548, - "viewportWidth": 375, - "weight": 0.000008495332349036774, + "viewportHeight": 654, + "viewportWidth": 402, + "weight": 0.00002978349405358546, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.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/18.6 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.000008440657980192066, - "deviceCategory": "mobile" + "viewportHeight": 757, + "viewportWidth": 1466, + "weight": 0.000029781198015532595, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, - "viewportWidth": 390, - "weight": 0.000008430347845723563, + "viewportHeight": 665, + "viewportWidth": 393, + "weight": 0.00002978027243918921, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 6.45, "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, + "rtt": 200, "type": "cellular" }, - "language": "en-US", + "language": "en-GB", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "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", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 750, - "viewportWidth": 412, - "weight": 0.000008412439041110335, + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.000029778373795364353, "deviceCategory": "mobile" }, { @@ -92084,83 +169361,105 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 796, + "viewportHeight": 741, "viewportWidth": 430, - "weight": 0.000008386835215291167, + "weight": 0.00002977052300049113, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "hr-HR", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 640, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Mobile Safari/537.36", + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 560, - "viewportWidth": 360, - "weight": 0.000008329664675218103, + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.00002976622075322569, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux x86_64", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 940, - "screenWidth": 1410, - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36", + "screenHeight": 1370, + "screenWidth": 1250, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 771, - "viewportWidth": 1410, - "weight": 0.000008329353053972008, + "viewportHeight": 1248, + "viewportWidth": 1250, + "weight": 0.000029756567589586718, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-GB", + "platform": "Win32", "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.00000831446684948593, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 919, + "viewportWidth": 1920, + "weight": 0.000029754792666842968, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.000008309783721251333, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000029750290839876388, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 1074, + "viewportWidth": 1912, + "weight": 0.000029747632209508423, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-CA", @@ -92168,11 +169467,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/144.0.3719.103 Version/26.0 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 659, "viewportWidth": 390, - "weight": 0.00000830372164409614, + "weight": 0.000029746546505338674, "deviceCategory": "mobile" }, { @@ -92181,106 +169480,107 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 756, - "viewportWidth": 412, - "weight": 0.000008262484516070543, + "viewportHeight": 699, + "viewportWidth": 384, + "weight": 0.000029743444523934683, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "en-GB", + "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/26.2 Safari/605.1.15", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 859, + "viewportWidth": 1512, + "weight": 0.000029739694641169046, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 660, - "viewportWidth": 390, - "weight": 0.0000082121264175759, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.000029729513913445774, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.05, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 250 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4286.1849 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 1536, - "weight": 0.00000819586110807353, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00002971391354970509, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 787, - "viewportWidth": 1600, - "weight": 0.000008190677574036186, + "viewportHeight": 668, + "viewportWidth": 1514, + "weight": 0.000029707953440779726, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 7.45, + "downlink": 3.85, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 150, + "type": "wifi" }, - "language": "en-US", - "platform": "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 Edg/125.0.0.0", - "vendor": "Google Inc.", - "viewportHeight": 773, - "viewportWidth": 1498, - "weight": 0.000008185524893992658, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", "language": "en-CA", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 899, - "viewportWidth": 1920, - "weight": 0.00000810259395774371, - "deviceCategory": "desktop" + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 1174, + "screenWidth": 480, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1074, + "viewportWidth": 480, + "weight": 0.000029702482842863614, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -92292,224 +169592,270 @@ "language": "en-US", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1440, + "screenWidth": 3440, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 633, - "viewportWidth": 1366, - "weight": 0.000008096922783698124, + "viewportHeight": 1286, + "viewportWidth": 3345, + "weight": 0.000029694206012799065, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 659, - "viewportWidth": 390, - "weight": 0.000008084993821806067, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1705.1864 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00002968907881495619, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.9, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.1984.1213 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1052, - "viewportWidth": 1872, - "weight": 0.000008073830703774969, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000029683169297932278, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Linux x86_64", - "platform": "Linux x86_64", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 970, - "viewportWidth": 1920, - "weight": 0.000008065578868820672, + "screenHeight": 1371, + "screenWidth": 1267, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1243, + "viewportWidth": 1267, + "weight": 0.00002968115771081808, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.2, + "downlink": 9.5, "effectiveType": "4g", "rtt": 0 }, - "language": "ru-RU", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 1080, - "viewportWidth": 1920, - "weight": 0.000008055843285550264, - "deviceCategory": "desktop" + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6089.1983 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00002967291607285048, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100 + "rtt": 100, + "type": "wifi" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 585, - "viewportWidth": 1280, - "weight": 0.00000797627443065432, - "deviceCategory": "desktop" + "viewportHeight": 649, + "viewportWidth": 360, + "weight": 0.00002967198273956502, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 3.9, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50 + "rtt": 150, + "type": "cellular" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "language": "en-NZ", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 792, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 848, - "viewportWidth": 1680, - "weight": 0.000007968504996419987, - "deviceCategory": "desktop" + "viewportHeight": 652, + "viewportWidth": 360, + "weight": 0.000029663649849368325, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 654, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.000007946008241981762, + "weight": 0.000029656600276410676, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 100 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 744, - "viewportWidth": 1180, - "weight": 0.000007915627518599049, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00002964947733560431, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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.000007893080166063638, + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-GB", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 777, + "viewportWidth": 411, + "weight": 0.000029646118352842108, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 1440, + "weight": 0.00002964288022334561, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 625, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2316.1831 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.00000788779371376734, + "weight": 0.000029637691871467803, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "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", + "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/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 643, - "viewportWidth": 360, - "weight": 0.00000784830921028939, - "deviceCategory": "mobile" + "viewportHeight": 962, + "viewportWidth": 1728, + "weight": 0.00002963468098320326, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, + "viewportHeight": 692, "viewportWidth": 390, - "weight": 0.000007839316402919565, + "weight": 0.000029630011701444094, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "fr-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000007830612977195166, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000029627225493591945, "deviceCategory": "mobile" }, { @@ -92524,154 +169870,178 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 869, + "screenHeight": 892, "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 722, - "viewportWidth": 412, - "weight": 0.000007820044333174962, - "deviceCategory": "mobile" + "viewportHeight": 1785, + "viewportWidth": 980, + "weight": 0.000029614428658612032, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.2, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.8423.1991 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 696, - "viewportWidth": 1440, - "weight": 0.000007808582456820577, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00002961104125066871, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 660, - "viewportWidth": 390, - "weight": 0.000007738561807882628, + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00002959464606117912, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 833, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.000007713604317211317, - "deviceCategory": "desktop" + "viewportHeight": 698, + "viewportWidth": 384, + "weight": 0.000029589271421506348, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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.000007610792810296887, + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 100, + "type": "cellular" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 784, + "viewportWidth": 411, + "weight": 0.00002958495587430159, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1413, + "screenWidth": 1374, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 696, - "viewportWidth": 1352, - "weight": 0.0000075934285845865105, + "viewportHeight": 1291, + "viewportWidth": 1374, + "weight": 0.000029568204027728362, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", "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": 707, - "viewportWidth": 1080, - "weight": 0.000007552435566047207, + "screenHeight": 982, + "screenWidth": 1512, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 803, + "viewportWidth": 1512, + "weight": 0.000029566215828310984, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "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.000007499660532847802, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 857, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 679, + "viewportWidth": 384, + "weight": 0.000029547429005939785, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000007462316272320806, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5848.1038 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00002954716166598564, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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.000007423162124117051, + "screenHeight": 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.3498.1995 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000029528219591288762, "deviceCategory": "mobile" }, { @@ -92682,152 +170052,145 @@ "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 1050, - "screenWidth": 1680, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 889, - "viewportWidth": 1680, - "weight": 0.000007405373717383632, + "viewportHeight": 870, + "viewportWidth": 1920, + "weight": 0.00002952248758779107, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 664, - "viewportWidth": 390, - "weight": 0.000007384395809637375, + "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.8447.1676 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000029520668248440302, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000007376020435554031, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.9835.999 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00002949904503091974, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "pt-BR", - "platform": "MacIntel", + "language": "en-CA", + "platform": "iPhone", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 820, - "viewportWidth": 1440, - "weight": 0.00000737024182005047, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 900, - "screenWidth": 1600, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 719, - "viewportWidth": 1600, - "weight": 0.00000731408025055742, - "deviceCategory": "desktop" + "viewportHeight": 739, + "viewportWidth": 430, + "weight": 0.000029480195371165835, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.15, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, + "rtt": 100, "type": "wifi" }, "language": "en-US", - "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/118.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 924, - "viewportWidth": 1920, - "weight": 0.000007195345855498448, - "deviceCategory": "desktop" + "viewportHeight": 695, + "viewportWidth": 384, + "weight": 0.000029461606238485307, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, + "viewportHeight": 953, "viewportWidth": 1920, - "weight": 0.000007174732784855299, + "weight": 0.000029450457462887023, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 8.7, "effectiveType": "4g", "rtt": 50 }, - "language": "fr-FR", + "language": "en-US", "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/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 695, - "viewportWidth": 767, - "weight": 0.000007157800641365294, + "viewportHeight": 738, + "viewportWidth": 1528, + "weight": 0.000029447074319834556, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 345, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.1738.1539 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 746, - "viewportWidth": 345, - "weight": 0.0000071044332484969394, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000029443904958938036, "deviceCategory": "mobile" }, { @@ -92835,84 +170198,81 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5394.1656 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 825, - "viewportWidth": 1707, - "weight": 0.000007099284715141532, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000029426156508262018, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 628, - "viewportWidth": 375, - "weight": 0.0000070234557901667805, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00002942306510614014, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.9, + "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 100, + "type": "wifi" }, "language": "en-US", - "platform": "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", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 846, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.000006973046178757842, - "deviceCategory": "desktop" + "viewportHeight": 718, + "viewportWidth": 411, + "weight": 0.000029421211536453015, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, "language": "en-US", - "platform": "Win32", + "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "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": 703, - "viewportWidth": 1536, - "weight": 0.000006922215676142871, - "deviceCategory": "desktop" + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 745, + "viewportWidth": 428, + "weight": 0.000029414346967139065, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.000006908711936172462, + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.000029410784856327232, "deviceCategory": "mobile" }, { @@ -92922,101 +170282,97 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.000006851760075802537, + "viewportHeight": 655, + "viewportWidth": 393, + "weight": 0.000029386163712171396, "deviceCategory": "mobile" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "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/121.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000006833723971902017, - "deviceCategory": "desktop" - }, { "appName": "Netscape", "language": "en-CA", "platform": "iPhone", - "pluginsLength": 5, + "pluginsLength": 7, "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, + "viewportHeight": 659, "viewportWidth": 390, - "weight": 0.000006795678746695482, + "weight": 0.000029381416710230746, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 926, - "viewportWidth": 428, - "weight": 0.00000679416359145753, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9498.1580 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00002937195893631069, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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/319.0.638705450 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, - "viewportWidth": 390, - "weight": 0.000006775526517555017, - "deviceCategory": "mobile" + "screenHeight": 1436, + "screenWidth": 1250, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1308, + "viewportWidth": 1250, + "weight": 0.000029359259228942844, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "language": "en-CA", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 693, - "screenWidth": 320, - "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", + "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.7.3 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 654, - "viewportWidth": 320, - "weight": 0.000006740669489431416, - "deviceCategory": "mobile" + "viewportHeight": 707, + "viewportWidth": 1080, + "weight": 0.000029355777997643155, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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": 707, - "viewportWidth": 414, - "weight": 0.0000066903782430826606, - "deviceCategory": "mobile" + "screenHeight": 1445, + "screenWidth": 1307, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1321, + "viewportWidth": 1307, + "weight": 0.000029348296213199623, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -93028,69 +170384,91 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1271, - "viewportWidth": 3440, - "weight": 0.000006686236986925614, + "viewportHeight": 735, + "viewportWidth": 1536, + "weight": 0.00002933863449013732, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.8, - "downlinkMax": null, + "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 50, + "type": "cellular" }, - "language": "en-GB", + "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 772, - "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", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 639, - "viewportWidth": 360, - "weight": 0.000006678750164302033, + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.000029336332574808494, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", "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.000006647806170671694, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.000029315974839583917, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1523, + "screenWidth": 1233, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1397, + "viewportWidth": 1233, + "weight": 0.00002930875225325779, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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.6081.1581 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 719, - "viewportWidth": 384, - "weight": 0.0000066227063706495304, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00002930126925601469, "deviceCategory": "mobile" }, { @@ -93101,57 +170479,53 @@ "rtt": 50 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 1440, - "weight": 0.000006595864609852404, + "viewportHeight": 730, + "viewportWidth": 1536, + "weight": 0.0000292974450944179, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", "platform": "Win32", - "pluginsLength": 4, - "screenHeight": 640, - "screenWidth": 1372, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "pluginsLength": 5, + "screenHeight": 1200, + "screenWidth": 2134, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 639, - "viewportWidth": 1366, - "weight": 0.000006565738926696058, + "viewportHeight": 1080, + "viewportWidth": 2134, + "weight": 0.000029296315846186958, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 652, - "viewportWidth": 393, - "weight": 0.000006534587530412267, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/304.0.607401217 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 793, - "viewportWidth": 393, - "weight": 0.000006480818451788466, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2467.1324 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000029293935053676156, "deviceCategory": "mobile" }, { @@ -93161,87 +170535,123 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00000642607358103315, + "weight": 0.000029290249102912975, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 0, + "type": "wifi" }, - "language": "en-US", - "platform": "Win32", + "language": "en-GB", + "platform": "Linux x86_64", "pluginsLength": 5, "screenHeight": 768, "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 607, + "viewportHeight": 599, "viewportWidth": 1366, - "weight": 0.00000640812074154913, + "weight": 0.000029288813603323488, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.000006407299111460927, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.00002928808740267865, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-us", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1429, + "screenWidth": 1232, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1301, + "viewportWidth": 1232, + "weight": 0.000029282034680139974, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", "pluginsLength": 0, "screenHeight": 812, "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 635, + "userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3359.1183 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.000006400158114607261, + "weight": 0.00002928070363047595, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 2160, - "screenWidth": 3840, - "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": 5400, - "viewportWidth": 3840, - "weight": 0.000006397455863584359, + "screenHeight": 932, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 748, + "viewportWidth": 1367, + "weight": 0.000029277497034169754, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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": 657, - "viewportWidth": 393, - "weight": 0.000006397394710889701, - "deviceCategory": "mobile" + "screenHeight": 1467, + "screenWidth": 1229, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1340, + "viewportWidth": 1229, + "weight": 0.00002927728884315348, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -93250,11 +170660,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 739, "viewportWidth": 430, - "weight": 0.000006376846323056102, + "weight": 0.0000292732453448963, "deviceCategory": "mobile" }, { @@ -93265,175 +170675,141 @@ "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.9205.1597 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 945, - "viewportWidth": 1920, - "weight": 0.0000063766802435199705, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000029271950230950262, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "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": 657, + "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.000006373904298741812, + "weight": 0.000029257487123518126, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.9, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000006307327164229342, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5750.1497 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000029237604724486474, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 9.1, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, "screenHeight": 780, "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.0 Chrome/121.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 610, + "viewportHeight": 645, "viewportWidth": 360, - "weight": 0.000006286491972383528, + "weight": 0.000029213558695728485, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 + "downlink": 1.35, + "effectiveType": "3g", + "rtt": 400 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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/125.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 754, - "viewportWidth": 1440, - "weight": 0.000006286404072735145, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000029201621341107018, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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 Edg/125.0.0.0", + "screenHeight": 1505, + "screenWidth": 1219, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 864, - "viewportWidth": 1705, - "weight": 0.000006279635109878239, + "viewportHeight": 1380, + "viewportWidth": 1219, + "weight": 0.000029189282432386578, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", "rtt": 0 }, - "language": "en-US", - "platform": "Linux x86_64", - "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 1353, - "viewportWidth": 2560, - "weight": 0.000006268895090158004, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.65, - "effectiveType": "4g", - "rtt": 100 - }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 960, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1516, + "screenWidth": 1247, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 878, - "viewportWidth": 1482, - "weight": 0.0000062680861630848025, + "viewportHeight": 1393, + "viewportWidth": 1247, + "weight": 0.000029187445702061657, "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", - "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.0000062593655777098785, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 150, - "type": "wifi" - }, - "language": "en-GB", + "oscpu": "Linux armv81", "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "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": 782, - "viewportWidth": 412, - "weight": 0.00000622057108663357, + "pluginsLength": 5, + "screenHeight": 811, + "screenWidth": 378, + "userAgent": "Mozilla/5.0 (Android 16; Mobile; rv:147.0) Gecko/147.0 Firefox/147.0", + "vendor": "", + "viewportHeight": 714, + "viewportWidth": 378, + "weight": 0.000029184756383305497, "deviceCategory": "mobile" }, { @@ -93441,51 +170817,39 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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/117.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 676, - "viewportWidth": 1200, - "weight": 0.000006197708602224526, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000029163075951698088, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0 + "rtt": 50, + "type": "cellular" }, - "language": "zh-CN", - "platform": "Linux x86_64", + "language": "en-US", + "platform": "Linux armv81", "pluginsLength": 0, - "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.9391.1234 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 812, - "viewportWidth": 375, - "weight": 0.000006146277980988914, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.000006103581822043819, + "viewportHeight": 697, + "viewportWidth": 384, + "weight": 0.000029162548265202166, "deviceCategory": "mobile" }, { @@ -93500,27 +170864,41 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 746, - "viewportWidth": 412, - "weight": 0.000006091644056308007, + "viewportHeight": 696, + "viewportWidth": 384, + "weight": 0.000029149594181739138, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000006082735142117114, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000029146724933317065, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.000029140595281634785, "deviceCategory": "mobile" }, { @@ -93533,79 +170911,86 @@ "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1600, + "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": 1073, - "viewportWidth": 1920, - "weight": 0.000006035411171909856, + "viewportHeight": 773, + "viewportWidth": 1600, + "weight": 0.000029136664500570336, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "MacIntel", - "pluginsLength": 0, - "screenHeight": 896, - "screenWidth": 414, - "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": 714, - "viewportWidth": 414, - "weight": 0.000006005593296593604, + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 942, + "screenWidth": 1674, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 826, + "viewportWidth": 1666, + "weight": 0.00002913643248185165, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 669, - "viewportWidth": 1440, - "weight": 0.0000059916783775538846, - "deviceCategory": "desktop" + "viewportHeight": 645, + "viewportWidth": 360, + "weight": 0.000029133961854179465, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, + "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.000005962702730754896, + "weight": 0.00002912805074295659, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 8.05, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.000005921185146261489, + "viewportHeight": 607, + "viewportWidth": 1366, + "weight": 0.00002912222964188962, "deviceCategory": "desktop" }, { @@ -93613,63 +170998,70 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000005886616077522262, + "viewportHeight": 745, + "viewportWidth": 430, + "weight": 0.00002910617418917261, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 660, - "viewportWidth": 390, - "weight": 0.000005851638132581206, - "deviceCategory": "mobile" + "screenHeight": 712, + "screenWidth": 1138, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 586, + "viewportWidth": 1130, + "weight": 0.000029099307063162014, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1050, - "screenWidth": 1680, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 889, - "viewportWidth": 1680, - "weight": 0.000005835029918806765, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000029094689830476622, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": null, + "downlink": 9.1, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 835, - "screenWidth": 376, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.2748.1862 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 690, - "viewportWidth": 376, - "weight": 0.000005808438700463672, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000029091023243700357, "deviceCategory": "mobile" }, { @@ -93677,189 +171069,185 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, - "language": "en-US", + "language": "en-GB", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.000005793677709119545, + "viewportHeight": 918, + "viewportWidth": 958, + "weight": 0.0000290894631778492, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "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.000005732740582029253, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "iPad", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1366, - "screenWidth": 1024, - "userAgent": "Mozilla/5.0 (iPad; CPU OS 16_7 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": 868, - "viewportWidth": 1366, - "weight": 0.000005723231361947767, - "deviceCategory": "tablet" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00002907737469516505, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 9.95, + "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 100 + "rtt": 0, + "type": "wifi" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 585, - "viewportWidth": 1280, - "weight": 0.000005647701369524732, - "deviceCategory": "desktop" + "viewportHeight": 605, + "viewportWidth": 360, + "weight": 0.000029071982553778177, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 430, - "weight": 0.000005645183130145803, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000029071926070141256, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 926, - "screenWidth": 428, - "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": 743, - "viewportWidth": 428, - "weight": 0.000005641072595596489, + "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.4936.1701 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000029065126132336638, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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.4.1 Safari/605.1.15", + "screenHeight": 693, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 1817, - "viewportWidth": 1133, - "weight": 0.000005637273055898391, - "deviceCategory": "desktop" + "viewportHeight": 548, + "viewportWidth": 320, + "weight": 0.000029064503949838746, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "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) CriOS/126.0.6478.35 Mobile/15E148 Safari/604.1", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, - "viewportWidth": 390, - "weight": 0.0000056231315101172986, - "deviceCategory": "mobile" + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1362, + "screenWidth": 1234, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1239, + "viewportWidth": 1234, + "weight": 0.00002906156996364904, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, "language": "en-US", - "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.000005617517482276974, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 784, + "viewportWidth": 411, + "weight": 0.000029059072348792485, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.45, + "downlink": 10, "downlinkMax": null, "effectiveType": "4g", "rtt": 100, "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 798, - "viewportWidth": 1821, - "weight": 0.00000559871438360603, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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": 527, - "viewportWidth": 312, - "weight": 0.000005561466764962377, + "viewportHeight": 666, + "viewportWidth": 360, + "weight": 0.000029050029235083485, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 4, + "screenHeight": 1200, + "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": 1313, - "viewportWidth": 2560, - "weight": 0.000005457607255882749, + "viewportHeight": 1200, + "viewportWidth": 1280, + "weight": 0.00002904221188491712, "deviceCategory": "desktop" }, { @@ -93874,11 +171262,11 @@ "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 Edg/125.0.0.0", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 966, - "viewportWidth": 1872, - "weight": 0.000005438732588452511, + "viewportHeight": 729, + "viewportWidth": 1536, + "weight": 0.000029041263870105882, "deviceCategory": "desktop" }, { @@ -93886,13 +171274,27 @@ "language": "en-US", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, - "viewportWidth": 393, - "weight": 0.00000543731579262189, + "viewportHeight": 663, + "viewportWidth": 390, + "weight": 0.00002904062998389587, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 693, + "screenWidth": 320, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 502, + "viewportWidth": 320, + "weight": 0.00002903759907520236, "deviceCategory": "mobile" }, { @@ -93902,72 +171304,86 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 661, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.000005426162694594913, + "weight": 0.000029032171261163704, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.3, - "downlinkMax": null, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 100, - "type": "wifi" + "rtt": 0 }, - "language": "en-US", - "platform": "Linux x86_64", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1352, + "screenWidth": 1360, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 617, - "viewportWidth": 1366, - "weight": 0.0000054248847448477835, + "viewportHeight": 1226, + "viewportWidth": 1360, + "weight": 0.00002902856268104821, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 4.65, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "platform": "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", + "language": "de-DE", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 873, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000005355495039557028, - "deviceCategory": "desktop" + "viewportHeight": 735, + "viewportWidth": 392, + "weight": 0.00002901748032018283, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", - "platform": "Win32", + "language": "zh-CN", + "platform": "MacIntel", "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", + "screenHeight": 1397, + "screenWidth": 1221, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.000005338706025344764, + "viewportHeight": 1275, + "viewportWidth": 1221, + "weight": 0.000029011462814579125, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000029010552065714156, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "connection": { @@ -93975,56 +171391,49 @@ "effectiveType": "4g", "rtt": 50 }, - "language": "es-MX", + "language": "en-US", "platform": "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", + "screenHeight": 865, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000005256864163195072, + "viewportHeight": 743, + "viewportWidth": 1536, + "weight": 0.000029003090687682742, "deviceCategory": "desktop" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "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": 770, - "viewportWidth": 412, - "weight": 0.000005244525083049137, + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000028996542050815533, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 + "downlink": 1.5, + "effectiveType": "3g", + "rtt": 300 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.000005238461454857373, + "viewportHeight": 768, + "viewportWidth": 1366, + "weight": 0.000028988063263053752, "deviceCategory": "desktop" }, { @@ -94034,44 +171443,44 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "en", - "platform": "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", + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.1931.1783 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.000005221040924973565, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028979388342639904, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000005220879534782654, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000028979134811339112, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000005209110299977346, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.00002897235545553083, "deviceCategory": "mobile" }, { @@ -94079,13 +171488,13 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.00000518154123193744, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000028968252633504744, "deviceCategory": "mobile" }, { @@ -94093,19 +171502,19 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4801.1133 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 0.000005138052087219886, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00002896074932687009, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -94114,25 +171523,11 @@ "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.000005098141937254126, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 390, - "weight": 0.000004958515667923694, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000028957916228337334, "deviceCategory": "mobile" }, { @@ -94140,107 +171535,72 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 718, - "viewportWidth": 414, - "weight": 0.000004887363565305311, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000028955424096695323, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 6.95, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1163, - "viewportWidth": 1662, - "weight": 0.0000048138243123204856, + "viewportHeight": 778, + "viewportWidth": 1440, + "weight": 0.000028943664481265523, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 657, - "viewportWidth": 393, - "weight": 0.000004799566324731912, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5103.1014 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 934, - "viewportWidth": 1920, - "weight": 0.0000047165217387762, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.000004699615680191448, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00002893320112249467, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 0, + "type": "cellular" + }, "language": "en-AU", - "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.000004672768330962264, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 653, - "viewportWidth": 390, - "weight": 0.000004642421126712105, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 657, + "viewportWidth": 384, + "weight": 0.000028923858283260765, "deviceCategory": "mobile" }, { @@ -94252,14 +171612,14 @@ }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "pluginsLength": 5, + "screenHeight": 1152, + "screenWidth": 4096, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.00000461802772008074, + "viewportHeight": 886, + "viewportWidth": 1399, + "weight": 0.000028921551433440695, "deviceCategory": "desktop" }, { @@ -94274,74 +171634,84 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 800, - "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", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 667, - "viewportWidth": 360, - "weight": 0.000004612050195842281, + "viewportHeight": 692, + "viewportWidth": 384, + "weight": 0.000028920586044211753, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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", + "screenHeight": 1080, + "screenWidth": 810, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15", "vendor": "Apple Computer, Inc.", - "viewportHeight": 658, - "viewportWidth": 390, - "weight": 0.000004598298045183684, - "deviceCategory": "mobile" + "viewportHeight": 682, + "viewportWidth": 1080, + "weight": 0.000028919255944692414, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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 Ddg/17.5", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 738, - "viewportWidth": 430, - "weight": 0.000004586742580383638, - "deviceCategory": "mobile" + "screenHeight": 1337, + "screenWidth": 1284, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1214, + "viewportWidth": 1284, + "weight": 0.000028914360650731794, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 8.05, + "downlink": 9.7, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1488, + "screenWidth": 1378, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 778, - "viewportWidth": 1552, - "weight": 0.000004580227521626658, + "viewportHeight": 1366, + "viewportWidth": 1378, + "weight": 0.000028910909006245085, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.5, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 664, - "viewportWidth": 390, - "weight": 0.000004530291860378099, + "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.5848.1037 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00002889684890171066, "deviceCategory": "mobile" }, { @@ -94349,60 +171719,75 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 250 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 799, - "viewportWidth": 1475, - "weight": 0.0000044944988349553944, + "viewportHeight": 748, + "viewportWidth": 1439, + "weight": 0.00002889504476285475, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 873, - "viewportWidth": 430, - "weight": 0.000004482570734141859, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000028888169940264435, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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.0000044417985393210995, - "deviceCategory": "mobile" + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 954, + "viewportWidth": 1912, + "weight": 0.000028885765045108697, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000004415464821886324, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7027.1649 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028883616251038054, "deviceCategory": "mobile" }, { @@ -94410,42 +171795,46 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.000004412359052082154, + "viewportHeight": 767, + "viewportWidth": 430, + "weight": 0.000028883417215057866, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en", "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2560, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0", - "vendor": "", - "viewportHeight": 1287, - "viewportWidth": 2560, - "weight": 0.000004395743627639426, + "pluginsLength": 0, + "screenHeight": 1600, + "screenWidth": 1600, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.6943.141 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1600, + "viewportWidth": 1600, + "weight": 0.00002887481278914484, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.0000042291283888639236, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00002885852609306314, "deviceCategory": "mobile" }, { @@ -94453,42 +171842,42 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 653, - "viewportWidth": 390, - "weight": 0.000004201030678188994, + "viewportHeight": 727, + "viewportWidth": 428, + "weight": 0.000028855136201689217, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 744, - "viewportWidth": 428, - "weight": 0.000004169303865302865, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000028853841542136472, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-GB", - "platform": "MacIntel", + "language": "en-CA", + "platform": "iPhone", "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.1 Safari/605.1.15", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 820, - "viewportWidth": 1440, - "weight": 0.00000400196307104517, - "deviceCategory": "desktop" + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.00002885204620100037, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -94497,11 +171886,11 @@ "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 669, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.000003997000558417469, + "weight": 0.000028847395222036047, "deviceCategory": "mobile" }, { @@ -94509,18 +171898,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Win32", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 779, - "viewportWidth": 1440, - "weight": 0.000003981824953496244, + "viewportHeight": 889, + "viewportWidth": 1680, + "weight": 0.000028845797753871255, "deviceCategory": "desktop" }, { @@ -94528,52 +171917,52 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 150 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6660.1250 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 730, - "viewportWidth": 1536, - "weight": 0.000003966832231980397, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028844646841881995, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 649, "viewportWidth": 393, - "weight": 0.000003928482061457112, + "weight": 0.000028837914190344806, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.1, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5580.1653 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1165, - "viewportWidth": 2340, - "weight": 0.0000039251745273696974, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028835202899767413, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -94582,51 +171971,18 @@ "effectiveType": "4g", "rtt": 0 }, - "language": "fr-FR", + "language": "zh-CN", "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": 792, - "viewportWidth": 1255, - "weight": 0.0000038938577286707765, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "language": "en-US", - "platform": "Win32", - "pluginsLength": 5, - "screenHeight": 1080, - "screenWidth": 1920, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36", + "screenHeight": 1325, + "screenWidth": 1277, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.0000038847655563771665, + "viewportHeight": 1202, + "viewportWidth": 1277, + "weight": 0.000028832151279757697, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "language": "en-US", - "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": 739, - "viewportWidth": 430, - "weight": 0.000003880259586775335, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "language": "en-US", @@ -94634,11 +171990,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.000003804893512872319, + "viewportWidth": 402, + "weight": 0.00002882668189253755, "deviceCategory": "mobile" }, { @@ -94648,25 +172004,30 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 698, "viewportWidth": 390, - "weight": 0.0000036759907270958333, + "weight": 0.00002882078387686064, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 369, - "viewportWidth": 814, - "weight": 0.0000036757340404268, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6531.1825 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028810539722501684, "deviceCategory": "mobile" }, { @@ -94674,34 +172035,51 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 932, - "screenWidth": 430, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 741, - "viewportWidth": 430, - "weight": 0.0000036436646222428708, + "viewportHeight": 737, + "viewportWidth": 375, + "weight": 0.000028796304857268817, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 3.25, - "downlinkMax": null, + "downlink": 9.8, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "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", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9037.1742 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 647, - "viewportWidth": 360, - "weight": 0.0000036389374063825882, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00002879601027395965, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3480.1914 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028793993807067185, "deviceCategory": "mobile" }, { @@ -94709,27 +172087,46 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 744, - "viewportWidth": 428, - "weight": 0.000003618128984183039, + "viewportHeight": 796, + "viewportWidth": 440, + "weight": 0.000028773187160951898, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000028769460878390148, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "language": "en-US", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 751, - "viewportWidth": 428, - "weight": 0.000003592180520725041, + "viewportHeight": 660, + "viewportWidth": 402, + "weight": 0.000028768810017844483, "deviceCategory": "mobile" }, { @@ -94737,15 +172134,49 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 667, - "screenWidth": 375, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 553, - "viewportWidth": 375, - "weight": 0.0000035648293737697796, + "viewportHeight": 692, + "viewportWidth": 383, + "weight": 0.00002876319298693503, "deviceCategory": "mobile" }, + { + "appName": "Netscape", + "language": "en-US", + "oscpu": "Windows NT 10.0; Win64; x64", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 947, + "viewportWidth": 1920, + "weight": 0.000028747291127213663, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.7, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1499, + "screenWidth": 1291, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1377, + "viewportWidth": 1291, + "weight": 0.00002873211011871695, + "deviceCategory": "desktop" + }, { "appName": "Netscape", "connection": { @@ -94755,44 +172186,66 @@ "rtt": 50, "type": "wifi" }, - "language": "fr-CA", + "language": "es-ES", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 832, + "screenHeight": 857, "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 700, + "viewportHeight": 727, "viewportWidth": 384, - "weight": 0.0000034990115798722343, + "weight": 0.000028721870587587167, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "platform": "iPhone", + "oscpu": "Intel Mac OS X 10.15", + "platform": "MacIntel", "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.0000034939059904675516, - "deviceCategory": "mobile" + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0", + "vendor": "", + "viewportHeight": 749, + "viewportWidth": 1470, + "weight": 0.00002872056615456196, + "deviceCategory": "desktop" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.000003480973009105276, + "viewportHeight": 742, + "viewportWidth": 440, + "weight": 0.000028705467642077972, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 0, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 883, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 797, + "viewportWidth": 411, + "weight": 0.000028705241229720807, "deviceCategory": "mobile" }, { @@ -94800,115 +172253,131 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0000034522187283866285, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.000028703228706567573, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", "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.1 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 635, - "viewportWidth": 1217, - "weight": 0.0000034496408985516936, + "screenHeight": 1441, + "screenWidth": 1392, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1320, + "viewportWidth": 1392, + "weight": 0.000028694662079151008, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "platform": "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", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 998, + "screenWidth": 448, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.0000034344127498593963, - "deviceCategory": "desktop" + "viewportHeight": 851, + "viewportWidth": 448, + "weight": 0.000028686411468827038, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.75, + "downlink": 9.3, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 0, "type": "wifi" }, - "language": "en-US", + "language": "en-GB", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 810, - "viewportWidth": 412, - "weight": 0.0000034187818505368256, + "viewportHeight": 691, + "viewportWidth": 384, + "weight": 0.000028683158236985387, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "MacIntel", "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": 657, - "viewportWidth": 393, - "weight": 0.0000033631383273935356, - "deviceCategory": "mobile" + "screenHeight": 900, + "screenWidth": 1440, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 683, + "viewportWidth": 1424, + "weight": 0.000028679541024482997, + "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "de", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 739, - "viewportWidth": 1536, - "weight": 0.000003341204758553565, + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 797, + "viewportWidth": 1470, + "weight": 0.000028679453436416464, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 5.8, + "downlink": 9.5, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "Win32", "pluginsLength": 5, - "screenHeight": 768, - "screenWidth": 1366, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 1389, + "screenWidth": 1266, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 599, - "viewportWidth": 1366, - "weight": 0.000003271512536306546, + "viewportHeight": 1268, + "viewportWidth": 1266, + "weight": 0.0000286791197882762, "deviceCategory": "desktop" }, { @@ -94916,13 +172385,13 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 752, - "viewportWidth": 428, - "weight": 0.000003258600151545945, + "viewportHeight": 673, + "viewportWidth": 402, + "weight": 0.000028677602713616273, "deviceCategory": "mobile" }, { @@ -94930,20 +172399,53 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5281.1309 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.00002866150927622796, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 1.15, + "effectiveType": "3g", + "rtt": 750 }, "language": "en-US", "platform": "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 911, "viewportWidth": 1920, - "weight": 0.000003242236463152213, + "weight": 0.000028655009234285655, "deviceCategory": "desktop" }, + { + "appName": "Netscape", + "language": "en-US", + "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/132.0.6834.78 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 751, + "viewportWidth": 428, + "weight": 0.0000286380730082626, + "deviceCategory": "mobile" + }, { "appName": "Netscape", "language": "en-US", @@ -94951,11 +172453,60 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 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": 659, + "viewportHeight": 665, "viewportWidth": 393, - "weight": 0.000003241900800115394, + "weight": 0.000028637201233703946, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 683, + "viewportWidth": 402, + "weight": 0.000028632637571740452, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-US", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 760, + "viewportWidth": 440, + "weight": 0.000028629015265353983, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 5.15, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-US", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 670, + "viewportWidth": 360, + "weight": 0.00002862464263500197, "deviceCategory": "mobile" }, { @@ -94966,43 +172517,62 @@ "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2432.1448 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1271, - "viewportWidth": 2560, - "weight": 0.000003236201524162167, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028620436483514616, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "platform": "iPhone", - "pluginsLength": 0, + "pluginsLength": 5, "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 665, "viewportWidth": 390, - "weight": 0.0000031979453828134057, + "weight": 0.00002860839275421364, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6265.1765 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028598836622212913, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", "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", + "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": 672, + "viewportHeight": 657, "viewportWidth": 393, - "weight": 0.0000031627279041013244, + "weight": 0.000028595366194680898, "deviceCategory": "mobile" }, { @@ -95010,88 +172580,79 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 1446, + "screenWidth": 1323, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1281, - "viewportWidth": 1411, - "weight": 0.000003077315028603373, + "viewportHeight": 1324, + "viewportWidth": 1323, + "weight": 0.00002859356613864457, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.0000030679922250174994, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000285920334317922, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", - "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.5 Safari/605.1.15", - "vendor": "Apple Computer, Inc.", - "viewportHeight": 988, - "viewportWidth": 1783, - "weight": 0.0000030504664817948097, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 703, - "viewportWidth": 1293, - "weight": 0.0000030336501026214095, - "deviceCategory": "desktop" + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00002858856636532481, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 667, - "viewportWidth": 390, - "weight": 0.000002947355621223198, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.000028586065025564564, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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": 626, + "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6789.1924 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 0.000002939371140000358, + "weight": 0.000028582527202880708, "deviceCategory": "mobile" }, { @@ -95101,11 +172662,11 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 743, + "viewportHeight": 745, "viewportWidth": 428, - "weight": 0.0000029220620374937814, + "weight": 0.000028580072673404875, "deviceCategory": "mobile" }, { @@ -95117,30 +172678,68 @@ "rtt": 100, "type": "wifi" }, - "language": "en-US", + "language": "hu", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 998, - "screenWidth": 448, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 912, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 868, - "viewportWidth": 448, - "weight": 0.0000028966264920599444, + "viewportHeight": 783, + "viewportWidth": 411, + "weight": 0.000028579231254458866, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.5981.1890 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028572862556941332, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-GB", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 701, + "viewportWidth": 1440, + "weight": 0.000028568290398129055, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-US", "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", + "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.000002889510482942062, + "weight": 0.00002856126130875195, "deviceCategory": "mobile" }, { @@ -95148,13 +172747,13 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 745, - "viewportWidth": 428, - "weight": 0.0000028662839007013306, + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.000028559367209163788, "deviceCategory": "mobile" }, { @@ -95162,65 +172761,79 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.6760.1440 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1305, - "viewportWidth": 2560, - "weight": 0.000002789610302759924, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00002854587355146945, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-GB", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0000027749326748142833, + "viewportHeight": 669, + "viewportWidth": 390, + "weight": 0.000028540424248517347, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4317.1920 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 668, - "viewportWidth": 1322, - "weight": 0.0000027299058942776514, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00002854029335056529, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 852, + "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": 555, - "viewportWidth": 375, - "weight": 0.0000027221612822947254, + "viewportHeight": 659, + "viewportWidth": 393, + "weight": 0.00002853291758323356, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-AU", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00002851917516653236, "deviceCategory": "mobile" }, { @@ -95228,102 +172841,94 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "platform": "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", + "screenHeight": 1428, + "screenWidth": 1382, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 0.0000027089077771312462, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-CA", - "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": 1060, - "viewportWidth": 810, - "weight": 0.000002682270974843202, + "viewportHeight": 1304, + "viewportWidth": 1382, + "weight": 0.000028518282341009937, "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 200 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 704, - "viewportWidth": 414, - "weight": 0.00000265787839505041, - "deviceCategory": "mobile" + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.0000285166820273483, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 800, - "screenWidth": 360, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Mobile Safari/537.36", + "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.1638.1318 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 666, - "viewportWidth": 360, - "weight": 0.000002623937804180907, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028515612616700245, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 100 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "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/139.0.0.0 Safari/537.36 Edg/139.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 722, - "viewportWidth": 384, - "weight": 0.0000026095587388598405, - "deviceCategory": "mobile" + "viewportHeight": 985, + "viewportWidth": 1702, + "weight": 0.00002850790197582902, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "pluginsLength": 0, - "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": 677, - "viewportWidth": 1180, - "weight": 0.0000025827965358343337, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7462.1576 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000028503261256097574, "deviceCategory": "desktop" }, { @@ -95338,34 +172943,13 @@ "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", + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, + "viewportHeight": 897, "viewportWidth": 1920, - "weight": 0.0000025705006906404107, + "weight": 0.00002849556487108331, "deviceCategory": "desktop" }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 915, - "screenWidth": 412, - "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": 780, - "viewportWidth": 412, - "weight": 0.0000025014870946822856, - "deviceCategory": "mobile" - }, { "appName": "Netscape", "language": "en-US", @@ -95373,58 +172957,32 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 699, "viewportWidth": 390, - "weight": 0.00000249248370314821, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 738, - "viewportWidth": 428, - "weight": 0.000002434215812322567, + "weight": 0.0000284872381942276, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 0, + "type": "wifi" }, - "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "language": "sl-SI", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 824, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.000002423455643409073, - "deviceCategory": "desktop" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 653, - "viewportWidth": 393, - "weight": 0.000002389283754855257, + "viewportHeight": 652, + "viewportWidth": 384, + "weight": 0.000028483091599348296, "deviceCategory": "mobile" }, { @@ -95432,61 +172990,63 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.0000023885466901704936, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 660, - "viewportWidth": 390, - "weight": 0.000002331547371471858, + "viewportWidth": 402, + "weight": 0.00002848147981553076, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-GB", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.0000023230821977562267, + "weight": 0.000028470062708391072, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 1.75, + "downlinkMax": 100, "effectiveType": "4g", - "rtt": 0 + "rtt": 50, + "type": "cellular" }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 800, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 669, + "viewportWidth": 360, + "weight": 0.00002846613805584829, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", "language": "en-US", - "platform": "MacIntel", + "platform": "iPhone", "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/125.0.0.0 Safari/537.36", - "vendor": "Google Inc.", - "viewportHeight": 754, - "viewportWidth": 1407, - "weight": 0.000002256587356914498, - "deviceCategory": "desktop" + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 766, + "viewportWidth": 440, + "weight": 0.00002846268750611846, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -95494,40 +173054,38 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, - "type": "cellular" + "rtt": 0, + "type": "wifi" }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux armv8l", "pluginsLength": 0, - "screenHeight": 824, - "screenWidth": 385, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 800, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 689, - "viewportWidth": 384, - "weight": 0.0000022540311259370714, + "viewportHeight": 656, + "viewportWidth": 1280, + "weight": 0.000028459858730430646, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 0 }, "language": "en-US", - "platform": "Linux armv81", + "platform": "Linux x86_64", "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 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.2351.1184 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 771, - "viewportWidth": 412, - "weight": 0.0000022390469309378246, + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028459007109422575, "deviceCategory": "mobile" }, { @@ -95535,13 +173093,13 @@ "language": "en-US", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 0.000002157132145664252, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.0000284554540298137, "deviceCategory": "mobile" }, { @@ -95549,37 +173107,37 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4260.1265 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 957, - "viewportWidth": 1920, - "weight": 0.0000021045563430500608, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028455335401912862, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 7.75, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 703, - "viewportWidth": 1536, - "weight": 0.0000021035073326903913, + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000028443183845437004, "deviceCategory": "desktop" }, { @@ -95589,79 +173147,84 @@ "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.000002098842039633898, + "weight": 0.00002843838390488389, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "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": 737, - "viewportWidth": 430, - "weight": 0.000002074576840617006, + "viewportHeight": 714, + "viewportWidth": 414, + "weight": 0.000028434887650734423, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.1, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.000002073505440650925, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.2301.1493 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00002842625077719307, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, - "downlinkMax": 100, + "downlink": 4.55, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 250, + "type": "wifi" }, "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 816, + "screenWidth": 370, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 723, - "viewportWidth": 384, - "weight": 0.000002023284194208607, + "viewportHeight": 720, + "viewportWidth": 369, + "weight": 0.000028422235045566113, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 5.85, + "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, - "language": "en-US", + "language": "zh-CN", "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/125.0.0.0 Safari/537.36", + "screenHeight": 1478, + "screenWidth": 1277, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 714, - "viewportWidth": 1142, - "weight": 0.000001993622304254734, + "viewportHeight": 1350, + "viewportWidth": 1277, + "weight": 0.000028402717174982775, "deviceCategory": "desktop" }, { @@ -95673,30 +173236,16 @@ "rtt": 50, "type": "wifi" }, - "language": "en-US", + "language": "en-CA", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 854, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 780, + "screenWidth": 360, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 724, - "viewportWidth": 384, - "weight": 0.0000019616101744881657, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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.0000019237180772067698, + "viewportHeight": 643, + "viewportWidth": 360, + "weight": 0.000028394536656911807, "deviceCategory": "mobile" }, { @@ -95704,201 +173253,274 @@ "language": "en-US", "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", + "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": 745, - "viewportWidth": 428, - "weight": 0.000001907186072389147, + "viewportHeight": 635, + "viewportWidth": 375, + "weight": 0.00002836890701384726, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, "language": "en-US", - "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/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1326, - "viewportWidth": 2512, - "weight": 0.0000018987595286412883, - "deviceCategory": "desktop" + "viewportHeight": 649, + "viewportWidth": 384, + "weight": 0.0000283593002534912, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, - "viewportWidth": 390, - "weight": 0.0000018742093519883571, + "viewportHeight": 775, + "viewportWidth": 430, + "weight": 0.000028347933926379948, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 852, + "screenWidth": 393, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 657, + "viewportHeight": 695, "viewportWidth": 393, - "weight": 0.0000018052692215828668, + "weight": 0.00002833982920728073, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.6510.1727 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028332980107833728, + "deviceCategory": "mobile" + }, + { + "appName": "Netscape", + "language": "en-CA", "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) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/403.0.853868894 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 759, + "viewportHeight": 659, "viewportWidth": 393, - "weight": 0.000001784398430879295, + "weight": 0.000028328718254006124, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-IN", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 754, + "viewportWidth": 1440, + "weight": 0.00002832869734563391, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "language": "en-NZ", "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", + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 0.0000017828165465661358, + "viewportHeight": 745, + "viewportWidth": 390, + "weight": 0.000028328268065841166, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 4.15, + "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 0, + "type": "wifi" }, "language": "en-US", - "platform": "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", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 832, + "screenWidth": 384, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0000017634224760915155, - "deviceCategory": "desktop" + "viewportHeight": 657, + "viewportWidth": 384, + "weight": 0.000028319630969453245, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "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/124.0.0.0 Safari/537.36 OPR/110.0.0.0", + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 1482, - "weight": 0.0000017240844738850601, - "deviceCategory": "desktop" + "viewportHeight": 833, + "viewportWidth": 411, + "weight": 0.000028316828186732834, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-AU", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, + "viewportHeight": 745, "viewportWidth": 390, - "weight": 0.0000017049855935467038, + "weight": 0.000028304899046132326, "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "pluginsLength": 5, + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 715, - "viewportWidth": 414, - "weight": 0.000001672927297780328, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00002829292093556524, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0000016673838915598645, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.3916.1401 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028290982799799854, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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": 712, - "viewportWidth": 414, - "weight": 0.0000016369681568031137, + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.7971.1000 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028272311701219926, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 7.75, "effectiveType": "4g", - "rtt": 50 + "rtt": 100 }, "language": "en-US", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 1440, - "screenWidth": 2561, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000028268914926763533, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", + "pluginsLength": 5, + "screenHeight": 1325, + "screenWidth": 1259, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1170, - "viewportWidth": 1615, - "weight": 0.0000016277134222788332, + "viewportHeight": 1203, + "viewportWidth": 1259, + "weight": 0.000028261737539990028, "deviceCategory": "desktop" }, { @@ -95906,27 +173528,34 @@ "language": "en-US", "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", + "screenHeight": 667, + "screenWidth": 375, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 659, - "viewportWidth": 393, - "weight": 0.0000016249620539986434, + "viewportHeight": 541, + "viewportWidth": 375, + "weight": 0.00002824272345070583, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "fi-FI", - "platform": "iPhone", + "connection": { + "downlink": 10, + "downlinkMax": 100, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", "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": 634, - "viewportWidth": 375, - "weight": 0.0000015807685676475198, + "screenHeight": 854, + "screenWidth": 385, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 721, + "viewportWidth": 384, + "weight": 0.000028241155532841712, "deviceCategory": "mobile" }, { @@ -95934,41 +173563,53 @@ "language": "en-US", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 631, - "viewportWidth": 375, - "weight": 0.000001567176234956949, + "viewportHeight": 678, + "viewportWidth": 402, + "weight": 0.000028217888250319287, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "MacIntel", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "cellular" + }, + "language": "en-US", + "platform": "Linux armv81", "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.0000015619437714772606, - "deviceCategory": "desktop" + "screenHeight": 960, + "screenWidth": 432, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 814, + "viewportWidth": 432, + "weight": 0.00002820303483709826, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Linux x86_64", "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": 664, - "viewportWidth": 390, - "weight": 0.0000014903658004112336, + "screenHeight": 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.8354.1097 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028186414064866444, "deviceCategory": "mobile" }, { @@ -95976,18 +173617,18 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "MacIntel", + "platform": "Linux x86_64", "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/124.0.0.0 Safari/537.36", + "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": 883, - "viewportWidth": 1728, - "weight": 0.000001477156876984162, + "viewportHeight": 466, + "viewportWidth": 780, + "weight": 0.000028165741646905793, "deviceCategory": "desktop" }, { @@ -95995,13 +173636,13 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.80 Mobile/15E148 Safari/604.1", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 664, - "viewportWidth": 393, - "weight": 0.0000014703914093010427, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.000028155467002685936, "deviceCategory": "mobile" }, { @@ -96009,55 +173650,72 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 739, - "viewportWidth": 430, - "weight": 0.0000014555848374278014, + "viewportHeight": 781, + "viewportWidth": 428, + "weight": 0.00002815180624137875, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 9.8, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "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.0000014109242536434955, + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5217.1429 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028135127162471, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", - "platform": "iPhone", + "connection": { + "downlink": 9.6, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.0000014026039047951252, - "deviceCategory": "mobile" + "screenHeight": 1435, + "screenWidth": 1290, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1308, + "viewportWidth": 1290, + "weight": 0.000028130273613751854, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 100, + "type": "wifi" + }, "language": "en-US", - "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": 666, - "viewportWidth": 393, - "weight": 0.0000013363363333918296, + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 785, + "viewportWidth": 411, + "weight": 0.00002812732310841395, "deviceCategory": "mobile" }, { @@ -96067,11 +173725,11 @@ "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/319.0.638705450 Mobile/15E148 Safari/604.1", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 647, + "viewportHeight": 663, "viewportWidth": 390, - "weight": 0.000001283640655149667, + "weight": 0.000028124396294830963, "deviceCategory": "mobile" }, { @@ -96079,46 +173737,89 @@ "language": "en-US", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 634, - "viewportWidth": 375, - "weight": 0.0000012755585980976179, + "viewportHeight": 721, + "viewportWidth": 430, + "weight": 0.00002811999790114155, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.2, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", "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.0000012654321125705673, - "deviceCategory": "mobile" + "screenHeight": 1403, + "screenWidth": 1308, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1279, + "viewportWidth": 1308, + "weight": 0.00002811390406752633, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1500, + "screenWidth": 1280, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1374, + "viewportWidth": 1280, + "weight": 0.000028113321044642097, + "deviceCategory": "desktop" + }, + { + "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 150 + }, + "language": "en-US", + "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/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1219, + "viewportWidth": 2560, + "weight": 0.00002810525381451876, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 0 + "rtt": 50 }, "language": "en-US", "platform": "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 OPR/126.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 953, - "viewportWidth": 1920, - "weight": 0.000001250021965829818, + "viewportHeight": 756, + "viewportWidth": 1491, + "weight": 0.00002809685177294826, "deviceCategory": "desktop" }, { @@ -96126,47 +173827,57 @@ "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", "platform": "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", + "screenHeight": 864, + "screenWidth": 1536, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0000012418951326748155, + "viewportHeight": 738, + "viewportWidth": 1528, + "weight": 0.00002809652241116551, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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.0000012281531875558909, - "deviceCategory": "mobile" + "screenHeight": 1511, + "screenWidth": 1296, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1387, + "viewportWidth": 1296, + "weight": 0.000028085468100856938, + "deviceCategory": "desktop" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "pluginsLength": 5, - "screenHeight": 852, - "screenWidth": 393, - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 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": 635, - "viewportWidth": 393, - "weight": 0.0000011603737038342882, - "deviceCategory": "mobile" + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 632, + "viewportWidth": 1100, + "weight": 0.000028079297916059443, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -96176,15 +173887,15 @@ "rtt": 50 }, "language": "en-GB", - "platform": "Win32", + "platform": "MacIntel", "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", + "screenHeight": 956, + "screenWidth": 1470, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 919, - "viewportWidth": 1920, - "weight": 0.0000010934465934882928, + "viewportHeight": 797, + "viewportWidth": 1470, + "weight": 0.00002807479448881483, "deviceCategory": "desktop" }, { @@ -96192,171 +173903,149 @@ "language": "en-US", "platform": "iPhone", "pluginsLength": 5, - "screenHeight": 736, + "screenHeight": 896, "screenWidth": 414, - "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 617, - "viewportWidth": 414, - "weight": 0.0000010127836349002393, + "viewportHeight": 754, + "viewportWidth": 402, + "weight": 0.00002806330981762264, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": 100, "effectiveType": "4g", - "rtt": 50, - "type": "cellular" + "rtt": 200 }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 892, - "screenWidth": 412, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "language": "en", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 755, - "viewportWidth": 412, - "weight": 0.0000010024435762502299, - "deviceCategory": "mobile" + "viewportHeight": 911, + "viewportWidth": 1920, + "weight": 0.000028052568852291774, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, + "downlinkMax": null, "effectiveType": "4g", - "rtt": 50 + "rtt": 50, + "type": "wifi" }, - "language": "en-US", - "platform": "Win32", + "language": "en-GB", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0", + "screenHeight": 768, + "screenWidth": 1366, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 550, - "viewportWidth": 719, - "weight": 9.985386795668712e-7, + "viewportHeight": 599, + "viewportWidth": 1366, + "weight": 0.000028049561217626993, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 714, - "viewportWidth": 414, - "weight": 9.944013398714748e-7, + "viewportHeight": 695, + "viewportWidth": 393, + "weight": 0.00002804641840750214, "deviceCategory": "mobile" }, { "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "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": 746, - "viewportWidth": 412, - "weight": 9.86299260920218e-7, + "language": "en-CA", + "platform": "iPhone", + "pluginsLength": 5, + "screenHeight": 844, + "screenWidth": 390, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", + "vendor": "Apple Computer, Inc.", + "viewportHeight": 699, + "viewportWidth": 390, + "weight": 0.00002804142821646307, "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "screenHeight": 932, + "screenWidth": 430, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 653, - "viewportWidth": 393, - "weight": 9.853042954463088e-7, + "viewportHeight": 671, + "viewportWidth": 430, + "weight": 0.000028038320762578965, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 100 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.4268.1903 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 928, - "viewportWidth": 1392, - "weight": 9.638815187668607e-7, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000028017100562159382, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-CA", + "language": "en-AU", "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", + "screenHeight": 874, + "screenWidth": 402, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 547, - "viewportWidth": 375, - "weight": 9.293756512917152e-7, + "viewportHeight": 714, + "viewportWidth": 402, + "weight": 0.0000280074073845541, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 6.45, "downlinkMax": null, "effectiveType": "4g", - "rtt": 100, + "rtt": 50, "type": "wifi" }, - "language": "en-CA", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 883, - "screenWidth": 412, - "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": 750, - "viewportWidth": 412, - "weight": 9.178607923643362e-7, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", "language": "en-US", - "oscpu": "Windows NT 10.0; Win64; x64", - "platform": "Win32", + "platform": "Linux x86_64", "pluginsLength": 5, - "screenHeight": 720, - "screenWidth": 1280, - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0", - "vendor": "", - "viewportHeight": 559, - "viewportWidth": 1280, - "weight": 9.171295741108328e-7, + "screenHeight": 697, + "screenWidth": 1241, + "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 529, + "viewportWidth": 1241, + "weight": 0.000028000344421218457, "deviceCategory": "desktop" }, { @@ -96364,79 +174053,91 @@ "language": "en-US", "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", + "screenHeight": 956, + "screenWidth": 440, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 653, - "viewportWidth": 393, - "weight": 8.671174502669826e-7, + "viewportHeight": 894, + "viewportWidth": 440, + "weight": 0.000027994808429160542, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.3866.1041 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 911, - "viewportWidth": 1920, - "weight": 8.656961663514244e-7, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000027969597717758063, + "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 4.45, + "effectiveType": "4g", + "rtt": 50 + }, "language": "en-US", - "platform": "iPhone", + "platform": "Win32", "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": 737, - "viewportWidth": 430, - "weight": 8.631962979490991e-7, - "deviceCategory": "mobile" + "screenHeight": 1050, + "screenWidth": 1680, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", + "vendor": "Google Inc.", + "viewportHeight": 926, + "viewportWidth": 1672, + "weight": 0.000027966662066520818, + "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", - "rtt": 100 + "rtt": 50 }, "language": "en-US", - "platform": "Win32", + "platform": "MacIntel", "pluginsLength": 5, - "screenHeight": 864, - "screenWidth": 1536, - "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", + "screenHeight": 956, + "screenWidth": 1470, + "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": 710, - "viewportWidth": 1458, - "weight": 8.088475363099214e-7, + "viewportHeight": 833, + "viewportWidth": 1470, + "weight": 0.000027953058421895903, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", - "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": 7.569362972559146e-7, + "connection": { + "downlink": 10, + "downlinkMax": null, + "effectiveType": "4g", + "rtt": 50, + "type": "wifi" + }, + "language": "en-CA", + "platform": "Linux armv81", + "pluginsLength": 0, + "screenHeight": 924, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 753, + "viewportWidth": 411, + "weight": 0.000027946431866994528, "deviceCategory": "mobile" }, { @@ -96444,13 +174145,13 @@ "language": "en-US", "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", + "screenHeight": 926, + "screenWidth": 428, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 737, - "viewportWidth": 430, - "weight": 7.425470744962648e-7, + "viewportHeight": 679, + "viewportWidth": 372, + "weight": 0.00002793789383057372, "deviceCategory": "mobile" }, { @@ -96465,42 +174166,32 @@ "language": "en-US", "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", + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 645, - "viewportWidth": 360, - "weight": 5.23571136245702e-7, + "viewportHeight": 785, + "viewportWidth": 411, + "weight": 0.0000279332480033323, "deviceCategory": "mobile" }, { "appName": "Netscape", + "connection": { + "downlink": 10, + "effectiveType": "4g", + "rtt": 0 + }, "language": "en-US", - "platform": "iPhone", - "pluginsLength": 5, + "platform": "Linux x86_64", + "pluginsLength": 0, "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, + "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9597.1407 Mobile Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 812, "viewportWidth": 375, - "weight": 4.957074638843388e-7, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "oscpu": "Linux armv81", - "platform": "Linux armv81", - "pluginsLength": 5, - "screenHeight": 819, - "screenWidth": 378, - "userAgent": "Mozilla/5.0 (Android 14; Mobile; rv:126.0) Gecko/126.0 Firefox/126.0", - "vendor": "", - "viewportHeight": 689, - "viewportWidth": 378, - "weight": 4.822029297763428e-7, + "weight": 0.00002792114059351686, "deviceCategory": "mobile" }, { @@ -96509,20 +174200,20 @@ "downlink": 10, "downlinkMax": null, "effectiveType": "4g", - "rtt": 0, + "rtt": 50, "type": "wifi" }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 1205, - "screenWidth": 753, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", + "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/142.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 1037, - "viewportWidth": 753, - "weight": 4.713483221336907e-7, - "deviceCategory": "tablet" + "viewportHeight": 647, + "viewportWidth": 1366, + "weight": 0.000027916734068690767, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -96536,49 +174227,33 @@ "language": "en-US", "platform": "Linux armv81", "pluginsLength": 0, - "screenHeight": 832, - "screenWidth": 384, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "screenHeight": 919, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 698, - "viewportWidth": 384, - "weight": 4.7078151292359384e-7, - "deviceCategory": "mobile" - }, - { - "appName": "Netscape", - "language": "en-US", - "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": 4.6876479095869093e-7, + "viewportHeight": 772, + "viewportWidth": 411, + "weight": 0.000027912783892957625, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { "downlink": 10, - "downlinkMax": null, "effectiveType": "4g", - "rtt": 50, - "type": "wifi" + "rtt": 50 }, "language": "en-US", - "platform": "Linux armv81", - "pluginsLength": 0, - "screenHeight": 753, - "screenWidth": 339, - "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Win32", + "pluginsLength": 5, + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0", "vendor": "Google Inc.", - "viewportHeight": 622, - "viewportWidth": 339, - "weight": 4.566706635681923e-7, - "deviceCategory": "mobile" + "viewportHeight": 972, + "viewportWidth": 1912, + "weight": 0.000027907649005134142, + "deviceCategory": "desktop" }, { "appName": "Netscape", @@ -96590,27 +174265,27 @@ "language": "en-US", "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/109.0.0.0 Safari/537.36", + "screenHeight": 1080, + "screenWidth": 1920, + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 462, - "viewportWidth": 1094, - "weight": 4.1842077143214986e-7, + "viewportHeight": 945, + "viewportWidth": 1920, + "weight": 0.000027905706974781595, "deviceCategory": "desktop" }, { "appName": "Netscape", - "language": "en-US", + "language": "en-CA", "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", + "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": 739, - "viewportWidth": 430, - "weight": 3.426846951823204e-7, + "viewportHeight": 634, + "viewportWidth": 375, + "weight": 0.00002790493381666107, "deviceCategory": "mobile" }, { @@ -96621,16 +174296,16 @@ "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.2906.1438 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 871, - "viewportWidth": 1728, - "weight": 3.1563085597022103e-7, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00002790270707766981, + "deviceCategory": "mobile" }, { "appName": "Netscape", @@ -96640,100 +174315,105 @@ "rtt": 50 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux armv8l", + "pluginsLength": 0, + "screenHeight": 915, + "screenWidth": 412, + "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 761, - "viewportWidth": 1512, - "weight": 2.733490108752429e-7, - "deviceCategory": "desktop" + "viewportHeight": 915, + "viewportWidth": 412, + "weight": 0.00002789624768919857, + "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.3, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "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/125.0.0.0 Safari/537.36", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 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.5217.1341 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 813, - "viewportWidth": 1440, - "weight": 2.687604154591314e-7, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.000027873791297382832, + "deviceCategory": "mobile" }, { "appName": "Netscape", "language": "en-US", "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", + "screenHeight": 896, + "screenWidth": 414, + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1", "vendor": "Apple Computer, Inc.", - "viewportHeight": 663, - "viewportWidth": 390, - "weight": 1.583384412296019e-7, + "viewportHeight": 736, + "viewportWidth": 440, + "weight": 0.000027870561029583023, "deviceCategory": "mobile" }, { "appName": "Netscape", "connection": { - "downlink": 6.7, + "downlink": 9.6, "effectiveType": "4g", - "rtt": 250 + "rtt": 0 }, "language": "en-US", - "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/124.0.0.0 Safari/537.36 Edg/124.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "screenHeight": 600, + "screenWidth": 800, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2571.1438 Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 606, - "viewportWidth": 1232, - "weight": 8.630197293681551e-8, + "viewportHeight": 1080, + "viewportWidth": 1920, + "weight": 0.000027862238258368915, "deviceCategory": "desktop" }, { "appName": "Netscape", "connection": { - "downlink": 10, + "downlink": 9.9, "effectiveType": "4g", - "rtt": 50 + "rtt": 0 }, "language": "en-US", - "platform": "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 Edg/125.0.0.0", + "platform": "Linux x86_64", + "pluginsLength": 0, + "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.4629.1840 Mobile Safari/537.36", "vendor": "Google Inc.", - "viewportHeight": 956, - "viewportWidth": 1876, - "weight": 2.246652994906177e-8, - "deviceCategory": "desktop" + "viewportHeight": 812, + "viewportWidth": 375, + "weight": 0.00002785513463443538, + "deviceCategory": "mobile" }, { "appName": "Netscape", - "language": "en-US", - "platform": "iPhone", + "connection": { + "downlink": 9.4, + "effectiveType": "4g", + "rtt": 0 + }, + "language": "zh-CN", + "platform": "MacIntel", "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": 3.5385740291521775e-10, - "deviceCategory": "mobile" + "screenHeight": 1454, + "screenWidth": 1258, + "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", + "vendor": "Google Inc.", + "viewportHeight": 1330, + "viewportWidth": 1258, + "weight": 0.000027854025141155066, + "deviceCategory": "desktop" } ] \ No newline at end of file diff --git a/OpenBullet2.Web/Dtos/Settings/SystemSettingsDto.cs b/OpenBullet2.Web/Dtos/Settings/SystemSettingsDto.cs index 45a6e3252..350dae9ca 100644 --- a/OpenBullet2.Web/Dtos/Settings/SystemSettingsDto.cs +++ b/OpenBullet2.Web/Dtos/Settings/SystemSettingsDto.cs @@ -8,5 +8,5 @@ public class SystemSettingsDto /// /// The maximum number of bots that can be run by a job at the same time. /// - public int BotLimit { get; set; } = 200; + public int BotLimit { get; set; } = 1000; } diff --git a/README.md b/README.md index eb07d247b..91cca2918 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ + +Update: Bots Are 1000 Instead of the limited int of 200 + + ![Logo](https://i.imgur.com/sToEkJC.png) OpenBullet 2 is a cross-platform automation suite powered by .NET. It allows to perform requests towards a target webapp and offers a lot of tools to work with the results. This software can be used for **scraping** and **parsing data**, automated **penetration testing** and much more. @@ -32,8 +36,6 @@ Found a bug or have a feature request? Please help us improve by submitting an i [![Open an issue](https://img.shields.io/badge/Bug-Report_a_bug-E74C3C.svg)](https://github.com/openbullet/OpenBullet2/issues/new?template=bug-report.yaml&title=%5BBug%5D%3A+) [![Request a feature](https://img.shields.io/badge/Feature-Request_a_feature-2292A4.svg)](https://github.com/openbullet/OpenBullet2/issues/new?template=feature_request.md&title=%5BREQUEST%5D) -## 📊 Stats -![Alt](https://repobeats.axiom.co/api/embed/c51394480e5e3da9259cae343f80dd1c53a8b263.svg "Repobeats analytics image") ## License This software is licensed under the MIT License. diff --git a/RuriLib.Parallelization/ParallelBasedParallelizer.cs b/RuriLib.Parallelization/ParallelBasedParallelizer.cs index 21e517e78..a131f4534 100644 --- a/RuriLib.Parallelization/ParallelBasedParallelizer.cs +++ b/RuriLib.Parallelization/ParallelBasedParallelizer.cs @@ -14,7 +14,7 @@ public class ParallelBasedParallelizer : Parallelizer public ParallelBasedParallelizer(IEnumerable workItems, Func> workFunction, - int degreeOfParallelism, long totalAmount, int skip = 0, int maxDegreeOfParallelism = 200) + int degreeOfParallelism, long totalAmount, int skip = 0, int maxDegreeOfParallelism = 1000) : base(workItems, workFunction, degreeOfParallelism, totalAmount, skip, maxDegreeOfParallelism) { diff --git a/RuriLib.Parallelization/Parallelizer.cs b/RuriLib.Parallelization/Parallelizer.cs index 46d54aa9c..d3968905b 100644 --- a/RuriLib.Parallelization/Parallelizer.cs +++ b/RuriLib.Parallelization/Parallelizer.cs @@ -22,7 +22,7 @@ public abstract class Parallelizer /// The maximum value that the degree of parallelism can have when changed through the /// method. /// - public int MaxDegreeOfParallelism { get; set; } = 200; + public int MaxDegreeOfParallelism { get; set; } = 1000; /// /// The current status of the parallelizer. @@ -217,7 +217,7 @@ public DateTime ETA /// The amount of to skip at the beginning /// The maximum degree of parallelism that can be set public Parallelizer(IEnumerable workItems, Func> workFunction, - int degreeOfParallelism, long totalAmount, int skip = 0, int maxDegreeOfParallelism = 200) + int degreeOfParallelism, long totalAmount, int skip = 0, int maxDegreeOfParallelism = 1000) { if (degreeOfParallelism < 1) throw new ArgumentException("The degree of parallelism must be greater than 1"); diff --git a/RuriLib.Parallelization/ParallelizerFactory.cs b/RuriLib.Parallelization/ParallelizerFactory.cs index acbe630bf..8d0850a41 100644 --- a/RuriLib.Parallelization/ParallelizerFactory.cs +++ b/RuriLib.Parallelization/ParallelizerFactory.cs @@ -25,7 +25,7 @@ public static class ParallelizerFactory /// changed with the method public static Parallelizer Create(ParallelizerType type, IEnumerable workItems, Func> workFunction, - int degreeOfParallelism, long totalAmount, int skip = 0, int maxDegreeOfParallelism = 200) + int degreeOfParallelism, long totalAmount, int skip = 0, int maxDegreeOfParallelism = 1000) { var pType = type switch { diff --git a/RuriLib.Parallelization/TaskBasedParallelizer.cs b/RuriLib.Parallelization/TaskBasedParallelizer.cs index d7055ce2b..89c5f6bf9 100644 --- a/RuriLib.Parallelization/TaskBasedParallelizer.cs +++ b/RuriLib.Parallelization/TaskBasedParallelizer.cs @@ -23,7 +23,7 @@ public class TaskBasedParallelizer : Parallelizer public TaskBasedParallelizer(IEnumerable workItems, Func> workFunction, - int degreeOfParallelism, long totalAmount, int skip = 0, int maxDegreeOfParallelism = 200) + int degreeOfParallelism, long totalAmount, int skip = 0, int maxDegreeOfParallelism = 1000) : base(workItems, workFunction, degreeOfParallelism, totalAmount, skip, maxDegreeOfParallelism) { diff --git a/RuriLib.Parallelization/ThreadBasedParallelizer.cs b/RuriLib.Parallelization/ThreadBasedParallelizer.cs index 05a1422ec..5d05682d3 100644 --- a/RuriLib.Parallelization/ThreadBasedParallelizer.cs +++ b/RuriLib.Parallelization/ThreadBasedParallelizer.cs @@ -18,7 +18,7 @@ public class ThreadBasedParallelizer : Parallelizer public ThreadBasedParallelizer(IEnumerable workItems, Func> workFunction, - int degreeOfParallelism, long totalAmount, int skip = 0, int maxDegreeOfParallelism = 200) + int degreeOfParallelism, long totalAmount, int skip = 0, int maxDegreeOfParallelism = 1000) : base(workItems, workFunction, degreeOfParallelism, totalAmount, skip, maxDegreeOfParallelism) { diff --git a/RuriLib/Functions/Http/HttpClientRequestHandler.cs b/RuriLib/Functions/Http/HttpClientRequestHandler.cs index a6f0cb6ba..8e8062719 100644 --- a/RuriLib/Functions/Http/HttpClientRequestHandler.cs +++ b/RuriLib/Functions/Http/HttpClientRequestHandler.cs @@ -461,7 +461,7 @@ static bool TryParseCookie(string cookieHeader, out string cookieName, out strin data.SOURCE = WebUtility.HtmlDecode(data.SOURCE); } - data.Logger.Log("Received Payload:", LogColors.ForestGreen); + data.Logger.Log("Received Body:", LogColors.ForestGreen); data.Logger.Log(data.SOURCE, LogColors.GreenYellow, true); } } diff --git a/RuriLib/Models/Debugger/ConfigDebugger.cs b/RuriLib/Models/Debugger/ConfigDebugger.cs index d6434fbe8..ac3873312 100644 --- a/RuriLib/Models/Debugger/ConfigDebugger.cs +++ b/RuriLib/Models/Debugger/ConfigDebugger.cs @@ -296,7 +296,7 @@ public async Task Run() catch (OperationCanceledException) { data.STATUS = "ERROR"; - Logger.Log($"Operation canceled", LogColors.Tomato); + Logger.Log($"Operation canceled (TimeOut)", LogColors.Tomato); } catch (Exception ex) { @@ -314,7 +314,7 @@ public async Task Run() { sw.Stop(); - Logger.Log($"BOT ENDED AFTER {sw.ElapsedMilliseconds} ms WITH STATUS: {data.STATUS}"); + Logger.Log($"BOT ENDED AFTER {sw.ElapsedMilliseconds} ms / STATUS: {data.STATUS}"); // Save the browsers for later use lastPuppeteerBrowser = data.TryGetObject("puppeteer"); diff --git a/RuriLib/Models/Jobs/Monitor/Actions/MultiRunJobActions.cs b/RuriLib/Models/Jobs/Monitor/Actions/MultiRunJobActions.cs index 302c86361..be5f9fb32 100644 --- a/RuriLib/Models/Jobs/Monitor/Actions/MultiRunJobActions.cs +++ b/RuriLib/Models/Jobs/Monitor/Actions/MultiRunJobActions.cs @@ -22,7 +22,7 @@ public class SetBotsAction : MultiRunJobAction public override Task Execute(MultiRunJob job) { - if (Amount is > 0 and <= 200) + if (Amount is > 0 and <= 1000) job.Bots = Amount; return Task.CompletedTask; diff --git a/RuriLib/Models/Jobs/MultiRunJob.cs b/RuriLib/Models/Jobs/MultiRunJob.cs index fc8199a62..7f40d66e8 100644 --- a/RuriLib/Models/Jobs/MultiRunJob.cs +++ b/RuriLib/Models/Jobs/MultiRunJob.cs @@ -39,7 +39,7 @@ public class MultiRunJob : Job { // Options public int Bots { get; set; } = 1; - public int BotLimit { get; init; } = 200; + public int BotLimit { get; init; } = 1000; public int Skip { get; set; } = 0; public Config Config { get; set; } public DataPool DataPool { get; set; } diff --git a/RuriLib/Models/Jobs/ProxyCheckJob.cs b/RuriLib/Models/Jobs/ProxyCheckJob.cs index 37be12b61..4be81fc5f 100644 --- a/RuriLib/Models/Jobs/ProxyCheckJob.cs +++ b/RuriLib/Models/Jobs/ProxyCheckJob.cs @@ -19,10 +19,10 @@ public class ProxyCheckJob : Job { // Options public int Bots { get; set; } = 1; - public int BotLimit { get; init; } = 200; + public int BotLimit { get; init; } = 1000; public bool CheckOnlyUntested { get; set; } = true; - public string Url { get; set; } = "https://google.com"; - public string SuccessKey { get; set; } = "title>Google"; + public string Url { get; set; } = "https://httpbin.org/"; + public string SuccessKey { get; set; } = "title>httpbin"; public IEnumerable Proxies { get; set; } public TimeSpan Timeout { get; set; } = TimeSpan.FromSeconds(10); public TimeSpan TickInterval = TimeSpan.FromSeconds(1); diff --git a/openbullet2-web-client/src/app/main/components/jobs/edit-multi-run-job/edit-multi-run-job.component.ts b/openbullet2-web-client/src/app/main/components/jobs/edit-multi-run-job/edit-multi-run-job.component.ts index 6b7ea5b13..d8f9af6af 100644 --- a/openbullet2-web-client/src/app/main/components/jobs/edit-multi-run-job/edit-multi-run-job.component.ts +++ b/openbullet2-web-client/src/app/main/components/jobs/edit-multi-run-job/edit-multi-run-job.component.ts @@ -104,7 +104,7 @@ export class EditMultiRunJobComponent implements DeactivatableComponent { options: MultiRunJobOptionsDto | null = null; proxyGroups: ProxyGroupDto[] | null = null; wordlistTypes: string[] = []; - botLimit = 200; + botLimit = 1000; startConditionMode: StartConditionMode = StartConditionMode.Absolute; startAfter: TimeSpan = new TimeSpan(0); diff --git a/openbullet2-web-client/src/app/main/components/jobs/edit-proxy-check-job/edit-proxy-check-job.component.ts b/openbullet2-web-client/src/app/main/components/jobs/edit-proxy-check-job/edit-proxy-check-job.component.ts index 1913629aa..0fc513bb8 100644 --- a/openbullet2-web-client/src/app/main/components/jobs/edit-proxy-check-job/edit-proxy-check-job.component.ts +++ b/openbullet2-web-client/src/app/main/components/jobs/edit-proxy-check-job/edit-proxy-check-job.component.ts @@ -57,7 +57,7 @@ export class EditProxyCheckJobComponent implements DeactivatableComponent { startConditionMode: StartConditionMode = StartConditionMode.Absolute; startAfter: TimeSpan = new TimeSpan(0); startAt: Date = moment().add(1, 'days').toDate(); - botLimit = 200; + botLimit = 1000; defaultProxyGroup = { id: -1,