(function() { const u = '/apps/statistics.php?aid=452071&browser=IE&created_date=20260306&created_hour=05&dduuid=513c007e511a3&device=0&device_type=desktop&os=Windows&ssid=ok2f01aon9vct4kjan7njbqgmt&t=1772744432&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83723b328156e127231f6040da5dc12cf4220a9f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();