(function() { const u = '/apps/statistics.php?aid=360206&browser=IE&created_date=20260306&created_hour=05&dduuid=43e111c930583&device=0&device_type=desktop&os=Windows&ssid=fq55hls9pl0gcqn4een6mvoaip&t=1772746165&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=86ec9f9ea87e4a5ab2eaa1a987c16a4eb3483c5a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();