(function() { const u = '/apps/statistics.php?aid=12743&browser=IE&created_date=20260119&created_hour=16&dduuid=2629074299e06&device=0&device_type=desktop&os=Windows&ssid=b4fhtpsdsd1ckfubq2ar5np8u9&t=1768811935&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=43cb6741b192fc4b5e3e3db8a16158d6d2dc9203&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();