(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260223&created_hour=18&dduuid=164043e9c229d&device=0&device_type=desktop&os=Windows&ssid=iah53cga27cc3d32h8oe4rjut6&t=1771841302&typeid=7&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=caa9621427d45802674ad364634c66da3a17cc35&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();