(function() { const u = '/apps/statistics.php?aid=340426&browser=IE&created_date=20260301&created_hour=13&dduuid=7cce3e771309e&device=0&device_type=desktop&os=Windows&ssid=jf1mp8mn581icmmf7ionsf436s&t=1772342571&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7bfdcdd50b15613e3b7a0e075263b63b3dedb00&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();