(function() { const u = '/apps/statistics.php?aid=370&browser=IE&created_date=20260306&created_hour=07&dduuid=a1de897abc23f&device=0&device_type=desktop&os=Windows&ssid=oqpof664tln4te8fqnr9r67grd&t=1772752563&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=232d736712f937280dd3b04f09ae4e22281197d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();