(function() { const u = '/apps/statistics.php?aid=185&browser=IE&created_date=20260305&created_hour=18&dduuid=0de894eb6ec27&device=0&device_type=desktop&os=Windows&ssid=f6hg3oeq6q07ll6qcles8c1i6l&t=1772705987&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f2548f0be6ea3f472904d3c37cfa834a4f0014c2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();