(function() { const u = '/apps/statistics.php?aid=412019&browser=IE&created_date=20260227&created_hour=12&dduuid=e4a82a098cf72&device=0&device_type=desktop&os=Windows&ssid=e7hkepntqrj7tcgp3572o7ucur&t=1772164808&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=758601dca260180a35c1c9acee597c72a263755f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();