(function() { const u = '/apps/statistics.php?aid=451431&browser=IE&created_date=20260307&created_hour=12&dduuid=90ca5357a4aea&device=0&device_type=desktop&os=Windows&ssid=e5s0s79j4c7qn7rpr8m552066p&t=1772858439&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd4f319e4ade751c93d74c7416653777071684ac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();