(function() { const u = '/apps/statistics.php?aid=20813&browser=IE&created_date=20260305&created_hour=10&dduuid=58cb02abe8a3d&device=0&device_type=desktop&os=Windows&ssid=amh18iqpobdf3poa3ckua7cid5&t=1772678830&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dbb27ac4e352c5ff13eed5761b88e17964764f6f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();