(function() { const u = '/apps/statistics.php?aid=368913&browser=IE&created_date=20260305&created_hour=19&dduuid=98a292115cdb9&device=0&device_type=desktop&os=Windows&ssid=ss6816r04ih1860ad73bk8jru5&t=1772710083&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8713599e10da3c5a8b7eb11c85628e79069be42&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();