(function() { const u = '/apps/statistics.php?aid=447236&browser=IE&created_date=20260124&created_hour=16&dduuid=a9b337ec9d3ec&device=0&device_type=desktop&os=Windows&ssid=aarkdkcog9804qe5ql4cf33ngo&t=1769243820&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df1c878a2c517afdb00e14b0a48ae06f994ccd0d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();