Soenneker.Blazor.Utils.ResourceLoader 3.0.1333

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Utils.ResourceLoader --version 3.0.1333
                    
NuGet\Install-Package Soenneker.Blazor.Utils.ResourceLoader -Version 3.0.1333
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Blazor.Utils.ResourceLoader" Version="3.0.1333" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Utils.ResourceLoader" Version="3.0.1333" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Blazor.Utils.ResourceLoader" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Blazor.Utils.ResourceLoader --version 3.0.1333
                    
#r "nuget: Soenneker.Blazor.Utils.ResourceLoader, 3.0.1333"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=3.0.1333
                    
Install Soenneker.Blazor.Utils.ResourceLoader as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=3.0.1333
                    
Install Soenneker.Blazor.Utils.ResourceLoader as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.Utils.ResourceLoader

A Blazor JavaScript interop for dynamically loading scripts, styles, and modules

Overview

The ResourceLoader class is designed to manage the loading and initialization of scripts, styles, and JavaScript modules in a Blazor application. It provides methods to asynchronously load scripts and styles, wait for variables to be available, and manage the lifecycle of JavaScript modules.

It ensures that each resource is only loaded once (through this interop), even with multiple concurrent calls.

Table of Contents

Installation

dotnet add package Soenneker.Blazor.Utils.ResourceLoader

Usage

Loading Scripts

To load a script, use the LoadScript method. It injects the file into the DOM.

await resourceLoader.LoadScript("https://example.com/script.js");

LoadScriptAndWaitForVariable is also available. It waits for a specified JavaScript variable to be available:

await resourceLoader.LoadScriptAndWaitForVariable("https://example.com/script.js", "variableName");

Loading Styles

To load a style, use the LoadStyle method. It injects the file into the DOM.

await resourceLoader.LoadStyle("https://example.com/style.css");

Importing Modules

To import a JavaScript module, use the ImportModule method:

var module = await resourceLoader.ImportModule("moduleName");

You probably want ImportModuleAndWaitUntilAvailable, as that waits until the module is loaded, and accessible:

// 'ResourceLoader' is the name of the export class
var module = await resourceLoader.ImportModuleAndWaitUntilAvailable("Soenneker.Blazor.Utils.ResourceLoader/resourceloader.js", "ResourceLoader");

Waiting for Variables

To wait for a JavaScript variable to be available, use the WaitForVariable method:

await resourceLoader.WaitForVariable("variableName");

Disposing Modules

Be sure to dispose of a module after you're done interacting with it. To dispose of a JavaScript module, use the DisposeModule method:

await resourceLoader.DisposeModule("moduleName");
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on Soenneker.Blazor.Utils.ResourceLoader:

Package Downloads
Soenneker.Blazor.TomSelect

A Blazor interop library for the select user control library, Tom Select

Soenneker.Blazor.FilePond

A Blazor interop library for the file upload library FilePond

Soenneker.Blazor.Clarity

A small Blazor interop library that sets up Microsoft Clarity

Soenneker.Blazor.Masonry

A Blazor interop library that integrates Masonry, the cascading grid layout library

Soenneker.Blazor.LogJson

