(function() { const u = '/apps/statistics.php?aid=98791&browser=IE&created_date=20260306&created_hour=08&dduuid=0c27c868e3dda&device=0&device_type=desktop&os=Windows&ssid=b4stieh5lsifiqg4ph91q52ins&t=1772758664&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=afa56154ddbfa35a13252453587983b81c468f27&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();