(function() { const u = '/apps/statistics.php?aid=454696&browser=IE&created_date=20260304&created_hour=23&dduuid=cc1d7bf0821ec&device=0&device_type=desktop&os=Windows&ssid=fcgq2h1q3om8dgpdluanl42jqu&t=1772637708&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e195983be3bceffba2a7834529cc2a55bc5c288d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();