(function() { const u = '/apps/statistics.php?aid=455206&browser=IE&created_date=20260304&created_hour=18&dduuid=c2514cec28bba&device=0&device_type=desktop&os=Windows&ssid=4cgscflsr6onced0bpm38lo3lr&t=1772619120&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=37ce493f32c1d6f3aa25e74a08663452e23b9439&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();