(function() { const u = '/apps/statistics.php?aid=450950&browser=IE&created_date=20260307&created_hour=11&dduuid=b872fbbb534b7&device=0&device_type=desktop&os=Windows&ssid=cqfkbgodmdtshfh9v5sglf6rjl&t=1772855914&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8fb2d0ce23670a35f45f07540e05a3deec8f269f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();