(function() { const u = '/apps/statistics.php?aid=363112&browser=IE&created_date=20260306&created_hour=02&dduuid=91d8d891c0be9&device=0&device_type=desktop&os=Windows&ssid=fu5ji1mns89eiclg52ocued9e5&t=1772736700&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=697599f0e772f27a321d360a555bc45774d77646&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();