(function() { const u = '/apps/statistics.php?aid=17895&browser=IE&created_date=20260311&created_hour=00&dduuid=6408e6770088b&device=0&device_type=desktop&os=Windows&ssid=656e3j093ndj7i5jc037n1fjbi&t=1773161776&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=efea7f08ee7ad651e933e960bc445990532d6b7c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();