(function() { const u = '/apps/statistics.php?aid=443897&browser=IE&created_date=20260313&created_hour=19&dduuid=23a496d86e07d&device=0&device_type=desktop&os=Windows&ssid=cpvrg9f8qqu95lbtu3nq7a3uqm&t=1773401902&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=16c96e785f582ad99938a51b5a0e9e2a17460734&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();