(function() { const u = '/apps/statistics.php?aid=442681&browser=IE&created_date=20260311&created_hour=08&dduuid=0603d49739e3c&device=0&device_type=desktop&os=Windows&ssid=nnlrogrm2l2k07i608g74flabg&t=1773187648&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8a44f6212f079b00fad3cec5246d41793e22870&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();