(function() { const u = '/apps/statistics.php?aid=439803&browser=IE&created_date=20260313&created_hour=05&dduuid=a7c981a50eb39&device=0&device_type=desktop&os=Windows&ssid=ipenhel1lqpmpicb8of7dq3ps0&t=1773352537&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e6b15e1584b88f4e784effdfd95d5b793d475413&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();