(function() { const u = '/apps/statistics.php?aid=447350&browser=IE&created_date=20260110&created_hour=14&dduuid=ac9824b454c91&device=0&device_type=desktop&os=Windows&ssid=7se7cs6a7sq8mk0l3unvpfrop1&t=1768025817&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f9119d0637cd78e71574266a12e244a6a7bcb874&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();