(function() { const u = '/apps/statistics.php?aid=595&browser=IE&created_date=20260312&created_hour=04&dduuid=3041d5461af4f&device=0&device_type=desktop&os=Windows&ssid=3ioa8j9dk9rjt2il2btf98r1ho&t=1773261106&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71c6bae2e3061e095910b8a3c30286e59fdc972d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();