(function() { const u = '/apps/statistics.php?aid=444193&browser=IE&created_date=20260315&created_hour=16&dduuid=712216bd1eb29&device=0&device_type=desktop&os=Windows&ssid=7t3bfm20lt76agbe2mqvokovhr&t=1773562332&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b717f4ae72aa4bd10c4d84fe87705c62b828f81d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();