(function() { const u = '/apps/statistics.php?aid=431037&browser=IE&created_date=20260324&created_hour=14&dduuid=cd66d9e0a6c32&device=0&device_type=desktop&os=Windows&ssid=1imvrqkob8ppb4qd14gllms6fa&t=1774333743&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e800f71d566bae077f26f49471687644bd2dfd95&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();