(function() { const u = '/apps/statistics.php?aid=451385&browser=IE&created_date=20260307&created_hour=03&dduuid=6907259fd8a6e&device=0&device_type=desktop&os=Windows&ssid=bthatg8o3f7qds9ritkrvujj31&t=1772825366&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dbc30c33dcaec830fea991303a35aecadf82f589&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();