(function() { const u = '/apps/statistics.php?aid=210057&browser=IE&created_date=20260224&created_hour=11&dduuid=9aa9a40243105&device=0&device_type=desktop&os=Windows&ssid=bf98tojhmtglr1v8d9md7h58i0&t=1771903668&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=684e2ab73155c34a0a6aa5db3ad56657ff1354e2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();