(function() { const u = '/apps/statistics.php?aid=452130&browser=IE&created_date=20260306&created_hour=03&dduuid=6dca7e638ce5e&device=0&device_type=desktop&os=Windows&ssid=me960jdkl1ej9q3hb0ifrirobr&t=1772738363&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca5380408f56dbc1fa88d0c805211e71312deb01&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();