(function() { const u = '/apps/statistics.php?aid=324459&browser=IE&created_date=20260307&created_hour=14&dduuid=9b9de562bf3a0&device=0&device_type=desktop&os=Windows&ssid=qa9m0bn4pj5alrrmpumesr1qgc&t=1772866002&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=be4be368b07d3ad0a2c0f8f145af4c8f41c0da54&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();