(function() { const u = '/apps/statistics.php?aid=455362&browser=IE&created_date=20260303&created_hour=15&dduuid=aea5ac9caa406&device=0&device_type=desktop&os=Windows&ssid=567bv4acupj2qhao7d2ctn92mp&t=1772523877&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f4b0d6bc33b066f999d748be71013555591dc1e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();