(function() { const u = '/apps/statistics.php?aid=442297&browser=IE&created_date=20260310&created_hour=05&dduuid=aeca9d6efb373&device=0&device_type=desktop&os=Windows&ssid=26bc7ogai4gp2nesliif2frpoi&t=1773091989&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=169f41beb1d8d031ca3ab203c43c686806da9095&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();