(function() { const u = '/apps/statistics.php?aid=380588&browser=IE&created_date=20260311&created_hour=10&dduuid=2d27612be0dc0&device=0&device_type=desktop&os=Windows&ssid=ee7ea8iq9nckk2i1qbef6n4lc8&t=1773195364&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=09753d89f93c569c4e960741e81032980313960b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();