(function() { const u = '/apps/statistics.php?aid=397837&browser=IE&created_date=20260130&created_hour=09&dduuid=6d7d7ad26f167&device=0&device_type=desktop&os=Windows&ssid=p6ehevaik6nkg79c6apiso0oan&t=1769736465&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ab68575ce23fad8bbe0f440df88cb55880c0baa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();