(function() { const u = '/apps/statistics.php?aid=372864&browser=IE&created_date=20260305&created_hour=13&dduuid=fc13947b7fccb&device=0&device_type=desktop&os=Windows&ssid=tcsc4fcmm0mtnivtr8s2bfsnqn&t=1772688889&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=334864d6618d8abc917af98ba3c8c767d7858fce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();