(function() { const u = '/apps/statistics.php?aid=447968&browser=IE&created_date=20260112&created_hour=16&dduuid=6992cde2085b0&device=0&device_type=desktop&os=Windows&ssid=87er1olrat8n080omfqo3mtkf2&t=1768206642&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=15d1c15902909c731a99a1dea20500d2a88e22b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();