(function() { const u = '/apps/statistics.php?aid=432945&browser=IE&created_date=20260310&created_hour=02&dduuid=a7850313ddc98&device=0&device_type=desktop&os=Windows&ssid=hf8fg2c4c099tam1f6f3hujcbk&t=1773080909&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=68512820f775f6375e5ee9b795f1478904c8fe6f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();