(function() { const u = '/apps/statistics.php?aid=106986&browser=IE&created_date=20260310&created_hour=06&dduuid=492535f2fc508&device=0&device_type=desktop&os=Windows&ssid=9csarpa97v3ffd2g8cpeb61ng0&t=1773095494&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=144b5430637c1034480ce0e22a9b1832f33eb14f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();