(function() { const u = '/apps/statistics.php?aid=97361&browser=IE&created_date=20260306&created_hour=12&dduuid=5cc8bdfba47d5&device=0&device_type=desktop&os=Windows&ssid=k48s2mteuejm877me7mbfp2m14&t=1772771451&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=708cf04904de5d722fc824e7dbc089e2d24ecea4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();