(function() { const u = '/apps/statistics.php?aid=98736&browser=IE&created_date=20260112&created_hour=16&dduuid=fcce01be532eb&device=0&device_type=desktop&os=Windows&ssid=5ffv9r22ceog2ebb914pgm2eeo&t=1768207097&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2407c06e2a353b7a228d143a68c5ffda99cf2b65&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();