(function() { const u = '/apps/statistics.php?aid=455623&browser=IE&created_date=20260311&created_hour=09&dduuid=f9f0bb6eb6e3c&device=0&device_type=desktop&os=Windows&ssid=i592dp7lhrdtb5iv1r8icrmcih&t=1773193091&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=625a060def42a45d84289e879b9b397dbd589862&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();