(function() { const u = '/apps/statistics.php?aid=86432&browser=IE&created_date=20251117&created_hour=18&dduuid=a3309824bf7a8&device=0&device_type=desktop&os=Windows&ssid=2jgfodb0539k8ngc634gvsqkv9&t=1763375238&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3a84fd23ab734c5529c67d2276aff0a7075b072b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();