(function() { const u = '/apps/statistics.php?aid=455183&browser=IE&created_date=20260304&created_hour=02&dduuid=df9d32ad34651&device=0&device_type=desktop&os=Windows&ssid=9i5l7ophhcnj3ma9d0206qm530&t=1772562293&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b497fe8b68beb14918f89141a0e3dbd95b13d43a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();