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