(function() { const u = '/apps/statistics.php?aid=439646&browser=IE&created_date=20260305&created_hour=19&dduuid=c90f41b35fc4a&device=0&device_type=desktop&os=Windows&ssid=6geas29q2cm9mrs4f0fv4fhhed&t=1772711717&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72d418dfa80cc37001a5f2186499af3ea3ab926d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();