(function() { const u = '/apps/statistics.php?aid=443900&browser=IE&created_date=20260313&created_hour=19&dduuid=ca97df839e2fe&device=0&device_type=desktop&os=Windows&ssid=tnle6vh2i6apt212ik6npgdi0l&t=1773402461&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d84f7bf8cda2d5d8edeb7634fc1103cc8dd2202&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();