(function() { const u = '/apps/statistics.php?aid=413304&browser=IE&created_date=20260119&created_hour=10&dduuid=c533e12908106&device=0&device_type=desktop&os=Windows&ssid=ccrktbfhbe6kc4j58ep1h352it&t=1768790425&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=92b903e7887263163531d63f3ad23bfb93a6a473&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();