(function() { const u = '/apps/statistics.php?aid=436633&browser=IE&created_date=20251229&created_hour=17&dduuid=d9a63390b18f1&device=0&device_type=desktop&os=Windows&ssid=u37l6trlvdbaqg0kkv67fd5f5d&t=1767000956&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84ef6caeaa4d0e307b30578ce450275592f6610f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();