(function() { const u = '/apps/statistics.php?aid=360185&browser=IE&created_date=20260225&created_hour=05&dduuid=755c300ed1fac&device=0&device_type=desktop&os=Windows&ssid=nnm1gd6v1p85ljldvrvak6f6hh&t=1771969611&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c9b5dda62171f2bfd1f6b736053b1324bac51836&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();