(function() { const u = '/apps/statistics.php?aid=453354&browser=IE&created_date=20260306&created_hour=01&dduuid=5513cd4ffc7cd&device=0&device_type=desktop&os=Windows&ssid=eiqla3rsfvffil379m7uv47qtp&t=1772730500&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d9b4139dbc0d38885e232fa95af5560e16f1f29&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();