(function() { const u = '/apps/statistics.php?aid=440043&browser=IE&created_date=20260310&created_hour=16&dduuid=320e1eb8df9c6&device=0&device_type=desktop&os=Windows&ssid=5tiqrdjt7p2h6ncs9larsda8hb&t=1773132056&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca567e2620673ab50fa1da1d0967ece3cc9dff5d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();