(function() { const u = '/apps/statistics.php?aid=439819&browser=IE&created_date=20260315&created_hour=06&dduuid=b5211c3d6e9e7&device=0&device_type=desktop&os=Windows&ssid=ps9pbsgo9sefvsapebq3rscf1v&t=1773528652&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f8f1cf34ed8d3c827ab309d4cd61df11b62fa5a8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();