A Blazor interop library that logs JSON (like HTTP requests/responses) within the browser

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.1388 0 4/5/2025
3.0.1387 0 4/5/2025
3.0.1386 0 4/5/2025
3.0.1385 0 4/5/2025
3.0.1384 0 4/5/2025
3.0.1383 0 4/5/2025
3.0.1382 0 4/5/2025
3.0.1381 3 4/5/2025
3.0.1380 33 4/5/2025
3.0.1379 51 4/5/2025
3.0.1378 64 4/5/2025
3.0.1377 293 4/4/2025
3.0.1376 95 4/4/2025
3.0.1375 612 4/4/2025
3.0.1374 146 4/4/2025
3.0.1373 238 4/4/2025
3.0.1372 110 4/4/2025
3.0.1371 259 4/3/2025
3.0.1370 439 4/1/2025
3.0.1369 203 4/1/2025
3.0.1368 204 4/1/2025
3.0.1367 128 4/1/2025
3.0.1366 248 4/1/2025
3.0.1365 128 4/1/2025
3.0.1364 293 4/1/2025
3.0.1363 476 4/1/2025
3.0.1362 445 4/1/2025
3.0.1361 216 4/1/2025
3.0.1360 268 4/1/2025
3.0.1359 203 4/1/2025
3.0.1358 351 4/1/2025
3.0.1357 131 4/1/2025
3.0.1356 257 3/31/2025
3.0.1355 127 3/31/2025
3.0.1354 381 3/31/2025
3.0.1353 129 3/31/2025
3.0.1352 531 3/31/2025
3.0.1351 463 3/31/2025
3.0.1350 483 3/29/2025
3.0.1349 193 3/29/2025
3.0.1348 197 3/29/2025
3.0.1347 224 3/29/2025
3.0.1346 67 3/29/2025
3.0.1345 210 3/29/2025
3.0.1344 70 3/29/2025
3.0.1343 713 3/27/2025
3.0.1342 783 3/26/2025
3.0.1341 588 3/25/2025
3.0.1340 545 3/25/2025
3.0.1339 442 3/25/2025
3.0.1338 613 3/25/2025
3.0.1337 439 3/25/2025
3.0.1336 696 3/25/2025
3.0.1335 455 3/25/2025
3.0.1334 963 3/22/2025
3.0.1333 204 3/21/2025
3.0.1332 211 3/21/2025
3.0.1331 78 3/21/2025
3.0.1330 275 3/21/2025
3.0.1329 93 3/21/2025
3.0.1328 251 3/21/2025
3.0.1327 414 3/21/2025
3.0.1326 548 3/18/2025
3.0.1325 278 3/18/2025
3.0.1324 217 3/18/2025
3.0.1323 256 3/18/2025
3.0.1322 208 3/18/2025
3.0.1321 131 3/18/2025
3.0.1320 503 3/18/2025
3.0.1319 255 3/18/2025
3.0.1318 126 3/18/2025
3.0.1317 345 3/18/2025
3.0.1316 130 3/18/2025
3.0.1315 511 3/15/2025
3.0.1314 145 3/15/2025
3.0.1313 165 3/15/2025
3.0.1312 56 3/15/2025
3.0.1311 216 3/15/2025
3.0.1310 56 3/15/2025
3.0.1309 354 3/15/2025
3.0.1308 95 3/15/2025
3.0.1307 55 3/15/2025
3.0.1306 858 3/12/2025
3.0.1305 290 3/12/2025
3.0.1304 279 3/12/2025
3.0.1303 141 3/12/2025
3.0.1302 255 3/12/2025
3.0.1301 212 3/12/2025
3.0.1300 385 3/12/2025
3.0.1299 149 3/12/2025
3.0.1298 414 3/12/2025
3.0.1297 185 3/12/2025
3.0.1296 145 3/12/2025
3.0.1295 407 3/11/2025
3.0.1294 159 3/11/2025
3.0.1293 509 3/11/2025
3.0.1292 155 3/11/2025
3.0.1291 523 3/11/2025
3.0.1290 160 3/11/2025
3.0.1289 152 3/11/2025
3.0.1288 636 3/11/2025
3.0.1287 153 3/11/2025
3.0.1286 433 3/11/2025
3.0.1285 623 3/11/2025
3.0.1284 161 3/11/2025
3.0.1283 476 3/11/2025
3.0.1282 159 3/11/2025
3.0.1281 583 3/7/2025
3.0.1280 375 3/7/2025
3.0.1279 300 3/7/2025
3.0.1278 197 3/7/2025
3.0.1277 391 3/7/2025
3.0.1276 195 3/7/2025
3.0.1275 452 3/7/2025
3.0.1274 383 3/7/2025
3.0.1273 454 3/7/2025
3.0.1272 559 3/2/2025
3.0.1271 200 3/2/2025
3.0.1270 300 3/2/2025
3.0.1269 103 3/2/2025
3.0.1268 228 3/2/2025
3.0.1267 142 3/2/2025
3.0.1266 298 3/2/2025
3.0.1265 86 3/2/2025
3.0.1264 486 3/2/2025
3.0.1263 90 3/2/2025
3.0.1262 500 3/2/2025
3.0.1261 88 3/2/2025
3.0.1260 229 3/2/2025
3.0.1259 86 3/2/2025
3.0.1258 508 3/1/2025
3.0.1257 318 3/1/2025
3.0.1256 88 3/1/2025
3.0.1255 313 3/1/2025
3.0.1254 124 3/1/2025
3.0.1253 91 3/1/2025
3.0.1252 188 3/1/2025
3.0.1251 91 3/1/2025
3.0.1250 504 3/1/2025
3.0.1249 81 3/1/2025
3.0.1248 82 3/1/2025
3.0.1247 685 3/1/2025
3.0.1246 79 3/1/2025
3.0.1245 699 2/26/2025
3.0.1244 133 2/26/2025
3.0.1243 87 2/26/2025
3.0.1242 198 2/26/2025
3.0.1241 76 2/26/2025
3.0.1240 292 2/25/2025
3.0.1239 75 2/25/2025
3.0.1238 268 2/25/2025
3.0.1237 79 2/25/2025
3.0.1236 471 2/25/2025
3.0.1235 81 2/25/2025
3.0.1234 419 2/25/2025
3.0.1233 76 2/25/2025
3.0.1232 265 2/25/2025
3.0.1231 362 2/24/2025
3.0.1230 712 2/23/2025
3.0.1229 352 2/23/2025
3.0.1228 97 2/23/2025
3.0.1227 161 2/23/2025
3.0.1226 82 2/23/2025
3.0.1225 245 2/22/2025
3.0.1224 86 2/22/2025
3.0.1223 438 2/22/2025
3.0.1222 85 2/22/2025
3.0.1221 184 2/22/2025
3.0.1220 596 2/22/2025
3.0.1219 234 2/22/2025
3.0.1218 87 2/22/2025
3.0.1217 192 2/22/2025
3.0.1216 80 2/22/2025
3.0.1215 401 2/22/2025
3.0.1214 181 2/22/2025
3.0.1213 194 2/22/2025
3.0.1212 290 2/22/2025
3.0.1211 84 2/22/2025
3.0.1210 228 2/22/2025
3.0.1209 271 2/22/2025
3.0.1208 262 2/21/2025
3.0.1207 80 2/21/2025
3.0.1206 84 2/21/2025
3.0.1205 386 2/21/2025
3.0.1204 84 2/21/2025
3.0.1203 230 2/21/2025
3.0.1202 87 2/21/2025
3.0.1201 274 2/21/2025
3.0.1200 943 2/19/2025
3.0.1199 299 2/19/2025
3.0.1198 90 2/19/2025
3.0.1197 176 2/19/2025
3.0.1196 91 2/19/2025
3.0.1195 154 2/19/2025
3.0.1194 92 2/19/2025
3.0.1193 188 2/19/2025
3.0.1192 90 2/19/2025
3.0.1191 213 2/19/2025
3.0.1190 84 2/19/2025
3.0.1189 270 2/19/2025
3.0.1188 226 2/18/2025
3.0.1187 87 2/18/2025
3.0.1186 655 2/18/2025
3.0.1185 116 2/18/2025
3.0.1184 98 2/18/2025
3.0.1183 624 2/18/2025
3.0.1182 86 2/18/2025
3.0.1181 263 2/18/2025
3.0.1180 85 2/18/2025
3.0.1179 644 2/16/2025
3.0.1178 419 2/14/2025
3.0.1177 205 2/14/2025
3.0.1176 90 2/14/2025
3.0.1175 255 2/14/2025
3.0.1174 190 2/14/2025
3.0.1173 89 2/14/2025
3.0.1172 647 2/13/2025
3.0.1171 92 2/13/2025
3.0.1170 204 2/13/2025
3.0.1169 695 2/13/2025
3.0.1168 328 2/12/2025
3.0.1167 210 2/12/2025
3.0.1166 261 2/12/2025
3.0.1165 90 2/12/2025
3.0.1164 187 2/12/2025
3.0.1163 94 2/12/2025
3.0.1162 396 2/12/2025
3.0.1161 101 2/12/2025
3.0.1160 182 2/12/2025
3.0.1159 90 2/12/2025
3.0.1158 277 2/12/2025
3.0.1157 92 2/12/2025
3.0.1156 312 2/12/2025
3.0.1155 92 2/12/2025
3.0.1154 290 2/12/2025
3.0.1153 83 2/12/2025
3.0.1152 242 2/12/2025
3.0.1151 81 2/12/2025
3.0.1150 321 2/11/2025
3.0.1149 88 2/11/2025
3.0.1148 453 2/11/2025
3.0.1147 438 2/11/2025
3.0.1146 85 2/11/2025
3.0.1145 90 2/11/2025
3.0.1144 372 2/11/2025
3.0.1143 91 2/11/2025
3.0.1142 255 2/11/2025
3.0.1141 726 2/11/2025
3.0.1140 96 2/11/2025
3.0.1139 254 2/11/2025
3.0.1138 89 2/11/2025
3.0.1137 201 2/11/2025
3.0.1136 90 2/11/2025
3.0.1135 196 2/11/2025
3.0.1134 84 2/11/2025
3.0.1133 270 2/10/2025
3.0.1132 88 2/10/2025
3.0.1131 183 2/10/2025
3.0.1130 89 2/10/2025
3.0.1129 414 2/10/2025
3.0.1128 88 2/10/2025
3.0.1127 87 2/10/2025
3.0.1126 199 2/10/2025
3.0.1125 304 2/10/2025
3.0.1124 387 2/10/2025
3.0.1123 155 2/9/2025
3.0.1122 433 2/9/2025
3.0.1121 140 2/9/2025
3.0.1120 90 2/9/2025
3.0.1119 375 2/9/2025
3.0.1118 88 2/9/2025
3.0.1117 1,095 2/7/2025
3.0.1116 87 2/7/2025
3.0.1115 405 2/7/2025
3.0.1114 79 2/7/2025
3.0.1113 279 2/7/2025
3.0.1112 257 2/7/2025
3.0.1111 86 2/7/2025
3.0.1110 236 2/7/2025
3.0.1109 92 2/7/2025
3.0.1108 185 2/7/2025
3.0.1107 135 2/7/2025
3.0.1106 1,000 2/7/2025
3.0.1105 171 2/7/2025
3.0.1104 209 2/7/2025
3.0.1103 79 2/7/2025
3.0.1102 153 2/6/2025
3.0.1101 703 2/5/2025
3.0.1100 276 2/5/2025
3.0.1099 112 2/5/2025
3.0.1098 208 2/5/2025
3.0.1097 91 2/5/2025
3.0.1096 196 2/5/2025
3.0.1095 346 2/5/2025
3.0.1094 248 2/5/2025
3.0.1093 88 2/5/2025
3.0.1092 129 2/5/2025
3.0.1091 80 2/5/2025
3.0.1090 321 2/5/2025
3.0.1089 78 2/5/2025
3.0.1088 164 2/5/2025
3.0.1087 84 2/5/2025
3.0.1086 94 2/5/2025
3.0.1085 246 2/5/2025
3.0.1084 87 2/5/2025
3.0.1083 284 2/5/2025
3.0.1082 169 2/5/2025
3.0.1081 453 2/5/2025
3.0.1080 75 2/5/2025
3.0.1079 165 2/5/2025
3.0.1078 930 1/28/2025
3.0.1077 134 1/28/2025
3.0.1076 166 1/28/2025
3.0.1075 80 1/28/2025
3.0.1074 169 1/28/2025
3.0.1073 79 1/28/2025
3.0.1072 155 1/28/2025
3.0.1071 85 1/28/2025
3.0.1070 228 1/28/2025
3.0.1069 77 1/28/2025
3.0.1068 229 1/28/2025
3.0.1067 62 1/28/2025
3.0.1066 278 1/28/2025
3.0.1065 72 1/28/2025
3.0.1064 242 1/28/2025
3.0.1063 74 1/28/2025
3.0.1062 189 1/28/2025
3.0.1061 348 1/28/2025
3.0.1060 77 1/28/2025
3.0.1059 381 1/28/2025
3.0.1058 78 1/28/2025
3.0.1057 193 1/27/2025
3.0.1056 74 1/27/2025
3.0.1055 303 1/27/2025
3.0.1054 226 1/27/2025
3.0.1053 245 1/27/2025
3.0.1052 73 1/27/2025
3.0.1051 163 1/27/2025
3.0.1050 592 1/26/2025
3.0.1049 173 1/26/2025
3.0.1048 203 1/26/2025
3.0.1047 235 1/26/2025
3.0.1046 78 1/26/2025
3.0.1045 148 1/26/2025
3.0.1044 80 1/26/2025
3.0.1043 230 1/26/2025
3.0.1042 80 1/26/2025
3.0.1041 88 1/26/2025
3.0.1040 79 1/26/2025
3.0.1039 267 1/26/2025
3.0.1038 78 1/26/2025
3.0.1037 260 1/26/2025
3.0.1036 82 1/26/2025
3.0.1035 334 1/26/2025
3.0.1034 80 1/26/2025
3.0.1033 278 1/25/2025
3.0.1032 385 1/25/2025
3.0.1031 84 1/25/2025
3.0.1030 359 1/25/2025
3.0.1029 75 1/25/2025
3.0.1028 267 1/25/2025
3.0.1027 81 1/25/2025
3.0.1026 75 1/25/2025
3.0.1025 467 1/25/2025
3.0.1024 78 1/25/2025
3.0.1023 208 1/25/2025
3.0.1022 600 1/24/2025
3.0.1021 195 1/24/2025
3.0.1020 210 1/24/2025
3.0.1019 118 1/24/2025
3.0.1018 72 1/24/2025
3.0.1017 151 1/24/2025
3.0.1016 72 1/24/2025
3.0.1015 474 1/24/2025
3.0.1014 75 1/24/2025
3.0.1013 136 1/24/2025
3.0.1012 76 1/24/2025
3.0.1011 284 1/24/2025
3.0.1010 72 1/24/2025
3.0.1009 693 1/23/2025
3.0.1008 164 1/23/2025
3.0.1007 190 1/23/2025
3.0.1006 173 1/23/2025
3.0.1005 72 1/23/2025
3.0.1004 139 1/23/2025
3.0.1003 504 1/22/2025
3.0.1002 250 1/22/2025
3.0.1001 149 1/22/2025
3.0.1000 84 1/22/2025
3.0.999 79 1/22/2025
3.0.998 205 1/22/2025
3.0.997 444 1/21/2025
3.0.996 170 1/21/2025
3.0.995 86 1/21/2025
3.0.994 348 1/21/2025
3.0.993 339 1/21/2025
3.0.992 325 1/21/2025
3.0.991 85 1/21/2025
3.0.990 544 1/21/2025
3.0.989 81 1/21/2025
3.0.988 528 1/21/2025
3.0.987 127 1/20/2025
3.0.986 138 1/20/2025
3.0.985 78 1/20/2025
3.0.984 346 1/20/2025
3.0.983 73 1/20/2025
3.0.982 399 1/20/2025
3.0.981 79 1/20/2025
3.0.980 511 1/20/2025
3.0.979 77 1/20/2025
3.0.978 314 1/20/2025
3.0.977 75 1/20/2025
3.0.976 80 1/20/2025
3.0.975 276 1/19/2025
3.0.974 83 1/19/2025
3.0.973 466 1/19/2025
3.0.972 72 1/19/2025
3.0.971 218 1/19/2025
3.0.970 82 1/19/2025
3.0.969 489 1/19/2025
3.0.968 69 1/19/2025
3.0.967 220 1/19/2025
3.0.966 75 1/19/2025
3.0.965 71 1/19/2025
3.0.964 475 1/19/2025
3.0.963 69 1/19/2025
3.0.962 313 1/18/2025
3.0.961 81 1/18/2025
3.0.960 110 1/18/2025
3.0.959 159 1/18/2025
3.0.958 93 1/18/2025
3.0.957 339 1/18/2025
3.0.956 271 1/18/2025
3.0.955 109 1/18/2025
3.0.954 72 1/18/2025
3.0.953 284 1/17/2025
3.0.952 150 1/17/2025
3.0.951 70 1/17/2025
3.0.950 115 1/17/2025
3.0.949 105 1/17/2025
3.0.948 164 1/17/2025
3.0.947 72 1/17/2025
3.0.946 355 1/17/2025
3.0.945 94 1/17/2025
3.0.944 79 1/17/2025
3.0.943 526 1/17/2025
3.0.942 73 1/17/2025
3.0.941 319 1/16/2025
3.0.940 75 1/16/2025
3.0.939 223 1/16/2025
3.0.938 252 1/16/2025
3.0.937 256 1/16/2025
3.0.936 104 1/16/2025
3.0.935 105 1/16/2025
3.0.934 414 1/16/2025
3.0.933 70 1/16/2025
3.0.932 106 1/16/2025
3.0.931 155 1/16/2025
3.0.930 76 1/16/2025
3.0.929 279 1/16/2025
3.0.928 206 1/16/2025
3.0.927 171 1/16/2025
3.0.926 465 1/15/2025
3.0.925 74 1/15/2025
3.0.924 107 1/15/2025
3.0.923 73 1/15/2025
3.0.922 154 1/15/2025
3.0.921 274 1/15/2025
3.0.920 76 1/15/2025
3.0.919 151 1/15/2025
3.0.918 303 1/15/2025
3.0.917 194 1/15/2025
3.0.916 72 1/15/2025
3.0.915 295 1/15/2025
3.0.914 170 1/15/2025
3.0.913 70 1/15/2025
3.0.912 215 1/15/2025
3.0.911 59 1/15/2025
3.0.910 190 1/15/2025
3.0.909 53 1/15/2025
3.0.908 125 1/15/2025
3.0.907 35 1/15/2025
3.0.906 38 1/15/2025
3.0.905 250 1/14/2025
3.0.904 832 1/14/2025
3.0.903 52 1/14/2025
3.0.902 326 1/14/2025
3.0.901 55 1/14/2025
3.0.900 299 1/14/2025
3.0.899 181 1/14/2025
3.0.898 259 1/13/2025
3.0.897 161 1/13/2025
3.0.896 65 1/13/2025
3.0.895 225 1/13/2025
3.0.894 62 1/13/2025
3.0.893 174 1/13/2025
3.0.892 76 1/13/2025
3.0.891 70 1/13/2025
3.0.890 248 1/13/2025
3.0.889 66 1/13/2025
3.0.888 246 1/13/2025
3.0.887 60 1/13/2025
3.0.886 211 1/12/2025
3.0.885 385 1/12/2025
3.0.884 181 1/11/2025
3.0.883 72 1/11/2025
3.0.882 180 1/11/2025
3.0.881 81 1/11/2025
3.0.880 72 1/11/2025
3.0.879 227 1/11/2025
3.0.878 337 1/11/2025
3.0.877 77 1/11/2025
3.0.876 143 1/11/2025
3.0.875 70 1/11/2025
3.0.874 216 1/10/2025
3.0.873 81 1/10/2025
3.0.872 428 1/10/2025
3.0.871 79 1/10/2025
3.0.870 197 1/10/2025
3.0.869 79 1/10/2025
3.0.868 85 1/10/2025
3.0.867 673 1/8/2025
3.0.866 364 1/3/2025
3.0.865 296 1/3/2025
3.0.864 108 1/3/2025
3.0.863 277 1/3/2025
3.0.862 107 1/3/2025
3.0.861 295 1/3/2025
3.0.860 152 1/3/2025
3.0.859 108 1/3/2025
3.0.858 404 1/3/2025
3.0.857 128 1/3/2025
3.0.856 82 1/3/2025
3.0.855 306 1/2/2025
3.0.854 83 1/2/2025
3.0.853 256 1/2/2025
3.0.852 93 1/2/2025
3.0.851 85 1/2/2025
3.0.850 86 1/2/2025
3.0.849 325 1/2/2025
3.0.848 731 1/2/2025
3.0.847 92 1/2/2025
3.0.846 227 1/1/2025
3.0.845 86 1/1/2025
3.0.844 237 1/1/2025
3.0.843 101 1/1/2025
3.0.842 216 1/1/2025
3.0.841 234 1/1/2025
3.0.840 91 1/1/2025
3.0.839 328 1/1/2025
3.0.838 98 1/1/2025
3.0.837 95 1/1/2025
3.0.836 287 1/1/2025
3.0.835 115 1/1/2025
3.0.834 265 1/1/2025
3.0.833 88 1/1/2025
3.0.832 234 12/31/2024
3.0.831 86 12/31/2024
3.0.830 95 12/31/2024
3.0.829 146 12/31/2024
3.0.828 95 12/31/2024
3.0.827 87 12/31/2024
3.0.826 228 12/31/2024
3.0.825 206 12/31/2024
3.0.824 200 12/31/2024
3.0.823 161 12/31/2024
3.0.822 105 12/31/2024
3.0.821 539 12/31/2024
3.0.820 109 12/31/2024
3.0.819 551 12/31/2024
3.0.818 93 12/31/2024
3.0.817 141 12/31/2024
3.0.816 80 12/31/2024
3.0.815 501 12/31/2024
3.0.814 267 12/31/2024
3.0.813 75 12/31/2024
3.0.812 248 12/31/2024
3.0.811 85 12/31/2024
3.0.810 76 12/31/2024
3.0.809 87 12/31/2024
3.0.808 813 12/28/2024
3.0.807 159 12/28/2024
3.0.806 162 12/28/2024
3.0.805 85 12/28/2024
3.0.804 304 12/28/2024
3.0.803 86 12/28/2024
3.0.802 179 12/28/2024
3.0.801 78 12/28/2024
3.0.800 490 12/27/2024
3.0.799 152 12/27/2024
3.0.798 87 12/27/2024
3.0.797 599 12/25/2024
3.0.796 153 12/25/2024
3.0.795 182 12/25/2024
3.0.794 130 12/24/2024
3.0.793 298 12/24/2024
3.0.792 80 12/24/2024
3.0.791 136 12/24/2024
3.0.790 390 12/24/2024
3.0.789 76 12/24/2024
3.0.788 234 12/24/2024
3.0.787 82 12/24/2024
3.0.786 347 12/24/2024
3.0.785 72 12/24/2024
3.0.784 289 12/24/2024
3.0.783 78 12/24/2024
3.0.782 381 12/24/2024
3.0.781 153 12/24/2024
3.0.780 264 12/24/2024
3.0.779 79 12/24/2024
3.0.778 75 12/24/2024
3.0.777 79 12/24/2024
3.0.776 76 12/24/2024
3.0.775 284 12/24/2024
3.0.774 79 12/24/2024
3.0.773 236 12/23/2024
3.0.772 82 12/23/2024
3.0.771 242 12/23/2024
3.0.770 82 12/23/2024
3.0.769 117 12/23/2024
3.0.768 246 12/23/2024
3.0.767 80 12/23/2024
3.0.766 331 12/23/2024
3.0.765 83 12/23/2024
3.0.764 238 12/23/2024
3.0.763 160 12/23/2024
3.0.762 90 12/23/2024
3.0.761 432 12/23/2024
3.0.760 143 12/22/2024
3.0.759 83 12/22/2024
3.0.758 265 12/22/2024
3.0.757 99 12/22/2024
3.0.756 236 12/22/2024
3.0.755 82 12/22/2024
3.0.754 183 12/22/2024
3.0.753 301 12/22/2024
3.0.752 83 12/22/2024
3.0.751 268 12/22/2024
3.0.750 87 12/22/2024
3.0.749 407 12/22/2024
3.0.748 110 12/22/2024
3.0.747 79 12/22/2024
3.0.746 285 12/21/2024
3.0.745 158 12/21/2024
3.0.744 84 12/21/2024
3.0.743 158 12/21/2024
3.0.742 84 12/21/2024
3.0.741 170 12/21/2024
3.0.740 89 12/21/2024
3.0.739 139 12/21/2024
3.0.738 84 12/21/2024
3.0.737 367 12/21/2024
3.0.736 134 12/21/2024
3.0.735 82 12/21/2024
3.0.734 375 12/21/2024
3.0.733 85 12/21/2024
3.0.732 86 12/21/2024
3.0.731 196 12/20/2024
3.0.730 82 12/20/2024
3.0.729 195 12/20/2024
3.0.728 117 12/20/2024
3.0.727 170 12/20/2024
3.0.726 87 12/20/2024
3.0.725 151 12/20/2024
3.0.724 83 12/20/2024
3.0.723 328 12/20/2024
3.0.722 82 12/20/2024
3.0.721 310 12/19/2024
3.0.720 119 12/19/2024
3.0.719 77 12/19/2024
3.0.718 210 12/19/2024
3.0.717 210 12/19/2024
3.0.716 78 12/19/2024
3.0.715 267 12/19/2024
3.0.714 80 12/19/2024
3.0.713 200 12/18/2024
3.0.712 1,861 12/17/2024
3.0.711 186 12/17/2024
3.0.709 249 12/17/2024
3.0.708 216 12/17/2024
3.0.707 191 12/17/2024
3.0.706 225 12/16/2024
3.0.705 171 12/16/2024
3.0.704 95 12/16/2024
3.0.703 489 12/10/2024
3.0.702 203 12/10/2024
3.0.701 86 12/10/2024
3.0.700 175 12/10/2024
3.0.699 267 12/10/2024
3.0.698 150 12/9/2024
3.0.697 82 12/9/2024
3.0.696 313 12/9/2024
3.0.695 84 12/9/2024
3.0.694 419 12/9/2024
3.0.693 241 12/9/2024
3.0.692 78 12/9/2024
3.0.691 219 12/9/2024
3.0.690 75 12/9/2024
3.0.689 272 12/9/2024
3.0.688 454 12/7/2024
3.0.687 182 12/7/2024
3.0.686 187 12/6/2024
3.0.685 83 12/6/2024
3.0.684 187 12/6/2024
3.0.683 88 12/6/2024
3.0.682 124 12/6/2024
3.0.681 179 12/6/2024
3.0.680 263 12/6/2024
3.0.679 90 12/6/2024
3.0.678 231 12/6/2024
3.0.677 199 12/6/2024
3.0.676 87 12/6/2024
3.0.675 204 12/6/2024
3.0.674 89 12/6/2024
3.0.673 187 12/6/2024
3.0.672 233 12/6/2024
3.0.671 170 12/6/2024
3.0.670 279 12/6/2024
3.0.669 90 12/6/2024
3.0.668 250 12/6/2024
3.0.667 93 12/6/2024
3.0.666 296 12/6/2024
3.0.665 88 12/6/2024
3.0.664 118 12/6/2024
3.0.663 185 12/6/2024
3.0.662 87 12/6/2024
3.0.661 224 12/6/2024
3.0.660 92 12/6/2024
3.0.659 221 12/6/2024
3.0.658 206 12/5/2024
3.0.657 93 12/5/2024
3.0.656 263 12/5/2024
3.0.655 88 12/5/2024
3.0.654 301 12/5/2024
3.0.653 97 12/5/2024
3.0.652 1,068 12/5/2024
3.0.651 299 12/5/2024
3.0.650 329 12/5/2024
3.0.649 396 12/5/2024
3.0.648 429 12/4/2024
3.0.647 154 12/4/2024
3.0.646 424 12/4/2024
3.0.645 208 12/4/2024
3.0.644 396 12/4/2024
3.0.643 181 12/4/2024
3.0.642 276 12/3/2024
3.0.641 441 12/3/2024
3.0.640 90 12/3/2024
3.0.639 134 12/3/2024
3.0.638 83 12/3/2024
3.0.637 413 12/3/2024
3.0.636 83 12/3/2024
3.0.635 499 12/3/2024
3.0.634 188 12/3/2024
3.0.633 83 12/3/2024
3.0.632 146 12/2/2024
3.0.631 280 12/2/2024
3.0.630 166 12/2/2024
3.0.629 81 12/2/2024
3.0.628 241 12/2/2024
3.0.627 219 12/2/2024
3.0.626 91 12/2/2024
3.0.625 411 12/2/2024
3.0.624 149 12/2/2024
3.0.623 93 12/2/2024
3.0.622 277 12/2/2024
3.0.621 84 12/2/2024
3.0.620 192 12/1/2024
3.0.619 146 12/1/2024
3.0.618 90 12/1/2024
3.0.617 686 12/1/2024
3.0.616 144 12/1/2024
3.0.615 279 12/1/2024
3.0.614 404 11/29/2024
3.0.613 142 11/29/2024
3.0.612 224 11/29/2024
3.0.611 85 11/29/2024
3.0.610 141 11/29/2024
3.0.609 226 11/29/2024
3.0.608 88 11/29/2024
3.0.607 363 11/29/2024
3.0.606 448 11/21/2024
3.0.605 232 11/21/2024
3.0.604 160 11/21/2024
3.0.603 98 11/21/2024
3.0.602 206 11/21/2024
3.0.601 85 11/21/2024
3.0.600 698 11/20/2024
3.0.599 106 11/20/2024
3.0.598 296 11/20/2024
3.0.597 184 11/20/2024
3.0.596 153 11/20/2024
3.0.595 199 11/20/2024
3.0.594 341 11/20/2024
3.0.593 328 11/20/2024
3.0.592 88 11/20/2024
3.0.591 271 11/20/2024
3.0.590 304 11/19/2024
3.0.589 101 11/19/2024
3.0.588 201 11/19/2024
3.0.587 92 11/19/2024
3.0.586 79 11/19/2024
3.0.585 431 11/19/2024
3.0.584 333 11/19/2024
3.0.583 307 11/19/2024
3.0.582 267 11/19/2024
3.0.581 80 11/19/2024
3.0.580 83 11/19/2024
3.0.579 649 11/15/2024
3.0.578 114 11/15/2024
3.0.577 242 11/15/2024
3.0.576 81 11/15/2024
3.0.575 154 11/14/2024
3.0.574 83 11/14/2024
3.0.573 222 11/14/2024
3.0.572 87 11/14/2024
3.0.571 165 11/14/2024
3.0.570 94 11/14/2024
3.0.569 271 11/14/2024
3.0.568 95 11/14/2024
3.0.567 274 11/14/2024
3.0.566 301 11/14/2024
3.0.565 93 11/14/2024
3.0.564 238 11/14/2024
3.0.563 211 11/14/2024
3.0.561 484 11/14/2024
3.0.560 87 11/14/2024
3.0.559 299 11/14/2024
3.0.558 174 11/14/2024
3.0.557 88 11/14/2024
3.0.556 180 11/14/2024
3.0.555 94 11/14/2024
3.0.554 186 11/14/2024
3.0.553 92 11/14/2024
3.0.552 200 11/14/2024
2.1.551 1,909 11/13/2024
2.1.550 329 11/13/2024
2.1.549 309 11/13/2024
2.1.548 222 11/13/2024
2.1.547 407 11/13/2024
2.1.546 83 11/13/2024
2.1.545 257 11/13/2024
2.1.544 90 11/13/2024
2.1.543 696 11/12/2024
2.1.542 91 11/12/2024
2.1.541 1,185 11/9/2024
2.1.540 271 11/9/2024
2.1.539 87 11/9/2024
2.1.538 239 11/9/2024
2.1.537 85 11/9/2024
2.1.536 495 11/9/2024
2.1.535 88 11/9/2024
2.1.534 577 11/8/2024
2.1.533 91 11/8/2024
2.1.532 344 11/8/2024
2.1.531 189 11/8/2024
2.1.530 89 11/8/2024
2.1.529 321 11/8/2024
2.1.528 87 11/8/2024
2.1.527 620 11/8/2024
2.1.526 468 11/8/2024
2.1.525 94 11/8/2024
2.1.524 226 11/8/2024
2.1.523 806 11/6/2024
2.1.522 249 11/6/2024
2.1.521 560 11/1/2024
2.1.520 311 11/1/2024
2.1.519 261 11/1/2024
2.1.518 93 11/1/2024
2.1.517 396 11/1/2024
2.1.516 92 11/1/2024
2.1.515 271 11/1/2024
2.1.514 604 10/29/2024
2.1.513 173 10/29/2024
2.1.512 162 10/29/2024
2.1.511 92 10/29/2024
2.1.510 82 10/29/2024
2.1.509 484 10/29/2024
2.1.508 281 10/29/2024
2.1.507 86 10/29/2024
2.1.506 394 10/29/2024
2.1.505 84 10/29/2024
2.1.504 87 10/29/2024
2.1.503 229 10/29/2024
2.1.502 85 10/29/2024
2.1.501 644 10/29/2024
2.1.500 502 10/29/2024
2.1.499 85 10/29/2024
2.1.498 547 10/28/2024
2.1.497 84 10/28/2024
2.1.496 920 10/26/2024
2.1.495 156 10/26/2024
2.1.494 202 10/26/2024
2.1.493 89 10/26/2024
2.1.492 1,042 10/22/2024
2.1.491 256 10/22/2024
2.1.490 85 10/22/2024
2.1.489 306 10/22/2024
2.1.488 82 10/22/2024
2.1.487 487 10/22/2024
2.1.486 108 10/22/2024
2.1.485 420 10/22/2024
2.1.484 77 10/22/2024
2.1.483 494 10/22/2024
2.1.482 975 10/18/2024
2.1.481 400 10/17/2024
2.1.480 91 10/17/2024
2.1.479 325 10/17/2024
2.1.478 90 10/17/2024
2.1.477 1,012 10/15/2024
2.1.476 246 10/15/2024
2.1.475 338 10/15/2024
2.1.474 89 10/15/2024
2.1.473 582 10/14/2024
2.1.472 529 10/12/2024
2.1.471 188 10/12/2024
2.1.470 216 10/12/2024
2.1.469 92 10/12/2024
2.1.468 291 10/12/2024
2.1.467 104 10/12/2024
2.1.466 386 10/11/2024
2.1.465 93 10/11/2024
2.1.464 363 10/11/2024
2.1.463 96 10/11/2024
2.1.462 694 10/9/2024
2.1.461 186 10/9/2024
2.1.460 175 10/9/2024
2.1.459 94 10/9/2024
2.1.458 388 10/9/2024
2.1.457 96 10/9/2024
2.1.456 319 10/9/2024
2.1.455 93 10/9/2024
2.1.454 171 10/9/2024
2.1.453 195 10/9/2024
2.1.452 96 10/9/2024
2.1.451 541 10/8/2024
2.1.450 96 10/8/2024
2.1.449 515 10/8/2024
2.1.448 234 10/8/2024
2.1.447 94 10/8/2024
2.1.446 396 10/8/2024
2.1.445 101 10/8/2024
2.1.444 249 10/8/2024
2.1.443 132 10/8/2024
2.1.442 93 10/8/2024
2.1.441 524 10/8/2024
2.1.440 87 10/8/2024
2.1.439 606 10/3/2024
2.1.438 169 10/3/2024
2.1.437 285 10/3/2024
2.1.436 97 10/3/2024
2.1.435 287 10/3/2024
2.1.434 265 10/3/2024
2.1.433 97 10/3/2024
2.1.432 182 10/3/2024
2.1.431 187 10/3/2024
2.1.430 92 10/3/2024
2.1.429 345 10/3/2024
2.1.428 648 10/2/2024
2.1.427 110 10/2/2024
2.1.426 185 10/2/2024
2.1.425 100 10/2/2024
2.1.424 188 10/2/2024
2.1.423 267 10/2/2024
2.1.422 198 10/2/2024
2.1.421 110 10/2/2024
2.1.420 329 10/2/2024
2.1.419 95 10/2/2024
2.1.418 511 10/2/2024
2.1.417 102 10/2/2024
2.1.416 259 10/1/2024
2.1.415 412 10/1/2024
2.1.414 95 10/1/2024
2.1.413 193 10/1/2024
2.1.412 96 10/1/2024
2.1.411 393 10/1/2024
2.1.410 108 10/1/2024
2.1.409 394 10/1/2024
2.1.408 96 10/1/2024
2.1.407 450 9/29/2024
2.1.406 218 9/29/2024
2.1.405 145 9/29/2024
2.1.404 247 9/29/2024
2.1.403 89 9/29/2024
2.1.402 227 9/29/2024
2.1.401 228 9/29/2024
2.1.400 89 9/29/2024
2.1.399 364 9/29/2024
2.1.398 93 9/29/2024
2.1.397 534 9/27/2024
2.1.396 221 9/27/2024
2.1.395 240 9/27/2024
2.1.394 89 9/27/2024
2.1.393 201 9/27/2024
2.1.392 93 9/27/2024
2.1.391 346 9/27/2024
2.1.390 229 9/27/2024
2.1.389 88 9/27/2024
2.1.388 463 9/27/2024
2.1.387 95 9/27/2024
2.1.386 219 9/27/2024
2.1.385 151 9/27/2024
2.1.384 92 9/27/2024
2.1.383 522 9/27/2024
2.1.382 187 9/27/2024
2.1.381 214 9/26/2024
2.1.380 102 9/26/2024
2.1.379 262 9/26/2024
2.1.378 256 9/26/2024
2.1.377 105 9/26/2024
2.1.376 340 9/26/2024
2.1.375 179 9/26/2024
2.1.374 174 9/26/2024
2.1.373 108 9/26/2024
2.1.372 452 9/26/2024
2.1.371 100 9/26/2024
2.1.370 256 9/26/2024
2.1.369 257 9/26/2024
2.1.368 174 9/26/2024
2.1.367 171 9/26/2024
2.1.366 99 9/26/2024
2.1.365 216 9/26/2024
2.1.364 657 9/24/2024
2.1.363 195 9/23/2024
2.1.362 108 9/23/2024
2.1.361 75 9/23/2024
2.1.360 188 9/23/2024
2.1.359 207 9/23/2024
2.1.358 77 9/23/2024
2.1.357 269 9/23/2024
2.1.356 192 9/23/2024
2.1.355 88 9/23/2024
2.1.354 173 9/23/2024
2.1.353 452 9/23/2024
2.1.352 77 9/23/2024
2.1.351 84 9/23/2024
2.1.350 451 9/23/2024
2.1.349 87 9/23/2024
2.1.348 254 9/23/2024
2.1.347 174 9/23/2024
2.1.346 414 9/23/2024
2.1.345 85 9/23/2024
2.1.344 124 9/23/2024
2.1.343 355 9/23/2024
2.1.342 93 9/23/2024
2.1.341 212 9/23/2024
2.1.340 87 9/23/2024
2.1.339 162 9/23/2024
2.1.338 71 9/23/2024
2.1.337 830 9/18/2024
2.1.336 77 9/18/2024
2.1.335 199 9/18/2024
2.1.334 160 9/18/2024
2.1.333 89 9/18/2024
2.1.332 305 9/18/2024
2.1.331 252 9/18/2024
2.1.330 98 9/18/2024
2.1.329 225 9/18/2024
2.1.328 105 9/18/2024
2.1.327 240 9/18/2024
2.1.326 102 9/18/2024
2.1.325 131 9/17/2024
2.1.324 113 9/17/2024
2.1.323 106 9/17/2024
2.1.322 200 9/17/2024
2.1.321 225 9/17/2024
2.1.320 88 9/17/2024
2.1.319 247 9/17/2024
2.1.318 113 9/17/2024
2.1.317 104 9/17/2024
2.1.316 245 9/17/2024
2.1.315 116 9/17/2024
2.1.314 272 9/17/2024
2.1.313 109 9/17/2024
2.1.312 255 9/17/2024
2.1.311 104 9/17/2024
2.1.310 268 9/17/2024
2.1.309 169 9/17/2024
2.1.308 186 9/17/2024
2.1.307 555 9/17/2024
2.1.306 113 9/17/2024
2.1.305 350 9/16/2024
2.1.304 271 9/16/2024
2.1.303 206 9/16/2024
2.1.302 203 9/16/2024
2.1.301 95 9/16/2024
2.1.300 238 9/16/2024
2.1.299 890 9/12/2024
2.1.298 231 9/12/2024
2.1.297 106 9/12/2024
2.1.296 261 9/12/2024
2.1.295 98 9/12/2024
2.1.294 356 9/12/2024
2.1.293 110 9/12/2024
2.1.292 236 9/12/2024
2.1.291 237 9/12/2024
2.1.290 127 9/12/2024
2.1.289 275 9/12/2024
2.1.288 122 9/12/2024
2.1.287 245 9/11/2024
2.1.286 108 9/11/2024
2.1.285 215 9/11/2024
2.1.284 114 9/11/2024
2.1.282 434 9/11/2024
2.1.281 120 9/11/2024
2.1.280 342 9/11/2024
2.1.279 114 9/11/2024
2.1.278 370 9/11/2024
2.1.277 368 9/11/2024
2.1.276 110 9/11/2024
2.1.275 251 9/11/2024
2.1.274 546 9/11/2024
2.1.273 204 9/10/2024
2.1.272 107 9/10/2024
2.1.271 211 9/10/2024
2.1.270 440 9/10/2024
2.1.269 137 9/10/2024
2.1.268 248 9/10/2024
2.1.267 110 9/10/2024
2.1.266 351 9/10/2024
2.1.265 290 9/10/2024
2.1.263 340 9/10/2024
2.1.262 171 9/10/2024
2.1.261 112 9/9/2024
2.1.260 357 9/9/2024
2.1.259 297 9/9/2024
2.1.258 289 9/9/2024
2.1.257 403 9/9/2024
2.1.255 275 9/9/2024
2.1.254 105 9/9/2024
2.1.253 273 9/9/2024
2.1.252 94 9/9/2024
2.1.251 688 9/7/2024
2.1.250 305 9/7/2024
2.1.249 115 9/7/2024
2.1.248 114 9/7/2024
2.1.247 303 9/7/2024
2.1.246 97 9/7/2024
2.1.245 380 9/6/2024
2.1.244 168 9/6/2024
2.1.243 112 9/6/2024
2.1.242 281 9/6/2024
2.1.241 114 9/6/2024
2.1.240 375 9/6/2024
2.1.239 143 9/6/2024
2.1.238 190 9/6/2024
2.1.237 107 9/6/2024
2.1.236 398 9/5/2024
2.1.235 132 9/5/2024
2.1.234 108 9/5/2024
2.1.233 223 9/5/2024
2.1.232 94 9/5/2024
2.1.231 340 9/5/2024
2.1.230 94 9/5/2024
2.1.229 210 9/5/2024
2.1.228 114 9/5/2024
2.1.227 116 9/5/2024
2.1.226 666 9/5/2024
2.1.225 111 9/5/2024
2.1.224 197 9/5/2024
2.1.223 109 9/5/2024
2.1.222 692 9/4/2024
2.1.221 114 9/4/2024
2.1.220 361 9/4/2024
2.1.219 235 9/4/2024
2.1.218 122 9/4/2024
2.1.217 175 9/4/2024
2.1.216 198 9/3/2024
2.1.215 113 9/3/2024
2.1.214 306 9/3/2024
2.1.213 91 9/3/2024
2.1.212 300 9/3/2024
2.1.211 115 9/3/2024
2.1.210 316 9/3/2024
2.1.209 101 9/3/2024
2.1.207 345 9/3/2024
2.1.206 647 8/29/2024
2.1.205 106 8/29/2024
2.1.204 194 8/29/2024
2.1.203 106 8/29/2024
2.1.202 321 8/29/2024
2.1.201 480 8/26/2024
2.1.200 195 8/26/2024
2.1.199 212 8/26/2024
2.1.197 175 8/26/2024
2.1.196 458 8/26/2024
2.1.195 119 8/26/2024
2.1.194 410 8/21/2024
2.1.193 222 8/21/2024
2.1.192 130 8/21/2024
2.1.191 292 8/21/2024
2.1.190 127 8/21/2024
2.1.189 342 8/21/2024
2.1.188 109 8/21/2024
2.1.187 282 8/21/2024
2.1.186 105 8/21/2024
2.1.185 346 8/20/2024
2.1.184 118 8/20/2024
2.1.183 371 8/20/2024
2.1.182 125 8/20/2024
2.1.181 347 8/20/2024
2.1.180 108 8/20/2024
2.1.179 296 8/20/2024
2.1.178 449 8/20/2024
2.1.177 228 8/19/2024
2.1.176 115 8/19/2024
2.1.175 423 8/15/2024
2.1.174 181 8/15/2024
2.1.173 175 8/15/2024
2.1.172 119 8/15/2024
2.1.171 211 8/15/2024
2.1.170 185 8/15/2024
2.1.169 268 8/15/2024
2.1.168 101 8/15/2024
2.1.167 344 8/15/2024
2.1.166 423 8/14/2024
2.1.165 275 8/14/2024
2.1.164 137 8/14/2024
2.1.163 248 8/14/2024
2.1.162 116 8/14/2024
2.1.161 221 8/13/2024
2.1.160 386 8/13/2024
2.1.159 451 8/7/2024
2.1.158 183 8/7/2024
2.1.157 158 8/7/2024
2.1.156 184 8/7/2024
2.1.155 87 8/7/2024
2.1.154 209 8/7/2024
2.1.153 83 8/7/2024
2.1.152 205 8/6/2024
2.1.151 92 8/6/2024
2.1.150 180 8/6/2024
2.1.149 571 8/1/2024
2.1.148 231 8/1/2024
2.1.147 96 8/1/2024
2.1.146 204 8/1/2024
2.1.145 90 8/1/2024
2.1.144 152 8/1/2024
2.1.143 100 8/1/2024
2.1.142 287 8/1/2024
2.1.141 105 8/1/2024
2.1.140 116 8/1/2024
2.1.139 95 8/1/2024
2.1.138 172 8/1/2024
2.1.137 521 7/25/2024
2.1.136 220 7/25/2024
2.1.135 115 7/25/2024
2.1.134 128 7/25/2024
2.1.133 143 7/25/2024
2.1.132 61 7/25/2024
2.1.131 160 7/25/2024
2.1.130 71 7/25/2024
2.1.129 130 7/25/2024
2.1.128 75 7/25/2024
2.1.127 157 7/25/2024
2.1.126 110 7/25/2024
2.1.125 77 7/25/2024
2.1.124 165 7/25/2024
2.1.123 158 7/25/2024
2.1.122 70 7/25/2024
2.1.121 167 7/24/2024
2.1.120 146 7/24/2024
2.1.119 145 7/24/2024
2.1.118 946 7/20/2024
2.1.117 142 7/20/2024
2.1.116 115 7/20/2024
2.1.115 114 7/20/2024
2.1.114 111 7/20/2024
2.1.113 178 7/20/2024
2.1.112 107 7/20/2024
2.1.111 184 7/20/2024
2.1.110 549 7/17/2024
2.1.109 174 7/17/2024
2.1.108 147 7/17/2024
2.1.107 275 7/14/2024
2.1.106 98 7/14/2024
2.1.105 232 7/14/2024
2.1.104 240 7/14/2024
2.1.103 96 7/14/2024
2.1.102 99 7/14/2024
2.1.101 318 7/14/2024
2.1.100 104 7/14/2024
2.1.99 226 7/14/2024
2.1.98 392 7/11/2024
2.1.97 227 7/10/2024
2.1.96 124 7/10/2024
2.1.95 277 7/10/2024
2.1.94 333 7/10/2024
2.1.93 107 7/10/2024
2.1.92 125 7/10/2024
2.1.91 157 7/10/2024
2.1.90 185 7/10/2024
2.1.89 144 7/10/2024
2.1.88 87 7/10/2024
2.1.87 186 7/10/2024
2.1.86 82 7/10/2024
2.1.85 159 7/10/2024
2.1.84 100 7/10/2024
2.1.83 135 7/10/2024
2.1.82 100 7/10/2024
2.1.81 142 7/10/2024
2.1.80 102 7/10/2024
2.1.79 182 7/10/2024
2.1.78 107 7/10/2024
2.1.77 172 7/9/2024
2.1.75 141 7/9/2024
2.1.74 88 7/9/2024
2.1.73 193 7/9/2024
2.1.72 92 7/9/2024
2.1.71 767 7/9/2024
2.1.70 86 7/9/2024
2.1.69 6,687 7/9/2024
2.1.68 202 7/9/2024
2.1.67 92 7/9/2024
2.1.66 366 7/9/2024
2.1.65 114 7/9/2024
2.1.64 364 7/9/2024
2.1.63 188 7/9/2024
2.1.62 118 7/9/2024
2.1.61 119 7/8/2024
2.1.60 443 7/8/2024
2.1.59 122 7/8/2024
2.1.58 100 7/8/2024
2.1.57 195 7/8/2024
2.1.56 272 7/8/2024
2.1.55 289 7/8/2024
2.1.54 141 7/8/2024
2.1.53 227 7/8/2024
2.1.52 111 7/8/2024
2.1.51 327 7/8/2024
2.1.50 97 7/8/2024
2.1.49 231 7/7/2024
2.1.48 225 7/7/2024
2.1.47 106 7/7/2024
2.1.46 154 7/7/2024
2.1.45 191 7/7/2024
2.1.44 111 7/7/2024
2.1.43 381 7/7/2024
2.1.42 207 7/7/2024
2.1.41 408 7/5/2024
2.1.40 299 7/4/2024
2.1.39 305 7/3/2024
2.1.38 207 7/3/2024
2.1.37 177 7/3/2024
2.1.36 192 7/3/2024
2.1.35 184 7/3/2024
2.1.34 216 7/3/2024
2.1.33 108 7/3/2024
2.1.32 218 7/3/2024
2.1.31 110 7/3/2024
2.1.30 179 7/3/2024
2.1.29 351 7/3/2024
2.1.28 109 7/3/2024
2.1.27 278 7/3/2024
2.1.26 205 7/3/2024
2.1.25 91 7/3/2024
2.1.24 404 7/3/2024
2.1.23 287 6/30/2024
2.1.22 207 6/30/2024
2.1.21 129 6/30/2024
2.1.20 106 6/30/2024
2.1.19 123 6/30/2024
2.1.18 111 6/30/2024
2.1.17 161 6/30/2024
2.1.16 180 6/30/2024
2.1.15 178 6/29/2024
2.1.14 107 6/29/2024
2.1.13 125 6/29/2024
2.1.12 120 6/29/2024
2.1.11 118 6/29/2024
2.1.10 117 6/29/2024
2.1.9 122 6/29/2024
2.1.8 202 6/28/2024
2.1.7 426 6/27/2024
2.1.6 338 6/27/2024
2.1.5 311 6/24/2024
2.1.4 126 6/24/2024
2.1.3 114 6/24/2024
2.1.2 124 6/24/2024
2.1.1 128 6/24/2024