(function() { const u = '/apps/statistics.php?aid=16154&browser=IE&created_date=20260123&created_hour=08&dduuid=f10fa693a24f8&device=0&device_type=desktop&os=Windows&ssid=bh8qli8cv9f0m05pr0ghkolbk1&t=1769126629&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d95bea368b2c8e9551cbaf137334c40a297df0ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();