(function() { const u = '/apps/statistics.php?aid=439800&browser=IE&created_date=20260313&created_hour=09&dduuid=382d78f37ac44&device=0&device_type=desktop&os=Windows&ssid=b1h345t9sl55b3c0i8qumpsk9t&t=1773364510&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8b9778ec7bc68d6e61824287416ece4c176f76f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();