(function() { const u = '/apps/statistics.php?aid=421975&browser=IE&created_date=20260201&created_hour=03&dduuid=38b2ef1490950&device=0&device_type=desktop&os=Windows&ssid=ao6r6fc0ju36m19796ubshutf2&t=1769887672&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4507530d0ed242a1a55eb562c998969b61d3b7a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();