(function() { const u = '/apps/statistics.php?aid=453823&browser=IE&created_date=20260305&created_hour=18&dduuid=75cd87d74b981&device=0&device_type=desktop&os=Windows&ssid=pbvdvggkr5deurvkpdilhm7eml&t=1772705586&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=06544850f9fbdd5400544e51edb4605fd972694c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();