(function() { const u = '/apps/statistics.php?aid=457119&browser=IE&created_date=20260224&created_hour=18&dduuid=52d3ad8d08394&device=0&device_type=desktop&os=Windows&ssid=tqpcj4fcscm7d09hjnpdcos0ip&t=1771927253&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a22e285b21f1c884468292e39d367a7f7181982&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();