(function() { const u = '/apps/statistics.php?aid=404343&browser=IE&created_date=20260304&created_hour=17&dduuid=31cf855739cce&device=0&device_type=desktop&os=Windows&ssid=5j8uhlgisf85252bism35na5gm&t=1772614828&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a6cec6bef40f822cbc75bd279863b5221977749&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();