(function() { const u = '/apps/statistics.php?aid=400928&browser=IE&created_date=20260122&created_hour=15&dduuid=8dfdd290aec11&device=0&device_type=desktop&os=Windows&ssid=71pq5p0i9khmi2lctge9s8cl4t&t=1769068189&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bdde37c34201ea797b50721eb1d710804b153d44&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();