(function() { const u = '/apps/statistics.php?aid=401930&browser=IE&created_date=20260224&created_hour=05&dduuid=88db2bc783bee&device=0&device_type=desktop&os=Windows&ssid=4gln3fgd2to8m6nepeokhcrl42&t=1771881021&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0922dc9ffbc359f51f3639d45f67c1c94702bd30&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();