(function() { const u = '/apps/statistics.php?aid=442960&browser=IE&created_date=20260304&created_hour=19&dduuid=5a59bd4b05e25&device=0&device_type=desktop&os=Windows&ssid=n6ebj1dspbderqpv28jh3veloo&t=1772622691&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f729cc561610cca3654efa73439e718a4645161a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();