(function() { const u = '/apps/statistics.php?aid=454447&browser=IE&created_date=20260304&created_hour=22&dduuid=1d1d0490f4ceb&device=0&device_type=desktop&os=Windows&ssid=0godj1q72c7hlieo10ii9fomr0&t=1772632983&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0294a39595405417ad4683d48ff9730c1a83146f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();