(function() { const u = '/apps/statistics.php?aid=437751&browser=IE&created_date=20260304&created_hour=08&dduuid=099f87762abc9&device=0&device_type=desktop&os=Windows&ssid=opk8hvf6pf61hhsvqgin02hf75&t=1772584764&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c6895cc341169092d395d44322ecd78d3561b28&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();