(function() { const u = '/apps/statistics.php?aid=210075&browser=IE&created_date=20251224&created_hour=22&dduuid=0723469e8df1f&device=0&device_type=desktop&os=Windows&ssid=n1gvu4ues6f3c5dhnmhs71h6ql&t=1766587204&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31b54198041cc24ddf951fc477736e563928e101&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();