(function() { const u = '/apps/statistics.php?aid=443830&browser=IE&created_date=20260223&created_hour=14&dduuid=3bb2c67463501&device=0&device_type=desktop&os=Windows&ssid=nvb07nllkf0ti0vn83r55oid55&t=1771827193&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ab918d0055d9a5de1d124c2f415de29a7ea74994&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();