(function() { const u = '/apps/statistics.php?aid=450229&browser=IE&created_date=20260308&created_hour=01&dduuid=74eea20cbaea4&device=0&device_type=desktop&os=Windows&ssid=6l1do3bvna0t5j2foofdv5duqo&t=1772902987&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=903e59d34e2fd455fd853c3bf881ae8212f562d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();