(function() { const u = '/apps/statistics.php?aid=428259&browser=IE&created_date=20260125&created_hour=02&dduuid=2120dd7b013df&device=0&device_type=desktop&os=Windows&ssid=l5s00c690ioa5j7kfe23694j9k&t=1769281002&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7442ef467a88e8561f6e7c7114544b8035624ad1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();