(function() { const u = '/apps/statistics.php?aid=439582&browser=IE&created_date=20260227&created_hour=22&dduuid=bad948dd12b09&device=0&device_type=desktop&os=Windows&ssid=o40cua7bt9sr18i61epi6hg0pc&t=1772202766&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=701cb1fdff82d74c41cba41bbfb88b6dc0a8bfed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();