(function() { const u = '/apps/statistics.php?aid=444489&browser=IE&created_date=20260313&created_hour=08&dduuid=82d011186e907&device=0&device_type=desktop&os=Windows&ssid=5a3dj4url619n7i1hdecus1hf2&t=1773360624&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c0d9e62a5ca51203543f51edb7ea3afec2972cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();