(function() { const u = '/apps/statistics.php?aid=454168&browser=IE&created_date=20260311&created_hour=09&dduuid=f09ad6b6bde48&device=0&device_type=desktop&os=Windows&ssid=7ugai0lurh0mctalaa7qlcd11e&t=1773194109&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fb84ab618663245cb21dba757531fc8058373a21&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();