(function() { const u = '/apps/statistics.php?aid=448384&browser=IE&created_date=20260125&created_hour=13&dduuid=8510877090bcb&device=0&device_type=desktop&os=Windows&ssid=06fc19e3slk1lc21ptb7or6d7n&t=1769320425&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b38c915df1c9da966a1162b1e42368d5fbaef65a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();