(function() { const u = '/apps/statistics.php?aid=424435&browser=IE&created_date=20260128&created_hour=07&dduuid=d3d8ebaa9a0b3&device=0&device_type=desktop&os=Windows&ssid=qllejtggfhg1o6isf69306kh4q&t=1769558041&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a055d32bd45bf9c1a5321e518f65f2dafc29e509&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();