(function() { const u = '/apps/statistics.php?aid=451547&browser=IE&created_date=20260307&created_hour=09&dduuid=fb44d6007f7eb&device=0&device_type=desktop&os=Windows&ssid=ba82rvuncljc1c5mchp9ljat76&t=1772848166&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aa6997c8e19940ead57b928dbcfdb432b52d835b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();