(function() { const u = '/apps/statistics.php?aid=406928&browser=IE&created_date=20260225&created_hour=07&dduuid=e74cbf93444cd&device=0&device_type=desktop&os=Windows&ssid=r5favl231i230nrgp4qfskv0st&t=1771976821&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93cb0642b2313ca04606379473c089905eaa134a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();