(function() { const u = '/apps/statistics.php?aid=396&browser=IE&created_date=20260122&created_hour=09&dduuid=a5afdf99b967c&device=0&device_type=desktop&os=Windows&ssid=04t5gdnjnn99m76rok4qqmfrit&t=1769043971&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=147ff0925bfc0bec82edda9b079ebe20a716992f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();