(function() { const u = '/apps/statistics.php?aid=423177&browser=IE&created_date=20260130&created_hour=06&dduuid=e0a86387a2347&device=0&device_type=desktop&os=Windows&ssid=c6e0hq1dutj4rdq7gaa4q78cc7&t=1769724317&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3416d0c8d6f858bc67538e9c42240cc87497007b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();