(function() { const u = '/apps/statistics.php?aid=449227&browser=IE&created_date=20260309&created_hour=11&dduuid=8030f736deab9&device=0&device_type=desktop&os=Windows&ssid=n40g27ea1hvr4thfih186jkv8k&t=1773026135&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a614e401c2685a55845a0392b636c72e11f5798&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();