(function() { const u = '/apps/statistics.php?aid=451381&browser=IE&created_date=20260307&created_hour=08&dduuid=7b1d227aaeded&device=0&device_type=desktop&os=Windows&ssid=67k3sjgro6sa28ceqb6n4rvvu9&t=1772842575&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d14bffb475d92f739bd5ce9f19ce1c8deb18e5eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();