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