(function() { const u = '/apps/statistics.php?aid=6682&browser=IE&created_date=20260307&created_hour=12&dduuid=3e1eadbf78037&device=0&device_type=desktop&os=Windows&ssid=mra7t93c45mejn2rot6p92bg9a&t=1772856647&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c5361b76519d29358bbe1739560709a90826976&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();