(function() { const u = '/apps/statistics.php?aid=54314&browser=IE&created_date=20260304&created_hour=22&dduuid=cb98c8994030c&device=0&device_type=desktop&os=Windows&ssid=qvesal5083likj0s9e75fldlrg&t=1772633384&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3303147db83b1e07c9bff901fd7d6cd9bf2ed32&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();