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