(function() { const u = '/apps/statistics.php?aid=438862&browser=IE&created_date=20251223&created_hour=23&dduuid=56e3fcc2d49cc&device=0&device_type=desktop&os=Windows&ssid=3gvsu0env86plqnkea5o5u912p&t=1766502271&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df519b09b3698fc694319a3b83c151502a657410&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();