(function() { const u = '/apps/statistics.php?aid=433999&browser=IE&created_date=20260307&created_hour=18&dduuid=9a0c19b8fadd7&device=0&device_type=desktop&os=Windows&ssid=for1sf5ju9gmui1jemnj6bmr0b&t=1772879121&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=49fa445849311d39994bc86c1d9d530c046a6cf3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();