(function() { const u = '/apps/statistics.php?aid=141280&browser=IE&created_date=20260304&created_hour=00&dduuid=9cad5b2748110&device=0&device_type=desktop&os=Windows&ssid=ctfmerigrea5at8a40ll82thc7&t=1772556377&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2240a5a5a921d0de97a30dbbc84547f0126cdd04&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();