(function() { const u = '/apps/statistics.php?aid=395301&browser=IE&created_date=20260304&created_hour=04&dduuid=fc3d2f45cabb8&device=0&device_type=desktop&os=Windows&ssid=e38l3mq6uqhnv6l9ske2fin28a&t=1772569142&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18101198974dfb83eeb44c1cf760db9750cd3602&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();