(function() { const u = '/apps/statistics.php?aid=396025&browser=IE&created_date=20260131&created_hour=19&dduuid=63a79bb153cfb&device=0&device_type=desktop&os=Windows&ssid=i4h1537hpstusb6cp8fhuuce0r&t=1769860771&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1541d0bae669c52d3dbb60dc0266123f502395ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();