(function() { const u = '/apps/statistics.php?aid=439922&browser=IE&created_date=20251225&created_hour=08&dduuid=65d2627a15727&device=0&device_type=desktop&os=Windows&ssid=5nm31kuu2bst7adurb6cfk0hq5&t=1766623639&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d94433b31dc1c0738b49474ddc00311e2790a3a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();