(function() { const u = '/apps/statistics.php?aid=427208&browser=IE&created_date=20260123&created_hour=20&dduuid=32485fa0c397d&device=0&device_type=desktop&os=Windows&ssid=a4tcfgonuiu973db3r3brk3dso&t=1769169981&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=655a447e807dd8a8eb666b2bc894accf2fc4d538&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();