(function() { const u = '/apps/statistics.php?aid=455798&browser=IE&created_date=20260304&created_hour=09&dduuid=8eef6948ef563&device=0&device_type=desktop&os=Windows&ssid=145uklcdt7aq6nsatd4gooe2mp&t=1772589525&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05c708142e557f833647b70729fcac3aab6d5558&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();