(function() { const u = '/apps/statistics.php?aid=451889&browser=IE&created_date=20260225&created_hour=13&dduuid=7f9f71c61529c&device=0&device_type=desktop&os=Windows&ssid=r4im20v5nh6pfi7gh5es8mn3uk&t=1771996215&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cecd485669d9154d8bca1d6372557c5df1a1f9d2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();