(function() { const u = '/apps/statistics.php?aid=442898&browser=IE&created_date=20260304&created_hour=13&dduuid=d62e9f7564243&device=0&device_type=desktop&os=Windows&ssid=3deld4k8566j2vuo5dphkecg1b&t=1772603808&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bc06739b466ee549042b47d6dc32f6fe479c6606&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();