(function() { const u = '/apps/statistics.php?aid=426487&browser=IE&created_date=20260125&created_hour=03&dduuid=921239864068c&device=0&device_type=desktop&os=Windows&ssid=4vgg11mgpa7meaip94q2emgvqg&t=1769283334&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c752a72de8a2101f2009fe0e7ca2f76ce9c947d3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();