(function() { const u = '/apps/statistics.php?aid=447434&browser=IE&created_date=20260112&created_hour=18&dduuid=a5c13c5f86eac&device=0&device_type=desktop&os=Windows&ssid=qvagnmc93fpe06mtb0pcq5akts&t=1768213524&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0de9757c74ff4d5d85f9c70d159ff0c4db20c953&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();