(function() { const u = '/apps/statistics.php?aid=456065&browser=IE&created_date=20260224&created_hour=17&dduuid=2c5e3b2b06647&device=0&device_type=desktop&os=Windows&ssid=e3u0nrqjm1vag4n27h6er4c0j7&t=1771926473&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e2f571d82b4fc062d5d5c49a2722cdbac4f8230e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();