(function() { const u = '/apps/statistics.php?aid=448260&browser=IE&created_date=20260122&created_hour=22&dduuid=967ef36e970c8&device=0&device_type=desktop&os=Windows&ssid=676kp7h6i7snqlanit1rjvbj7j&t=1769091440&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b3a9acbd553ec842efdb2fbd0fac455192e170c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();