(function() { const u = '/apps/statistics.php?aid=457676&browser=IE&created_date=20260301&created_hour=09&dduuid=87c3af68acb1a&device=0&device_type=desktop&os=Windows&ssid=63s32931tqe34agt1706un7b4d&t=1772327847&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1900aad31013860fd2429d60f97a2d63a281e2b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();