(function() { const u = '/apps/statistics.php?aid=419511&browser=IE&created_date=20260310&created_hour=14&dduuid=8e63d8e837216&device=0&device_type=desktop&os=Windows&ssid=6vhefjp19b6og8r64rg7rush3n&t=1773125625&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd7e167f9c8da4caaca64ab73ebdee049f71cf73&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();