(function() { const u = '/apps/statistics.php?aid=446747&browser=IE&created_date=20260201&created_hour=02&dduuid=1d7ebcd662bd3&device=0&device_type=desktop&os=Windows&ssid=5duu9rf6mlefnsr1tep4d6p6l2&t=1769885979&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=638825d7c0a9377e87137e409952fd407f31006f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();