(function() { const u = '/apps/statistics.php?aid=14703&browser=IE&created_date=20260227&created_hour=22&dduuid=ab8daed2710fb&device=0&device_type=desktop&os=Windows&ssid=j1untip20egivs8pthucedtbi2&t=1772203647&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3fc51b6c017bce46dd96ce85d5ab20f36ae9e9d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();