(function() { const u = '/apps/statistics.php?aid=408417&browser=IE&created_date=20260303&created_hour=15&dduuid=aeff2e331ef2d&device=0&device_type=desktop&os=Windows&ssid=pdf6mb4itshdlikbilpmt0c91o&t=1772523872&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4940a8ac7db5ba50d75bebc2f595ab136e4f03a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();