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