(function() { const u = '/apps/statistics.php?aid=455792&browser=IE&created_date=20260227&created_hour=19&dduuid=d3132c0110c59&device=0&device_type=desktop&os=Windows&ssid=5s73icogrrq4lqr7r3i2ar3rm7&t=1772191635&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da366dd5761f8b69a53e2e9a0002b3e12049f2aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();