(function() { const u = '/apps/statistics.php?aid=450195&browser=IE&created_date=20260312&created_hour=02&dduuid=fc9ff5cfad077&device=0&device_type=desktop&os=Windows&ssid=v07t1sv3sf3auc4b3k7n4npdfk&t=1773252968&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c4f4423aebcaac3bb7697221d24e992ef8f4045&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();