(function() { const u = '/apps/statistics.php?aid=453688&browser=IE&created_date=20260301&created_hour=12&dduuid=c4367c62c04b0&device=0&device_type=desktop&os=Windows&ssid=q7l1asrilia43n1n0h5j734in6&t=1772337749&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7e01ccf8c0cb53f9e204391e9bb261907487a4d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();