(function() { const u = '/apps/statistics.php?aid=414380&browser=IE&created_date=20260303&created_hour=11&dduuid=a33f7f4cccf5d&device=0&device_type=desktop&os=Windows&ssid=dlg2hf6nl2tvsaqur5an33copi&t=1772508184&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9686fbdbf6dad2c1e9227442c7774889fcfbafd6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();