(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260108&created_hour=07&dduuid=ba28d9d2792cd&device=0&device_type=desktop&os=Windows&ssid=ug6lidq066800v1p2raqekoulf&t=1767828798&typeid=9&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=105ee5115645d4c92d8d47409babf2fffb7130ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();