(function() { const u = '/apps/statistics.php?aid=437435&browser=IE&created_date=20260315&created_hour=16&dduuid=7d12620fb6e87&device=0&device_type=desktop&os=Windows&ssid=dbu9toiss29h2hegonekefodsr&t=1773563368&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e681118dffee4de98c04ac2cc546341c05d1dccb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();