(function() { const u = '/apps/statistics.php?aid=141254&browser=IE&created_date=20260311&created_hour=09&dduuid=90ff4cc31cddf&device=0&device_type=desktop&os=Windows&ssid=a8dkne7g4p44b6eq19pausifhu&t=1773193698&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=366d3074a90854bad97986ee14896251780f2000&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();