(function() { const u = '/apps/statistics.php?aid=454456&browser=IE&created_date=20260307&created_hour=21&dduuid=0c3753559ba79&device=0&device_type=desktop&os=Windows&ssid=2ntcv13sn3t4lunqc7nesegsbh&t=1772890312&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9308b12f76666cf5c9e616a3c2edd79ee477a45f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();