(function() { const u = '/apps/statistics.php?aid=431036&browser=IE&created_date=20260305&created_hour=02&dduuid=179ec450c0a4c&device=0&device_type=desktop&os=Windows&ssid=4aphf8rrispdt1h6kqh990prsa&t=1772649942&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12cfcc59fd8267f0608e763c7f34e21c968b466f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();