(function() { const u = '/apps/statistics.php?aid=113132&browser=IE&created_date=20260224&created_hour=16&dduuid=c149eac42c671&device=0&device_type=desktop&os=Windows&ssid=aa70105tlvf693ikkt8vf3vml9&t=1771920372&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d19889a5ceb5d766791df0561394262c4a4b5c2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();