(function() { const u = '/apps/statistics.php?aid=455392&browser=IE&created_date=20260303&created_hour=21&dduuid=6a707044e3826&device=0&device_type=desktop&os=Windows&ssid=8fhh2h89e61n4m8luiahbohi60&t=1772544852&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a8ca5cc6e0cb4c7e002595567aee07e09809681a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();