(function() { const u = '/apps/statistics.php?aid=437027&browser=IE&created_date=20260311&created_hour=06&dduuid=0cb30c5645f83&device=0&device_type=desktop&os=Windows&ssid=bil8mbshto2eee9e6oeecnkfma&t=1773181535&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7598e2c61da00b1a9d1acfb2ca36655ddabe4150&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();