(function() { const u = '/apps/statistics.php?aid=438383&browser=IE&created_date=20260228&created_hour=00&dduuid=bb2815b2d4154&device=0&device_type=desktop&os=Windows&ssid=cm5oa5ri1qcr7an2irs8ahpvdr&t=1772208596&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a0469b99ce408d857259903b797cebed28b250b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();