(function() { const u = '/apps/statistics.php?aid=209504&browser=IE&created_date=20251227&created_hour=08&dduuid=2f4af547b241f&device=0&device_type=desktop&os=Windows&ssid=o83agps0hqcgaqfdaepe9ol8hr&t=1766797106&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a3939f566e1bef2c6f5fdfa662096e7ba4b45fed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();