(function() { const u = '/apps/statistics.php?aid=87560&browser=IE&created_date=20260303&created_hour=12&dduuid=c4b33e7f0a369&device=0&device_type=desktop&os=Windows&ssid=c9r5a5lt9bjniule3m869fb4sl&t=1772513115&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f996c7d4c6e04b501c85aff5a6afb4b061e4d71c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();