(function() { const u = '/apps/statistics.php?aid=440049&browser=IE&created_date=20260228&created_hour=04&dduuid=6e12b3c8a251b&device=0&device_type=desktop&os=Windows&ssid=puir1osg2carmpl81hkcumtacd&t=1772224600&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d26bdf6894e3400bebfaa2f421a3ea4b8a789ee6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();