(function() { const u = '/apps/statistics.php?aid=3506&browser=IE&created_date=20260122&created_hour=16&dduuid=e20fe641ec977&device=0&device_type=desktop&os=Windows&ssid=6gsc4mdkidpi0dmhjdn1pu5pe7&t=1769068919&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3a65d1b59c58b42ad44c52158e3e17c72a8000ac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();