(function() { const u = '/apps/statistics.php?aid=451020&browser=IE&created_date=20260225&created_hour=17&dduuid=a900fd6967e16&device=0&device_type=desktop&os=Windows&ssid=77r9q0llsvpk7udveg5snfdnco&t=1772013413&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=29f1ff8a55a2d3a8a05a261dc4fc1a3aac1327b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();