(function() { const u = '/apps/statistics.php?aid=436077&browser=IE&created_date=20251226&created_hour=15&dduuid=da8e6bc976922&device=0&device_type=desktop&os=Windows&ssid=t9gkc768rt9p0dcemh3h55ms8n&t=1766734897&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2a9acb8534186a579aac10b8d7acda4ff0b5d313&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();