(function() { const u = '/apps/statistics.php?aid=417824&browser=IE&created_date=20260316&created_hour=09&dduuid=d29196a09a383&device=0&device_type=desktop&os=Windows&ssid=ct6ehsh2kokor8r34qrfmqk533&t=1773624545&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98ef5300186a10832c45f97a838d1cf84461daf8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();