(function() { const u = '/apps/statistics.php?aid=456056&browser=IE&created_date=20260310&created_hour=12&dduuid=7bcc3778d4188&device=0&device_type=desktop&os=Windows&ssid=di5r92s4dq060ako22jt751i70&t=1773117899&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da403b1126ddf66f0a49045f481a37c7e42f382c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();