(function() { const u = '/apps/statistics.php?aid=439613&browser=IE&created_date=20260308&created_hour=10&dduuid=fe5b31bcf2cea&device=0&device_type=desktop&os=Windows&ssid=are4osim2csl8r21aban84vmsc&t=1772936474&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1152f2895e05d818105883a771784f293a60ee5d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();