(function() { const u = '/apps/statistics.php?aid=172527&browser=IE&created_date=20260308&created_hour=01&dduuid=013996c8fba50&device=0&device_type=desktop&os=Windows&ssid=5r5pjtuono1ca69ctq5b4btjfd&t=1772902807&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f651502b08df25802f21a9f057dba3a4fd38ebb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();