(function() { const u = '/apps/statistics.php?aid=451439&browser=IE&created_date=20260125&created_hour=03&dduuid=7e49fb7fc2ab7&device=0&device_type=desktop&os=Windows&ssid=e9eoedvdtutgp1f370fl3mrtam&t=1769281902&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c443069a16ea478856ab42e5aad94f1368f87e14&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();