(function() { const u = '/apps/statistics.php?aid=350494&browser=IE&created_date=20260306&created_hour=13&dduuid=8f3553a8184f1&device=0&device_type=desktop&os=Windows&ssid=0a393tffalg2esjqm9e1fvijqi&t=1772775265&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=827ce2ddaa308c310391c9fe10c013139b6fce74&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();