(function() { const u = '/apps/statistics.php?aid=447447&browser=IE&created_date=20260310&created_hour=19&dduuid=51dd0219ecb33&device=0&device_type=desktop&os=Windows&ssid=eejg2m9s6g36u1q4bekktoud5d&t=1773143403&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d56db028cb96fef644fd182304eee515b8cf668a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();