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