(function() { const u = '/apps/statistics.php?aid=397820&browser=IE&created_date=20260226&created_hour=09&dduuid=82810f76ba6ef&device=0&device_type=desktop&os=Windows&ssid=a2niecio7snqrdof26e0p7ctaj&t=1772068175&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=649cac56bc5345df273fbdd6169c815a88a5b4f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();