(function() { const u = '/apps/statistics.php?aid=441924&browser=IE&created_date=20260306&created_hour=05&dduuid=595d696f051dc&device=0&device_type=desktop&os=Windows&ssid=1tiakel7vfmt7h6kqoq803dct9&t=1772746293&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=320fb1bde4fee7fb020f57ae5fc4389e4490e93d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();