(function() { const u = '/apps/statistics.php?aid=428311&browser=IE&created_date=20251231&created_hour=10&dduuid=2c6c449d05fb4&device=0&device_type=desktop&os=Windows&ssid=rr6osqg42klcitlkkdhhrgcjj3&t=1767147979&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5fa0db3a936abfc6425d19062df93830dab74bde&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();