(function() { const u = '/apps/statistics.php?aid=35958&browser=IE&created_date=20260122&created_hour=03&dduuid=876f6170541b8&device=0&device_type=desktop&os=Windows&ssid=135qkvm99ulrj2kugql8jc5hmq&t=1769025008&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=54fc59a4e0ea4ab9883f5d99a31fec9d191dc81c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();