(function() { const u = '/apps/statistics.php?aid=454392&browser=IE&created_date=20260308&created_hour=00&dduuid=df4d96b6f8282&device=0&device_type=desktop&os=Windows&ssid=688rgrdk543b6e19egceqbaok6&t=1772902012&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb05dcc47b0d3f37d0f0789d682b837c5199f7f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();