(function() { const u = '/apps/statistics.php?aid=409050&browser=IE&created_date=20260305&created_hour=04&dduuid=15dae372b81de&device=0&device_type=desktop&os=Windows&ssid=1d1cveotq0046o6nte638unadf&t=1772655900&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=79e0830ffab132d11b6b19ed4b1bef29446bb906&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();