(function() { const u = '/apps/statistics.php?aid=408989&browser=IE&created_date=20260121&created_hour=14&dduuid=f250936a895c3&device=0&device_type=desktop&os=Windows&ssid=77m676i58r356q8iutsso8o3d8&t=1768975544&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85d3725940046a8c3b9f275a85ce4696a88aa038&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();