(function() { const u = '/apps/statistics.php?aid=4308&browser=IE&created_date=20260113&created_hour=20&dduuid=408a0a02e8a64&device=0&device_type=desktop&os=Windows&ssid=fpbjr32sndh92klhekeesj7a58&t=1768307457&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce1e8875f76c2eaab6002f26d117615f8419cb6f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();