(function() { const u = '/apps/statistics.php?aid=440044&browser=IE&created_date=20251216&created_hour=12&dduuid=4c7edfee09708&device=0&device_type=desktop&os=Windows&ssid=rsvfdqp6pbvpngvm7thj0irv5i&t=1765859563&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=42e043dbe2ba32a7cf902ade44aa31b057c26494&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();