(function() { const u = '/apps/statistics.php?aid=426773&browser=IE&created_date=20260124&created_hour=18&dduuid=9d78ca193fde2&device=0&device_type=desktop&os=Windows&ssid=apumgci3roeoa4fmqc0qglqsgk&t=1769251152&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a44fa703b43557b617b2c1ade3c32d83eb002ebf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();