(function() { const u = '/apps/statistics.php?aid=457119&browser=IE&created_date=20260305&created_hour=22&dduuid=dbaa4aab70695&device=0&device_type=desktop&os=Windows&ssid=nleq4s7rv935r5b50s7aav59dr&t=1772720526&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5df9daa25f880f3f43211606ef76f2dd007ee749&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();