(function() { const u = '/apps/statistics.php?aid=451929&browser=IE&created_date=20260306&created_hour=16&dduuid=4bb1cd4ce20b4&device=0&device_type=desktop&os=Windows&ssid=m5t5l98ukbth2tct70qlq2aots&t=1772787487&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=402ce8a964a53a939d030074535c16068d336390&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();