(function() { const u = '/apps/statistics.php?aid=454107&browser=IE&created_date=20260308&created_hour=12&dduuid=f0db69ccc9899&device=0&device_type=desktop&os=Windows&ssid=bcebmbre9abti2vo4iiuoi89ju&t=1772945151&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8acb6e915ce9bb5ee17c7831bb1d29f6356c8881&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();