(function() { const u = '/apps/statistics.php?aid=207187&browser=IE&created_date=20260226&created_hour=10&dduuid=d91672e292664&device=0&device_type=desktop&os=Windows&ssid=v8hpkrm998fqsvh5c7acnv6olc&t=1772073724&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=842652d8e9ebdc9a3b6e16e7b9579077d3dbcb13&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();