(function() { const u = '/apps/statistics.php?aid=87597&browser=IE&created_date=20260303&created_hour=12&dduuid=696846d74ff2e&device=0&device_type=desktop&os=Windows&ssid=fe3r4qgiq3qbgtm0137alm02ul&t=1772513115&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72ce31542711458a320ed59f2ed87fc1098034eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();