(function() { const u = '/apps/statistics.php?aid=442500&browser=IE&created_date=20260305&created_hour=18&dduuid=6a5fd66c9b8bf&device=0&device_type=desktop&os=Windows&ssid=9p74vm8k2lgtaa5vhl6a75mt4d&t=1772707483&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=133303b4a8383c7a2ac6fa297cd35ddfd0e011ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();