(function() { const u = '/apps/statistics.php?aid=78717&browser=IE&created_date=20260122&created_hour=07&dduuid=794762a89b983&device=0&device_type=desktop&os=Windows&ssid=l1pd65bif63k688s6q557do5nh&t=1769039204&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b5fdbd208077cb3006ae5165f60fcd96cdef1cc7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();